What You Need to Know About View Transitions in React
Hey there! Maybe you have been living under a rock and haven’t heard about the news: React is about to officially support View Transitions! But …
The Miner’s Guide to Crafting Code: Gearing Up!
The year was 2021. The mines and quarries of Codeminer42 were vast, brimming with untapped veins of innovation, and glittering with the promise of digital …
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 …