Component-Driven UI Patterns Part ll
Last Updated on June 5, 2023 In the previous post we talked about creating components and the various patterns that can be used in different …
The reasons behind the “why”
Last Updated on May 26, 2023 As a consultant and senior engineer in my current role, part of my everyday job is dealing with less …
Codeminer42 Tour 2023 pt 1 (RailsConf and Reactathon)
A rundown of our participation in tech events for 2023’s first semester
Last Updated on July 12, 2023 At Codeminer42, we believe that participating in and actively contributing to software development communities are important aspects of our …
JavaScript Under the Hood #2: Sub-classes
Understanding sub-classes and inheritance in JavaScript
Last Updated on May 26, 2023 Keeping the momentum from my last article, this article aims to explain how sub-classes work in JavaScript. Sub-classes are …
JavaScript Under the Hood #1: Classes
Understanding how classes work in JavaScript
Last Updated on May 26, 2023 If you’re a programmer coming to JavaScript from other languages, you may have heard that JavaScript has “fake” classes. …
Increase Performance with Sidekiq and Redis
How about using asynchronous services to improve your system performance
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 …
A/B Testing – Slightly different but the same
A small introduction to this huge world called A/B testing
Last Updated on April 11, 2024 Remember when you went to the grocery store, and the employees had placed everything in a different layout since …
Component Driven UI Patterns – Part I
Last Updated on July 4, 2023 A Component is an identifiable and interchangeable unit of a program. It plays an important role not just inside …
Making a Full-Stack App with Vue, Vite and Express that supports Hot Reload
Creating an app in a single repository without compromising on Developer Experience
Last Updated on February 5, 2024 Introduction With each passing day, web applications are becoming more and more reactive. JavaScript front-end frameworks are designed for …