Blog

I write about something cool I have learned recently, some cool technologies, or just some personal opinions.

ALL
ACTIONS
APOLLO
ASYNCAPI
AUTH0
AWS
DESIGN-PATTERN
DOCKER
ELIXIR
FLASK
FLYIO
GEMINI
GITHUB
GRAPHQL
GSOC
JAVASCRIPT
JEST
LINUX
LIVEBOOK
LIVEVIEW
MARKDOWN
MDEX
MDX
MONGODB
NEXTJS
NPM
OPEN-SOURCE
PHOENIX
POSTGRES
PYTHON
RACKET
REACT
REDIS
RUST
SONIC-PI
STUFF
TECH
TESTING
TYPESCRIPT
VIM
VSCODE
WEB-DEVELOPMENT

24 Jun, 2026

4 min read

"Your role has been made redundant"

I got laid off

life opinions

23 Jun, 2026

3 min read

Megatron

Internet, meet my cat!

life

27 Jan, 2026

9 min read

Moving my website from NextJS to Phoenix

My journey of moving from NextJS to Phoenix

elixir phoenix liveview mdex nextjs

13 Jan, 2026

5 min read

2025 Logs: AI Insights

I let AI write something about me

reflection life

13 Jan, 2026

1 min read

December Log

Things I did in December 2025

life

25 Dec, 2025

2 min read

November Log

Things I did in November 2025

life

24 Nov, 2025

2 min read

October Log

Things I did in October 2025

life

08 Oct, 2025

1 min read

September Log

Things I did in September 2025

life

14 Sep, 2025

2 min read

August Log

Things I did in August 2025

life

03 Aug, 2025

2 min read

July Log

Things I did in July 2025

life

10 Jun, 2025

2 min read

May Log

Things I did in May 2025

life

18 May, 2025

2 min read

Learning Racket

My experience learning Racket

racket

10 May, 2025

1 min read

April Log

Things I did in April 2025

life

19 Apr, 2025

9 min read

Some concepts from doing genetic algorithms in elixir

Genetic algorithms + Elixir

elixir

01 Apr, 2025

1 min read

March Log

Things I did in March 2025

life

31 Mar, 2025

2 min read

Elixir: Gemini Vision with Req

Using req to get information about an image

elixir gemini

01 Mar, 2025

1 min read

February Log

Things I did in Feb 2025

life

25 Feb, 2025

2 min read

MeowUI

MeowUI is a TUI written in Rust

rust phoenix

01 Feb, 2025

1 min read

January Log

Things I did in January 2025

life

01 Jan, 2025

2 min read

Retrospective 2024

2024 review?

life

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

flyio phoenix elixir

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

vscode vim

06 Jun, 2023

1 min read

Dynamic "Redirect To" URL for emails in Auth0

Configuring Auth0 email template to redirect based on application name

auth0

24 Feb, 2023

1 min read

Notes

I'm writing down about the things I'm exploring

stuff

31 Dec, 2022

1 min read

Technologies I want to learn in 2023

Lots of cool stuff

tech

31 Dec, 2022

2 min read

Technologies I learned in 2022

These are the technologies in learned in 2022 and my thoughts on them

tech

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

elixir redis flyio

27 Dec, 2022

8 min read

Connecting my website to Phoenix Server for some real-time metrics

Using channels and presence for user count

nextjs phoenix elixir

19 Nov, 2022

2 min read

Setting config for libraries inside Livebook

elixir livebook

07 Oct, 2022

1 min read

Installing Sonic Pi on Pop-OS

Installing required packages and building sonic-pi

sonic-pi linux

06 Oct, 2022

1 min read

Setting up Postgres with Docker

Making volume, running container, etc.

docker postgres

05 Oct, 2022

1 min read

Mongosh docker

Using docker exec to run commands on a mongodb container

docker mongodb

04 Oct, 2022

1 min read

Setting response header for JSON responses in Flask

In a flask API

python flask

03 Oct, 2022

1 min read

Listing S3 objects with Elixir

Using ExAWS library & Elixir to interact with S3

elixir aws

02 Oct, 2022

1 min read

Elixir file manipulation

Manipulating arbitrary number of files present in a directory using Elixir

elixir

01 Oct, 2022

1 min read

Things I do before distro-hopping

Backing up, & Softwares to install

linux

30 Sep, 2022

2 min read

Things I want to do someday

Just a bunch of random stuff

life

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

nextjs

18 Feb, 2022

1 min read

My custom MDX components

Custom MDX components that I use in my blogs

mdx

15 Feb, 2022

10 min read

Using MDX with NextJS

Using Next-MDX-Remote with NextJS to write MDX blogs

mdx nextjs markdown

02 Dec, 2021

2 min read

NextJS Code Splitting & Dynamic Imports

Quickly looking at dynamic imports using NextJS

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

design-pattern typescript

01 Sep, 2021

5 min read

GSoC at Postman and AsyncAPI

Final blog for my GSoC journey

gsoc open-source asyncapi

14 Jul, 2021

7 min read

Publishing JavaScript/TypeScript packages on npm registry

javascript typescript npm

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.

javascript react

03 Jul, 2021

3 min read

GSoC at AsyncAPI: Part 2

My GSoC experience blog

gsoc open-source asyncapi

20 Jun, 2021

6 min read

GSoC at AsyncAPI: Part 1

My GSoC experience blog

gsoc open-source asyncapi

03 Jun, 2021

3 min read

Getting selected in GSoC

gsoc open-source asyncapi

21 May, 2021

3 min read

Making PR to another repository using Github Actions

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

graphql typescript jest testing

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

apollo graphql 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

web-development

27 Apr, 2021

1 min read

Hello, World!

The beginning of something new and exciting

1 online · 0 visits
Nothing playing at the moment

Theme:

Powered by Elixir Phoenix LiveView Dark mode Best eyes The Old Net Devils Built with love