Everything You Need to Ace PWAs in Rails – Part IIService Worker Upgrade
Hi there! Welcome to the second part of the series "How To Ace PWAS in Rails". So far you have your Rails application working offline, …
Codeminer42’s Engineering Blog
Hi there! Welcome to the second part of the series "How To Ace PWAS in Rails". So far you have your Rails application working offline, …
Web development is the backbone of the Internet. Understanding its core concepts is essential for anyone looking to build websites and applications. In this blog …
This post is part of our ‘The Miners’ Guide to Code Crafting’ series, designed to help aspiring developers learn and grow. Stay tuned for more! …
Have you ever looked at a coworker’s code — or even your own after a while — and spent hours wondering "What is this variable …
If you’ve been in software development for a while, you’ve probably dealt with this annoying issue: your code runs perfectly on your machine, but when …
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 year was 2021. The mines and quarries of Codeminer42 were vast, brimming with untapped veins of innovation, and glittering with the promise of digital …
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? …
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, …
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 …