-
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.