Codeminer42's Engineering Blog
The Miners

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 post, we will cover the…
Programming Paradigms: concepts and their value
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! What is a Programming Paradigm?…
Introduction to Clean Code
Have you ever looked at a coworker's code — or even your own after a while — and spent hours wondering "What is this variable for?" or "What is this…
Docker and Containerization
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 a colleague tries to run…
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 if you don't even know…