Codeminer42's Engineering Blog
The Miners' Guide to Code Crafting

JavaScript Beginner’s Guide
JavaScript is one of the first steps for those starting their frontend journey. But what are the basic concepts we need to understand before we start actually building web apps?…
REST, RESTful APIs, and API documentation
Why do applications communicate between themselves? As software complexity scales and many applications can have multiple features and requirements for users, interoperability between softwares are really useful to: Separate concerns…
Code review and team communication
Before there was code, there were people. And after, too. So I will start this post by telling you: you work with people. “Oh, I became a developer so I…
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?…