Empowering your systems with State Machines and XState
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 …
Codeminer42’s Engineering Blog
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 …
This post is part of the Scalable Frontend series, you can see the other parts here: “#2 — Common Patterns” and “#3 — The State …
Over the last few months, I’ve been working in a couple of Node.js projects written in TypeScript, and it was a bumpy road to follow …
Softwares are subject to change all the time, and one aspect that contributes to defining the quality of a code is precisely how easy it …
There are a lot of test frameworks for JavaScript/Node.js and I’ve been working with Mocha, Jasmine and Lab for a while. But I decided to …