Creating a development environment with docker and docker compose
Did you ever try to run code on your local machine, but it simply didn’t work? And when you ask for help all you hear …
Codeminer42’s Engineering Blog
Did you ever try to run code on your local machine, but it simply didn’t work? And when you ask for help all you hear …
Hi folks! I’ve been working on a personal project, a simple Express.js REST API. But after a while, I got stuck on a simple problem: …
INTRODUCTION INTRODUCTION I believe the comic strip above sums it well: You write clean code mainly to understand yourself in the future. Not only that, …
Photo by Matt Seymour on Unsplash Intro Dependency injection is a very powerful technique that allows us to write code that is both more testable …
We know software can get complex over time, specially when it comes to state management. More often than not, we find ourselves with tricky user …
Hello boys and girls!!! In this article I’ll be discussing the Mapbox, an American provider (APIs and SDKs) for custom online maps for web and …
In this article, we aim to give you an overview of what AWS Cognito solves and how to use it as your app’s authentication provider, …
In this article, we will talk about the React Query library and how it can make your React apps more fast and responsive. Web applications …
This article is recommended for you if you’re looking for ways to improve your software testing techniques. If you’re more experienced, feel free to comment …
At some point during the development of your project, you might have needed to develop a feature that consumed data from an external source. You …