CRA (Create-react-app) vs Vite ? · You must have stumbled upon many posts praising Vite and how it should be the de-facto standard to get started with...
I've been lately playing around a lot with MS Azure, the world's second most popular cloud platform right behind AWS (Amazon Web Services). Recently,...
Writing test cases as we develop modules of API · In this post, I'd discuss the Test Driven Development (TDD) strategy of developing APIs in Python using...
Managing store data in Nuxt JS applications using Vuex · What is NUXT JS ? Nuxt JS is a front-end framework built on top of Vue JS which simplifies a lot...
I was doing some research on creating a feature text editor in React for one of my MERN projects. Text editors, similar to what we have on Hashnode,...
In this blog, I'd be discussing a recent issue I faced in one of the projects I worked which was in MEVN (MongoDB, Express, Vue and Node) stack. The...