How I built a Telegram bot that saves me 3 hours a day
The exact Python code and architecture behind my media-forwarding Telegram bot — including how to handle rate limits, media groups, and errors gracefully.
Blog
I write about things I'm building, lessons I'm learning, and opinions I have about code. No fluff — just real stuff from the keyboard.
The exact Python code and architecture behind my media-forwarding Telegram bot — including how to handle rate limits, media groups, and errors gracefully.
I built a local-network file transfer tool using QR codes. Here's how it works, why it's actually useful, and what I learned about WebSockets.
Why I switched from JavaScript to TypeScript mid-project, what broke, what got better, and whether I'd do it again (yes).
List comprehensions, generators, context managers, decorators — the Python features that made me fall in love with the language.
The gap between what college teaches and what you actually need to build things — and how to close it without burning out.
I'm learning DRF right now. Here's what confuses me, what clicks, and how I'm structuring my learning to actually retain it.