Ctrl + Alt + Career: a shift from teaching to tech with the Codeminer42 Trainee Program
Introduction I believe one of the most common experiences in life is realizing that we no longer belong to a place that once made us …
Codeminer42’s Engineering Blog
Frontend Editorial
Introduction I believe one of the most common experiences in life is realizing that we no longer belong to a place that once made us …
This post is part of our ‘The Miners’ Guide to Crafting Code‘ series, designed to help aspiring developers learn and grow. Stay tuned for more! …
In the late ’90s and early 2000s, the internet as we know it today started to become mainstream. Surfing the web became more accessible, and …
This is the day. You will finally learn how to use Redux once and for all, or get all of the money you’ve spent to …
Imagine you find yourself facing your code at a point where you clearly have a problem to solve. You start to think about different ways …
Many believe that making a website accessible and responsive means simply adding alt attributes to images and replacing header navigation with burger menus, right? But …
Learning to consume APIs is an essential step for anyone looking to create dynamic and interactive React applications. In this practical guide, we will explore …
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 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 …