Codeminer42's Engineering Blog
The Miners

Cursor-based Pagination for GraphQL Servers
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, is offset pagination always the…
Rails + Stimulus + React
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 covers everything from infrastructure setup…
What’s new in Ruby 3.4
Christmas is approaching, along with a new version of Ruby! The first release is available as of 12/12/2024 and here is your gift: a sneak peek at what's new in…
Everything You Need to Ace PWAs in Rails
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 into a native-like app that…
From Bugs to Fixes: Tips you must know for Front-end Debugging
If you’ve ever spent way too long trying to figure out why something isn’t working, only to realize it was a missing semicolon -- you’re not alone. Debugging frontend code…