Fetch data in an effective way with React Query
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 …
Codeminer42’s Engineering Blog
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 …
Photo by Anatoli Styf Microservices are a reality. Big companies do it all the time, to improve scalability and separate responsibilities. Most of the time, …
This post is part of the Scalable Frontend series. You can see the other parts here: “#1 — Architecture”, “#2 — Common Patterns”, and “#3 …
Hello boys and girls! In this article, we’re going to talk about GraphQL using the Apollo Platform for both server-side and client-side. First of all, …
Photo by Kelly Sikkema on Unsplash Last year, JetBrains announced the alpha version of Kotlin Multiplatform Mobile (aka KMM). With KMM you can create multiplatform …
JSON has become a ubiquitous data transfer format for web APIs. Whether you’re working on a third-party integration, or endpoints to serve data for rich …
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 …
Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% or so of test coverage. Having …
Have you ever stumbled across two e-commerces that looked very similar? An instance of a software that can serve multiple customers? Thats allows them to …
This post is based on a brown bag I gave at Codeminer. In Web Development, we often think about design, performance, tools, and libraries when …