Codeminer42's Engineering Blog
The Miners

JavaScript Under the Hood #1: Classes
If you're a programmer coming to JavaScript from other languages, you may have heard that JavaScript has "fake" classes. In this article, we'll explore how classes work under the hood…
Increase Performance with Sidekiq and Redis
We know that performance is one of the biggest factors that drive a system to success. But even using the most optimized algorithms, some tasks can still take a long…
A/B Testing – Slightly different but the same
Remember when you went to the grocery store, and the employees had placed everything in a different layout since your last visit? You've just been through an A/B test, congrats!…
Component Driven UI Patterns – Part I
A Component is an identifiable and interchangeable unit of a program. It plays an important role not just inside user interfaces but in Software Engineering in general. Components can be…
Making a Full-Stack App with Vue, Vite and Express that supports Hot Reload
Introduction With each passing day, web applications are becoming more and more reactive. JavaScript front-end frameworks are designed for this particular purpose. However, it is common for applications that use…