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 …
React Native is a known framework for building mobile applications with React. In its workspace you will find some similarities with web development, such as …
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 …
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 …
The year was 2021. The mines and quarries of Codeminer42 were vast, brimming with untapped veins of innovation, and glittering with the promise of digital …
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? …
If you’ve ever spent way too long trying to figure out why something isn’t working, only to realize it was a missing semicolon — you’re …
On November 23rd, Codeminer42 organized its first Hackathon. The goal was quite simple: to encourage the experimentation of new technologies in problems that are a …
Creating a cool but simple color palette can be very difficult, right? Designers often focus on UI and UX to get it right. But how …
It’s no news that React is still the most popular and most used UI framework and powers some big names of the web like Netflix, …