I am a web developer, learner, contributor, husband, and father from Gujarat, India.
I work mainly on WordPress Theme Development, Plugin Development, and Front-end frameworks including VueJS & NuxtJS.
We all know that Vuex is a very powerful state management system when used with VueJS. And when you are using it with NuxtJS, it’s even more fun to...
So here is a common situation I was in recently. I am building a portal using NuxtJS, NodeJS & MongoDB stack and the requirement was to store design...
These are some of the common codes that I use in any WordPress WooCommerce-based project. Hope you guys find it useful. Add WooCommerce template...
I have been using LAMP stack using WSL on Windows for a very long now and it is excellent. But it is not very flexible like Docker. While setting up...
While working with WordPress Ajax requests, it’s a very tedious task to debug the response of the request. Most of the time what we do is, open the...
While coding, it is very important to follow specific coding standards and format the code to make it easy to read. It is one of the fundamentals of...