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.

  • Use Vue 3 with a Rails 7 API cover image
    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
  • Rails 7 API auth with Devise and JSON Web Tokens cover image
    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
  • Create a Rails 7 REST API cover image
    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
  • Frontend WebDev, from beginner to developer cover image
    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
  • Send mail on Rails 7 with Gmail cover image
    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
  • Ruby on Rails 7 & Vite cover image
    July 13th 2023

    Ruby on Rails 7 & Vite

    A guide on how to setup a Rails application with Sass, Stimulus and Vite.

    Show more