Ruby on Rails 8 and Hotwire : Build a Password Manager
Published 5/2025
Duration: 7h 23m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 2.87 GB
Genre: eLearning | Language: English
Published 5/2025
Duration: 7h 23m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 2.87 GB
Genre: eLearning | Language: English
Build a modern Full-stack Ruby on Rails Web Application with a secure JSON API and a Google Chrome Extension
What you'll learn
- Learn how to create a Single-codebase Rails app combining a web UI with secure JSON APIs for a Chrome Extension
- Learn how to create a Google Chrome Extension That consumes a JSON API from a Ruby on Rails application
- Learn how to create a secure JSON API with JWT authentication
- Learn how to leverage Hotwire to create a Single Page Application (SPA) that rivals any modern Javascript framework
- Learn how to use Howire (Turbo and Stimulus) outside of a Ruby on Rails application
- Learn how to leverage the Google Chrome Extension API to render data based on the current website and fill in form data with the click of a button
- Learn Ruby on Rails beset practices
Requirements
- Basic HTML and CSS and Javascript
- Basic Ruby and Ruby on Rails Experience
Description
In this course, we're going to build a password manager inspired by popular applications like 1Password and LastPass. Our application will enable users to create secure accounts, allowing them to store login credentials for their favorite websites. These credentials will be easily accessible through a Chrome Extension, powered by a secure, robust JSON API from our Rails backend.We'll begin by creating aRuby on Rails 8, Full-stackweb application. Leveraging the power ofHotwire, we'll create a lightning-fastSingle Page Application (SPA). We'll also take advantage of advanced Rails 8 tools such asActive Record Encryption, ensuring sensitive user information like usernames and passwords are securelyencryptedand safely stored in our database.
Next, while workingin the same Ruby on Rails 8 web applicationwe'll start building out a secure JSON API, implementing user authentication usingJSON Web Tokens (JWT). Users who successfully authenticate will receive an expiring token to securely fetch their data through subsequent requests.
Finally, we'll use theGoogle Chrome Extension APIandHotwire(yes, you can use Hotwire outside of Rails!) to build a similar version of our web application as a Chrome Extension. We'll cover essential topics such as using local storage, communicating between the Popup and Content Script, retrieving URLs from active tabs, and automatically filling login forms with a single click.
Who this course is for:
- Beginner to Seasoned Ruby on Rails Developers
- Those Interested in web Development with Ruby on Rails
- Developers looking to create a Ruby on Rails Web Application and a Google Chrome Extension
More Info