Codeminer42's Engineering Blog
Advanced

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…
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…
Scalable Frontend #2 — Common Patterns
Patterns should fit nicely, like playing blocks This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — Architecture” and “#3 — The…
Scalable Frontend #1 — Architecture Fundamentals
This post is part of the Scalable Frontend series, you can see the other parts here: “#2 — Common Patterns” and “#3 — The State Layer”. The two most common…
Building Scalable Client-side Components
Writing components is a good way to structure our client-side apps. However we should be careful when writing and using them. In my recent projects I always kept a Styleguide.…