Codeminer42's Engineering Blog
Intermediate

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 are becoming very popular nowadays,…
Scalable Frontend #4 – Custom Hooks to the Rescue
This post is part of the Scalable Frontend series. You can see the other parts here: “#1 — Architecture”, “#2 — Common Patterns”, and “#3 — The State Layer”. And…
Exploring RSpec – Improving Your Testing Skills
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 that much coverage gives us…
Multi-tenancy – Dealing With Multiple Contexts on a Single Platform
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 be customized and personalized but…
A Short Guide to Web Accessibility
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 building our applications, but when…