Codeminer42's Engineering Blog
Scalable Frontend
How to develop and maintain a scalable frontend application with real-life tested approaches

Frontend Concurrency Done Right
Raw Portuguese version is here: https://tech-pills.github.io/2025-07-27-frontend-concurrency-control/ Hello there! Hope you're doing well. The purpose of Tech Pills here is to begin a series of articles to solve or discuss technical…
Creating a preview mode in a Vuex app with dependency injection
In this article, I will talk about how to use dependency injection (DI) in a Typescript Vue app with Awilix. Before I go ahead and just talk about how to…
Composition API in VueJS
Hello guys! In this article I will talk about the Composition API in VueJS. More precisely, I'll give you a brief introduction and talk about my experience with the Compositions…
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…
Scalable Frontend #3 — The State Layer
State tree, the single source of truth This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — Architecture” and “#2 — Common…