61 followers
I'm an engineer, educator, and entrepreneur that has been building digital products for over 20 years with experience in startups, education, technical training, and developer ecosystems.
In the previous post we built a common UI pattern of a button that reveals a form and on submitting the form, adds the newly created item to a list....
Much like the Drag and Drop Uploader I built, I've been finding that you don't need to use JS plugins to build a lot of common functionality these...
A popular feature in applications is the ability to request a magic link to your account's email address that will log you into the application...
As a continuation of Rails Authentication from Scratch, let's add a password reset feature to our application. Generating the Reset Password Token The...
Part 1: User Signup Rails Authentication Demo App Source code There are certainly a lot of amazing authentication options in the Rails ecosystems. If...
Our uploader is super functional and fast. Quick Review Just for fun, I thought we'd add a feature where after the upload is complete we display an...