Blog
I write about something cool I have learned recently, some cool technologies, or just some personal opinions.
24 Jun, 2026
4 min read
"Your role has been made redundant"
I got laid off
23 Jun, 2026
3 min read
Megatron
Internet, meet my cat!
27 Jan, 2026
9 min read
Moving my website from NextJS to Phoenix
My journey of moving from NextJS to Phoenix
13 Jan, 2026
5 min read
2025 Logs: AI Insights
I let AI write something about me
13 Jan, 2026
1 min read
December Log
Things I did in December 2025
25 Dec, 2025
2 min read
November Log
Things I did in November 2025
24 Nov, 2025
2 min read
October Log
Things I did in October 2025
08 Oct, 2025
1 min read
September Log
Things I did in September 2025
14 Sep, 2025
2 min read
August Log
Things I did in August 2025
03 Aug, 2025
2 min read
July Log
Things I did in July 2025
10 Jun, 2025
2 min read
May Log
Things I did in May 2025
18 May, 2025
2 min read
Learning Racket
My experience learning Racket
10 May, 2025
1 min read
April Log
Things I did in April 2025
19 Apr, 2025
9 min read
Some concepts from doing genetic algorithms in elixir
Genetic algorithms + Elixir
01 Apr, 2025
1 min read
March Log
Things I did in March 2025
31 Mar, 2025
2 min read
Elixir: Gemini Vision with Req
Using req to get information about an image
01 Mar, 2025
1 min read
February Log
Things I did in Feb 2025
25 Feb, 2025
2 min read
MeowUI
MeowUI is a TUI written in Rust
01 Feb, 2025
1 min read
January Log
Things I did in January 2025
01 Jan, 2025
2 min read
Retrospective 2024
2024 review?
06 Aug, 2023
3 min read
Uploading and serving files from Phoenix and fly volumes
Learn how to upload and serve files from phoenix using fly volumes
23 Jun, 2023
4 min read
VSCode tips and tricks
Some lesser known settings and keybindings that you can use to configure VSCode to your liking
06 Jun, 2023
1 min read
Dynamic "Redirect To" URL for emails in Auth0
Configuring Auth0 email template to redirect based on application name
24 Feb, 2023
1 min read
Notes
I'm writing down about the things I'm exploring
31 Dec, 2022
1 min read
Technologies I want to learn in 2023
Lots of cool stuff
31 Dec, 2022
2 min read
Technologies I learned in 2022
These are the technologies in learned in 2022 and my thoughts on them
30 Dec, 2022
3 min read
Fly.io: Connecting Redis with Phoenix using Redix
How to connect fly's managed Redis instance with Phoenix using Redix library
27 Dec, 2022
8 min read
Connecting my website to Phoenix Server for some real-time metrics
Using channels and presence for user count
19 Nov, 2022
2 min read
Setting config for libraries inside Livebook
07 Oct, 2022
1 min read
Installing Sonic Pi on Pop-OS
Installing required packages and building sonic-pi
06 Oct, 2022
1 min read
Setting up Postgres with Docker
Making volume, running container, etc.
05 Oct, 2022
1 min read
Mongosh docker
Using docker exec to run commands on a mongodb container
04 Oct, 2022
1 min read
Setting response header for JSON responses in Flask
In a flask API
03 Oct, 2022
1 min read
Listing S3 objects with Elixir
Using ExAWS library & Elixir to interact with S3
02 Oct, 2022
1 min read
Elixir file manipulation
Manipulating arbitrary number of files present in a directory using Elixir
01 Oct, 2022
1 min read
Things I do before distro-hopping
Backing up, & Softwares to install
30 Sep, 2022
2 min read
Things I want to do someday
Just a bunch of random stuff
16 Jun, 2022
2 min read
Conditionally going back to previous URL in NextJS
Checkout how can we modify going back in history behavior with NextJS
18 Feb, 2022
1 min read
My custom MDX components
Custom MDX components that I use in my blogs
15 Feb, 2022
10 min read
Using MDX with NextJS
Using Next-MDX-Remote with NextJS to write MDX blogs
02 Dec, 2021
2 min read
NextJS Code Splitting & Dynamic Imports
Quickly looking at dynamic imports using NextJS
04 Sep, 2021
11 min read
What is the Visitor design pattern and how to implement it in TS?
Implementing the Visitor design pattern using TypeScript interfaces and classes
01 Sep, 2021
5 min read
GSoC at Postman and AsyncAPI
Final blog for my GSoC journey
14 Jul, 2021
7 min read
Publishing JavaScript/TypeScript packages on npm registry
06 Jul, 2021
6 min read
Deep dive into Memoization + React's useMemo hook
Looking into memoization and `useMemo` to improve some performance of our application.
03 Jul, 2021
3 min read
GSoC at AsyncAPI: Part 2
My GSoC experience blog
20 Jun, 2021
6 min read
GSoC at AsyncAPI: Part 1
My GSoC experience blog
03 Jun, 2021
3 min read
Getting selected in GSoC
21 May, 2021
3 min read
Making PR to another repository using Github Actions
09 May, 2021
6 min read
Guide to setting up Jest testing environment in TypeScript & GraphQL NodeJS Server
Integration or Unit tests in TypeScript and GraphQL using Jest in NodeJS
03 May, 2021
4 min read
Guide to setting up Types for Apollo GraphQL with Typescript in the Backend
The type safe of using Apollo GraphQL with Typescript
29 Apr, 2021
4 min read
Why The Odin Project is the best place to start learning web development
Alternatively: My experience through web development with The Odin Project
27 Apr, 2021
1 min read
Hello, World!
The beginning of something new and exciting