Hi, I'm Mrigank Krishan.
Systems Architect · Security Enthusiast
I design and build high-performance distributed systems, grid orchestration platforms, and custom container runtimes. Over the past few years, my work has centered on Kubernetes internals, high-availability cluster schedulers, and integrating LLMs for automated AI workflows.
A computer science graduate from the Indian Institute of Technology, Indore, I write here about system engineering, security, web development, and Linux. When I'm not writing code, I compete in cybersecurity CTFs, formerly winning CSAW India with team ByteBandits.
Featured
-
Flutter: The master of all
Today, I explored Flutter, a SDK by Google for cross-platform mobile app development(android and ios).
Recent Posts
-
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.