Archive

Blog Archives

Setting up Bcrypt for Rails on Windows

Demonstrates how to properly setup bcrypt on Windows and to solve the error bcrypt_ext.so (LoadError) message in your terminal

Node.js Authentication

A simple user authentication example using Express and Passport.js which includes pages for Login, Register, and Account.