Build a Password Manager with Rails 7

Our second Rails application is going to be a password manager from scratch. We'll learn how to encrypt usernames and passwords in the database securely with ActiveRecord Encryption, add Javascript so we can have copy to clipboard functionality, and we'll learn how to use join tables with roles to setup permissions for other users that we want to share passwords with.

9 Lessons | 2h 40m | Beginner








Next Series

Finished this series? Continue learning in the next series

Build a URL Shortener with Rails 7 image

Build a URL Shortener with Rails 7

In this series, we'll build a URL shortener from scratch. We'll see how Twitter's URL shortener works for tracking view analytics and create our own short codes by creating Base62 encoding from scratch.

17 Lessons
4h 13m
Beginner