Archives
All the articles I've archived.
2026 1
June 1
-
Moving my Homelab to NixOS
How I went from a pile of docker/podman commands on Manjaro to a fully declarative NixOS VM for my homelab — and the two failed attempts along the way.
2018 3
March 3
-
Flutter: The master of all
Today, I explored Flutter, a SDK by Google for cross-platform mobile app development(android and ios).
-
Writing your first ZSH autocompletion function
In this post, I'll guide you in writing few, very basic Zsh autocompletion functions. Everything will be used at its minimal level.
-
Capturing network requests on Android
In this post, I will explore different ways to capture network requests from android device. I will go from "using simple proxy" to patching APK file.