Codeminer42's Engineering Blog
Intermediate

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…
How to Organize your Styles with ITCSS
Everyone knows how CSS can be painful when not written properly. It is not an expressive language, it has a global scope, cascading rules (the source order really matters), inheritance,…