Recent posts!
2024-02-09
Connect Lens to Minikube running in WSL22024-02-09
Git init default branch name2024-02-09
Update git in WSL2 Ubuntu2024-02-09
Restrict commit to main git branch2023-12-10
Buck Privacy Policy2023-11-25
Manage dependencies with pnpm, yarn and npm2023-08-20
WSL date and time out of sync2023-06-25
IntelliJ GUI application with WSL2023-04-01
Use UnoCSS with Nuxt 32023-03-26
Use SCSS with Nuxt 32023-03-26
Use Vuetify with Nuxt 32023-03-18
Vue Declaration CheatSheet2023-02-23
Share ARG in multi-stage Dockerfile2023-02-23
Build fat jar of a gradle project2023-02-23
Dockerize gradle project2023-01-25
[Notes] IAM Authentication for RDS MySQL2023-01-09
Kill process running on port2022-12-27
CLI Tools2022-12-27
IntelliJ Debug on WSL Windows2022-12-20
Best Practices for REST API Design2022-12-20
Add Cron Job on Linux2022-12-20
Redirect output to a file in Linux2022-12-02
Logback with JSON output2022-11-29
Install docker in WSL without Docker Desktop2022-11-19
Nuxt Plugins TypescriptNuxt Plugins in Typescript
2022-11-12
Dexie upgrade function is not calledWhile creating a new db version, upgrade is not called
2022-10-12
Turn off VSCode suggestionsSteps 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 EKSLets deploy two apps on Kubernetes from scratch with separate environments for dev and qa.
2022-10-01
Packaging homebrew formulaNotes on packaging a homebrew formula and serving through personal tap
2022-09-30[Project]
git commit in futureUse future date while making git commits
2022-09-24
Create WebSocket API using AWS API Gateway | HTTP & Lambda IntegrationLets implement a WebSocket API using AWS API Gateway and integrate it with HTTP API and lambda backend.
2022-09-23
Install homebrew on WSL Ubuntu2022-09-17
Convert HSL string to array2022-07-16
AWS Kinesis Stream | Producer & Consumer hands on with Experiments using Java + LocalStackThis 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 journeyEverything related to setting up my desk.
2021-09-21
How I use multiple browsersUse browsers like a PRO :)
2021-09-17
Debug Vercel Serverless Functions LocallyA vlog showcasing how I debug Vercel Serverless Functions locally
2021-09-13
Node API using Vercel Serverless FunctionsA quick POC showcasing how to build and deploy node API using Vercel Serverless Functions
2021-09-12
REST API Flowchart with SwimlanesDemonstrating flow of REST API by creating flowchart with swimlanes
2021-08-22
Access Google APIs using OAuth2 with Nuxt and Auth02021-08-18
IntelliJ hangs on edit configurations of DockerFile2021-08-01
Upgrade gradle in Intellij Project2021-05-04[Project]
Top HN ShowsA free weekly newsletter
2021-03-29[Project]
AWS Lambda Deployera plugin to deploy aws lambda right from IntelliJ IDEA
2021-01-25
Change domain name on Google sign-in consent screenCustomize the redirect domain name on Google sign-in consent screen
2021-01-08
Useful console.log() tips2020-12-08
Setup terminal with ZSH on windowsSetting up zsh with oh-my-zsh on Windows
2020-12-06
Building a markdown blogBuilding a blog using GatsbyJs fueled by markdown files
2020-12-06
NVM for Windows Subsystem for LinuxOpt for nvm over node when using WSL
2020-12-06
Setup New Windows LaptopSetting the new Windows machine
2020-10-04
Setup cmder terminalSetting the cmder terminal on Windows
2020-10-04
Setup Git on WindowsSetting up Git on Windows machine
2020-10-04
Setup VS CodeSetting up the VS Code editor machines
2020-10-04
Windows Bluetooth Audio Stuttering IssueFixing the issue with bluetooth audio stuttering
2020-09-26
Getting epoch timeGetting epoch time in various languages
2020-09-21[Project]
Events CounterAPI for all the events you want to count
2020-09-14
Create React LibraryCreating your own react module using create-react-library
2020-09-09
Sorting in REST APIImplementing a query parameter for sorting in REST API
2020-02-22
Forward reference extends over definitionA note on the issue I faced while working with Vert.x in Scala