Hi, I'm RD

Explore brief notes and insights from my journey building side projects.

How to Use Lucide Icons with Vuetify

A guide on integrating Lucide icons into a Vuetify project.

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.

IntelliJ Debug on WSL Windows

Steps, I've taken to debug apps on WSL.

Nuxt Plugins Typescript

Nuxt Plugins in Typescript

Dexie upgrade function is not called

While creating a new db version, upgrade is not called

Turn off VSCode suggestions

Steps to turn off VSCode suggestions so that they only show up when you press ctrl+space

Packaging homebrew formula

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.

Install homebrew on WSL Ubuntu

First of all, update the system and install following packages.

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

Setup cmder terminal

Setting the cmder terminal on Windows

Setup Git on Windows

Setting up Git on Windows machine

Setup New Windows Laptop

Setting the new Windows machine

Setup VS Code

Setting up the VS Code editor machines

Getting epoch time

Getting epoch time in various languages

Create React Library

Creating your own react module using create-react-library

Sorting in REST API

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