Codeminer42's Engineering Blog
Posts

Why You Should Care About Resilience
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, the maintainers of each service…
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…
Let’s Learn GraphQL + Apollo Server and Client
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, we need to know what…
What Should You Know Before Starting to Use Kotlin Multiplatform Mobile?
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 applications using all modern Kotlin…
Optimizing Rails API JSON generation
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 clients (single page application, mobile…