theRDnotes

3 min read Original article ↗

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.

Connect Lens to Minikube running in WSL2

Update git in WSL2 Ubuntu

Buck Privacy Policy

Manage dependencies with pnpm, yarn and npm

WSL date and time out of sync

IntelliJ GUI application with WSL

Download JetBrains toolbox. Get the latest link from here

Use UnoCSS with Nuxt 3

Use SCSS with Nuxt 3

Use Vuetify with Nuxt 3

Vue Declaration CheatSheet

Share ARG in multi-stage Dockerfile

ARGs are available only in the scope they are defined.

Dockerize gradle project

[Notes] IAM Authentication for RDS MySQL

Kill process running on port

IntelliJ Debug on WSL Windows

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

Add Cron Job on Linux

Redirect output to a file in Linux

Logback with JSON output

Install docker in WSL without Docker Desktop

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.

Best Practices for REST API Design

a live document

Install homebrew on WSL Ubuntu

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

Convert HSL string to array

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

Access Google APIs using OAuth2 with Nuxt and Auth0

Upgrade gradle in Intellij Project

Change domain name on Google sign-in consent screen

Customize the redirect domain name on Google sign-in consent screen

Useful console.log() tips

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