Codeminer42's Engineering Blog
Beginner

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…
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…