I like to write about:

#pair programming #rails #activerecord #vim #agile #sql #stimulus #tailwindcss #performance #seo #tdd #rspec #ruby #docker #blogging #refactoring #postgresql #authentication
Authentication with Bcrypt cover image

Authentication with Bcrypt 

Jul, 2022

Implementing simple authentication in rails with Bcrypt, a hashing algorithm designed to secure passwords.

Exploring ViewComponent cover image

Exploring ViewComponent 

Jun, 2022

ViewComponent is an open-source framework built by Github to create reusable, testable, and encapsulated view components in rails. Let's see what this means by refactoring rails views using this pattern.

Pagination in Rails from scratch (no gems) cover image

Pagination in Rails from scratch (no gems) 

Nov, 2021

In this article, I will share how to implement pagination without gems. It covers the most common scenario: paginating an ActiveRecord collection and preparing the pagination metadata needed to build a simple frontend component.

First

< Previous

Page 1 of 4

Next > Last