How to Use Lucide Icons with Vuetify
A guide on integrating Lucide icons into a Vuetify project.
How to Change the Default Git Branch Name to Main (Best Practices for Modern Repositories)
By default, git uses master as the default branch name.
Restrict commit to main git branch
Create a pre-commit hook to restrict commits to the main branch.
IntelliJ GUI application with WSL
Download JetBrains toolbox. Get the latest link from here
Share ARG in multi-stage Dockerfile
ARGs are available only in the scope they are defined.
Steps, I've taken to debug apps on WSL.
Nuxt Plugins in Typescript
Dexie upgrade function is not called
While creating a new db version, upgrade is not called
Steps to turn off VSCode suggestions so that they only show up when you press ctrl+space
Notes on packaging a homebrew formula and serving through personal tap
Create WebSocket API using AWS API Gateway | HTTP & Lambda Integration
Lets implement a WebSocket API using AWS API Gateway and integrate it with HTTP API and lambda backend.
Best Practices for REST API Design
a live document
Install homebrew on WSL Ubuntu
First of all, update the system and install following packages.
JavaScript
Debug Vercel Serverless Functions Locally
A vlog showcasing how I debug Vercel Serverless Functions locally
REST API Flowchart with Swimlanes
Demonstrating flow of REST API by creating flowchart with swimlanes
Change domain name on Google sign-in consent screen
Customize the redirect domain name on Google sign-in consent screen
NVM for Windows Subsystem for Linux
Opt for nvm over node when using WSL
Setup terminal with ZSH on windows
Setting up zsh with oh-my-zsh on Windows
Windows Bluetooth Audio Stuttering Issue
Fixing the issue with bluetooth audio stuttering
Setting the cmder terminal on Windows
Setting up Git on Windows machine
Setting the new Windows machine
Setting up the VS Code editor machines
Getting epoch time in various languages
Creating your own react module using create-react-library
Implementing a query parameter for sorting in REST API
Forward reference extends over definition
A note on the issue I faced while working with Vert.x in Scala