Async Code Demystified: Promises, Fetch, and useEffect
Before we start digging into the world of Promises, Fetch API, and related topics, it is important to understand the difference between synchronous (sync) and …
Codeminer42’s Engineering Blog
Before we start digging into the world of Promises, Fetch API, and related topics, it is important to understand the difference between synchronous (sync) and …
Hi! I hope you’re enjoying The Miners’ Guide to Code Crafting series. Today, we’re diving into databases — one of the most essential tools in …
React is one of the most popular tools out there… but sometimes, it can feel like a maze, right? Where do you even start? Well, …
Let’s dive into the importance of static analysis while developing apps. (Because yes, formatters and linters are different, even though both play crucial roles in …
If you’ve reached this post, you’re likely discovering and exploring the Ruby language, so, this article was made for you! The idea here is to …
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 …
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 …
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 …
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 …