Blog
I write about something cool I have learned recently, some cool technologies, or just some personal opinions.
14 Jul, 2026
3 min read
Unemployment log 001
What have I been up to these days?
27 Jan, 2026
9 min read
Moving my website from NextJS to Phoenix
My journey of moving from NextJS to Phoenix
19 Apr, 2025
9 min read
Some concepts from doing genetic algorithms in elixir
Genetic algorithms + Elixir
31 Mar, 2025
2 min read
Elixir: Gemini Vision with Req
Using req to get information about an image
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
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
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