PinnedSetting up Sentry self-hostedSentry is an open-source full-stack error tracking system which supports a wide range of platforms. Sentry is a paid service that offers a lot of features but it also offers a free plan for developers with limited events and features. The free plan i...Feb 17, 2022·4 min read
Automatic injection of Vue router routesHave you ever had your Vue router file get so big that it started getting messy to maintain? How about if you had a separate JS file for each route that can be organized into folders and sub folders. And these files are auto injected into the Vue r...Nov 10, 2021·2 min read
Setting up Laravel 8 with Vue.js and Tailwind cssThis article assumes you already have the environment setup for running and installing Laravel & Vue.js Laravel Installation We will be using Laravel Installer to create a new project of the latest Laravel version. Before running the below command m...Nov 9, 2021·4 min read