Custom Hooks possible issues: how to avoid them
Custom Hooks are great, but how do we handle the issues they sometimes cause?
As we all know, using any kind of tool recklessly can lead to problems that might negatively impact your application. But what about custom Hooks? …
Cursor-based Pagination for GraphQL Servers
What to expect from paginating with cursors
If you have worked with pagination before, you are most likely familiar with the offset pagination model, common for REST APIs. But for GraphQL servers, …
Rails + Stimulus + React
The definitive (and easy) way to integrate
The current state of the Rails Framework is nearly unanimous among developers, as it encompasses everything a web application needs from start to finish. It …
What’s new in Ruby 3.4
Last Updated on December 17, 2024 Christmas is approaching, along with a new version of Ruby! The first release is available as of 12/12/2024 and …
Everything You Need to Ace PWAs in Rails
Turn your Rails app into an engaging native-like application in a couple of minutes
This article starts a series about Progressive Web Applications (PWAs) in Rails. In this series, I will show you how to turn your Rails application …
Codeminer42 Hackathon: a lesson on experimentation
On November 23rd, Codeminer42 organized its first Hackathon. The goal was quite simple: to encourage the experimentation of new technologies in problems that are a …
Hackathon 2024 – Codeminer42
This year, Codeminer42 held its first Hackathon, an internal programming event that energized the miners’ weekend and brought a lot of knowledge, learning, networking, and …
Three Functional Programming Concepts To Start Using Today And Make Your Code Better
Especially if you don’t code in a functional programming language
Last Updated on November 21, 2024 When I first heard about Functional Programming, I thought it was about using functions only. If it was about …
Welcome to the worst form ever!
How Cognitive Biases Can Ruin or Improve User Experience
Welcome to the worst form ever! I am sure you have seen some bad forms around the internet. Sometimes the inputs are disabled at the …
A Day In The Life of a Ruby Enumerator
Let’s see what is under the hoods
I spent some time trying to elaborate a good introduction for this post. I wanted to start with a great quote or something like that …