Fundamentals of HTTP and Web Development
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 …
Programming Paradigms: concepts and their value
Learn Powerful Programming Techniques for Problem-Solving
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! …
Introduction to Clean Code
4 Tips to Make You Write Better Code
Last Updated on February 11, 2025 Have you ever looked at a coworker’s code — or even your own after a while — and spent …
Docker and Containerization
The End of “It Works on My Machine” Syndrome
Last Updated on February 11, 2025 If you’ve been in software development for a while, you’ve probably dealt with this annoying issue: your code runs …
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 Miners’ Guide to Code Crafting: Gearing Up!
Last Updated on February 11, 2025 The year was 2021. The mines and quarries of Codeminer42 were vast, brimming with untapped veins of innovation, and …
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 …