Articles


July 1, 2024

Why Directly Mutating Props in Vue Is a Mistake (And What Really Happens Under the Hood)

Directly modifying props in a Vue component might seem like a quick solution, but it goes against Vue's fundamental design principles and leads to unintended consequences. Let’s dive into the...

6 Minutes Read →

June 1, 2024

Why Pinia is the State Manager Vue 3 Deserves

In the Vue ecosystem, state management has always been essential, and Vuex was long the go-to solution. But with Vue 3, a new option entered the game: Pinia. Built to take advantage of Vue 3's...

6 Minutes Read →

January 20, 2024

Common Vue.js Anti-Patterns and Mistakes You Should Avoid

Vue.js is a popular JavaScript framework known for its simplicity and ease of use. However, even with the most intuitive tools, there are common pitfalls that developers can encounter. In this post,...

6 Minutes Read →

January 16, 2024

Vue Tip #1: Getting vuex store instance on production in Vue3

Copy and paste the code below in the developer console and you will get the instace of Vuex on any website using vuex. And yes it works on production....

3 Minutes Read →

April 19, 2021

How to implement preference based notifications in laravel?

A few days back, I was asked to implement a pretty awesome notification system on one of my client's laravel application, we are calling it, Granular Preference for Notifications. So the user story...

4 Minutes Read →

April 18, 2021

Laravel Tip #1: Check if scheduled jobs are running successfully

Like always you can also log these into files.

1 Minutes Read →

January 12, 2021

How to add approx read time on posts in Jigsaw?

My current blog is developed using Jigsaw and their awesome template. Jigsaw is a framework for rapidly building static sites using the same modern tooling that powers your web applications. I...

1 Minutes Read →

June 8, 2020

Why should you refactor?

You have been working on this feature for a long time. When the client pitched this great new addition, you felt this would take a week. And here you are working on a Saturday and nothing feels...

3 Minutes Read →

December 25, 2019

Stick to your stack

In the book, the pragmatic programmer, there is a section where the author compares a programmer to a craftsman. The craftsman or artisan mindset is a great way of thinking about our work. An...

3 Minutes Read →