Some great links for 11/25/2019
How to Process Passwords as a Software Developer – DEV Community
Very useful tips and techniques on handling of passwords.
20 Most-Recommended Books for Software Developers – DEV Community
I know all these books. Odd that nothing new is on the list.
tags: software software developers books
Similarity in Postgres and Rails using Trigrams · pganalyze
Useful feature of Postgres that’s right there but easy to overlook!
tags: activerecord rails trigrams similarity postgres
10 New things in ActiverRecord 6
A good tour of some new handy features in activerecord 6
tags: rails activerecord howto