Pavan Andhukuri
Software Developer, Tech Enthusiast, Book Lover, Movie Buff
What you'll find here
Notes on technology, books, movies, and whatever else I'm into — plus side projects I'm building.
Latest
-
Anxious People by Fredrik Backman
So, this was actually my very first Fredrik Backman book. He’s a Swedish author, so I was reading the translation. The humor still lands perfectly. Basically, a bank robber tries to rob a cashless...
-
Capernaum (2018)
This movie touches one of the core principles that drive me: don’t bring kids into this world if you cannot provide a better life for them. Better than the ones you yourself were subject to. Having...
-
Debugging Ktor Upload Performance (OkHttp vs CIO)
CIO looked “faster” than OkHttp for S3 uploads. The surprise: network wasn’t the problem—file I/O was. Here’s how I measured it and what fixed it.
-
Master Free Time: Plan, Learn, and Pursue Interests
If you juggle work, hobbies, and learning, sprinting rarely works. Here’s a practical way to plan your free time and keep making progress through consistency.
-
Abstraction as a Practice to Write Clean Code
Clean code is easy to understand and modify. Here’s how a few layers of abstraction can turn a nested, hard-to-read function into intent-first code.