theRDnotes

Recent posts!

2024-02-09

Connect Lens to Minikube running in WSL2


2024-02-09

Git init default branch name


2024-02-09

Update git in WSL2 Ubuntu


2024-02-09

Restrict commit to main git branch


2023-12-10

Buck Privacy Policy


2023-11-25

Manage dependencies with pnpm, yarn and npm


2023-08-20

WSL date and time out of sync


2023-06-25

IntelliJ GUI application with WSL


2023-04-01

Use UnoCSS with Nuxt 3


2023-03-26

Use SCSS with Nuxt 3


2023-03-26

Use Vuetify with Nuxt 3


2023-03-18

Vue Declaration CheatSheet


2023-02-23

Share ARG in multi-stage Dockerfile


2023-02-23

Build fat jar of a gradle project


2023-02-23

Dockerize gradle project


2023-01-25

[Notes] IAM Authentication for RDS MySQL


2023-01-09

Kill process running on port


2022-12-27

CLI Tools


2022-12-27

IntelliJ Debug on WSL Windows


2022-12-20

Best Practices for REST API Design


2022-12-20

Add Cron Job on Linux


2022-12-20

Redirect output to a file in Linux


2022-12-02

Logback with JSON output


2022-11-29

Install docker in WSL without Docker Desktop


2022-11-19

Nuxt Plugins Typescript

Nuxt Plugins in Typescript


2022-11-12

Dexie upgrade function is not called

While creating a new db version, upgrade is not called


2022-10-12

Turn off VSCode suggestions

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


2022-10-07

Kubernetes deployment from scratch for beginners | Multi environment setup | Argo CD | Kustomize | AWS EKS

Lets deploy two apps on Kubernetes from scratch with separate environments for dev and qa.


2022-10-01

Packaging homebrew formula

Notes on packaging a homebrew formula and serving through personal tap


2022-09-30[Project]

git commit in future

Use future date while making git commits


2022-09-24

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.


2022-09-23

Install homebrew on WSL Ubuntu


2022-09-17

Convert HSL string to array


2022-07-16

AWS Kinesis Stream | Producer & Consumer hands on with Experiments using Java + LocalStack

This video demonstrates implementation of AWS Kinesis Producer and Consumer using Java + LocalStack setup. Includes some experiments with the consumer also 🤩.


2022-03-22

Desk setup journey

Everything related to setting up my desk.


2021-09-21

How I use multiple browsers

Use browsers like a PRO :)


2021-09-17

Debug Vercel Serverless Functions Locally

A vlog showcasing how I debug Vercel Serverless Functions locally


2021-09-13

Node API using Vercel Serverless Functions

A quick POC showcasing how to build and deploy node API using Vercel Serverless Functions


2021-09-12

REST API Flowchart with Swimlanes

Demonstrating flow of REST API by creating flowchart with swimlanes


2021-08-22

Access Google APIs using OAuth2 with Nuxt and Auth0


2021-08-18

IntelliJ hangs on edit configurations of DockerFile


2021-08-01

Upgrade gradle in Intellij Project


2021-05-04[Project]

Top HN Shows

A free weekly newsletter


2021-03-29[Project]

AWS Lambda Deployer

a plugin to deploy aws lambda right from IntelliJ IDEA


2021-01-25

Change domain name on Google sign-in consent screen

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


2021-01-08

Useful console.log() tips


2020-12-08

Setup terminal with ZSH on windows

Setting up zsh with oh-my-zsh on Windows


2020-12-06

Building a markdown blog

Building a blog using GatsbyJs fueled by markdown files


2020-12-06

NVM for Windows Subsystem for Linux

Opt for nvm over node when using WSL


2020-12-06

Setup New Windows Laptop

Setting the new Windows machine


2020-10-04

Setup cmder terminal

Setting the cmder terminal on Windows


2020-10-04

Setup Git on Windows

Setting up Git on Windows machine


2020-10-04

Setup VS Code

Setting up the VS Code editor machines


2020-10-04

Windows Bluetooth Audio Stuttering Issue

Fixing the issue with bluetooth audio stuttering


2020-09-26

Getting epoch time

Getting epoch time in various languages


2020-09-21[Project]

Events Counter

API for all the events you want to count


2020-09-14

Create React Library

Creating your own react module using create-react-library


2020-09-09

Sorting in REST API

Implementing a query parameter for sorting in REST API


2020-02-22

Forward reference extends over definition

A note on the issue I faced while working with Vert.x in Scala