Blogs
I've always enjoyed transmitting whatever knowledge I have to other people. I try to answer to as many questions as I can on forums and such and there are some topics that I tend to repeat on a regular basis so I figured I could just create a collection of blog posts where I would go over those topics and share them to whoever is interested instead of rewritting the whole thing everytime.
I was also looking for an occasion to create a website with Nuxt that would benefit from it's server side rendering and, in my opinion, a blog posts is the perfect occasion for that.
Two birds with one stone.
- August 15th 2023
Use Vue 3 with a Rails 7 API
How to set up a Vue application with client side state management for our Rails API and authentication
Show more - August 7th 2023
Rails 7 API auth with Devise and JSON Web Tokens
Adding secured authentication to our Rails API with the devise and devise_jwt gems.
Show more - August 2nd 2023
Create a Rails 7 REST API
First step out of three in creating a Vue on Rails application with authentication.
Show more - July 22nd 2023
Frontend WebDev, from beginner to developer
A detailed roadmap on every steps required to become a ready for production Frontend Developer
Show more - July 17th 2023
Send mail on Rails 7 with Gmail
Step by step instructions on how to send mail with your gmail address from your Ruby on Rails application using ActiveMailer.
Show more - July 13th 2023
Ruby on Rails 7 & Vite
A guide on how to setup a Rails application with Sass, Stimulus and Vite.
Show more