
Nobody Cares About You — and That’s a Good Thing
You’re not the hero of the story. The faster you realize that, the faster you’ll succeed.
Hi, I’m Aashish Kumar, a passionate software engineer from India 🇮🇳, specialize in Python | Django | AI | LLM | Full Stack Development.
You’re not the hero of the story. The faster you realize that, the faster you’ll succeed.
A practical journey into refactoring, cleaner abstractions, and writing fewer lines of Python code
Discover how Python’s dataclasses.field can do more than just set defaults
I challenged myself to ditch Python’s def keyword completely
How one tiny automation changed my morning routine, improved my focus, and made me fall in love with scripting all over again.
Can Python even function without variables? I put it to the test — and discovered something unexpected about functional programming…
Named Tuples aren’t just for small data structures — they can replace classes, simplify APIs, and make your Python code cleaner than ever.
Recursion is beautiful, powerful, and… occasionally painful. I challenged myself to solve everyday problems using only recursion in Python.
It’s not just about parent classes — Python’s super() has some surprising rules that can confuse even seasoned developers. Here’s what I…
Build smarter, faster, and cleaner code with tools that do the heavy lifting for you.
After reviewing hundreds of PRs, patterns start to emerge. And some of them are surprisingly consistent — even among experienced Python…
Can you write real Python code without using a single loop? I challenged myself to do just that — here’s what I learned, what broke, and…