RSSAmplifier

Blog

Aayush Kumar Sahu - Developer and Explorer

Welcome to aayush's digital garden!

aayushsahu.comRSS feed ↗54 posts

Latest posts

Unemployment log 001

What have I been up to these days?

"Your role has been made redundant"

I got laid off

Megatron

Internet, meet my cat!

Moving my website from NextJS to Phoenix

My journey of moving from NextJS to Phoenix

2025 Logs: AI Insights

I let AI write something about me

December Log

Things I did in December 2025

November Log

Things I did in November 2025

October Log

Things I did in October 2025

September Log

Things I did in September 2025

August Log

Things I did in August 2025

July Log

Things I did in July 2025

May Log

Things I did in May 2025

Learning Racket

My experience learning Racket

April Log

Things I did in April 2025

Some concepts from doing genetic algorithms in elixir

Genetic algorithms + Elixir

March Log

Things I did in March 2025

Elixir: Gemini Vision with Req

Using req to get information about an image

February Log

Things I did in Feb 2025

MeowUI

MeowUI is a TUI written in Rust

January Log

Things I did in January 2025

Retrospective 2024

2024 review?

Uploading and serving files from Phoenix and fly volumes

Learn how to upload and serve files from phoenix using fly volumes

VSCode tips and tricks

Some lesser known settings and keybindings that you can use to configure VSCode to your liking

Dynamic "Redirect To" URL for emails in Auth0

Configuring Auth0 email template to redirect based on application name

Notes

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

Technologies I want to learn in 2023

Lots of cool stuff

Technologies I learned in 2022

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

Fly.io: Connecting Redis with Phoenix using Redix

How to connect fly's managed Redis instance with Phoenix using Redix library

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

Using channels and presence for user count

Setting config for libraries inside Livebook

Installing Sonic Pi on Pop-OS

Installing required packages and building sonic-pi

Setting up Postgres with Docker

Making volume, running container, etc.

Mongosh docker

Using docker exec to run commands on a mongodb container

Setting response header for JSON responses in Flask

In a flask API

Listing S3 objects with Elixir

Using ExAWS library & Elixir to interact with S3

Elixir file manipulation

Manipulating arbitrary number of files present in a directory using Elixir

Things I do before distro-hopping

Backing up, & Softwares to install

Things I want to do someday

Just a bunch of random stuff

Conditionally going back to previous URL in NextJS

Checkout how can we modify going back in history behavior with NextJS

My custom MDX components

Custom MDX components that I use in my blogs

Using MDX with NextJS

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

NextJS Code Splitting & Dynamic Imports

Quickly looking at dynamic imports using NextJS

What is the Visitor design pattern and how to implement it in TS?

Implementing the Visitor design pattern using TypeScript interfaces and classes

GSoC at Postman and AsyncAPI

Final blog for my GSoC journey

Publishing JavaScript/TypeScript packages on npm registry

Deep dive into Memoization + React's useMemo hook

Looking into memoization and `useMemo` to improve some performance of our application.

GSoC at AsyncAPI: Part 2

My GSoC experience blog

GSoC at AsyncAPI: Part 1

My GSoC experience blog

Getting selected in GSoC

Making PR to another repository using Github Actions