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 …
4 min read
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. …
4 min read
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 …
4 min read
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 …
4 min read
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 …
4 min read
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 …
4 min read






