Full-Stack Engineer specialized in Backend Systems. React • Node.js • Python • Redis. Technical Writer documenting the engineering journey.

Joined March 2025
25 Photos and videos
Big Wealth | Software Engineer retweeted
As a dev, what's your favorite localhost port?
262
21
847
91,192
GitHub locked me out. My CI/CD went dark. But the deployment didn't stop. This week, a service restriction halted my entire automation. Most would wait days for a support ticket. I treated it like a high-priority production migration. Here’s the blueprint. ⬇️
1
2
19
A messy portfolio is a red flag. I archived the restricted repo with clear redirects to the new home. Whether it's a personal project or a corporate microservice, you leave a clean trail for the next engineer (or the hiring manager).
1
2
38
Reliability isn't just about the code you write; it's about the speed at which you can pivot when infrastructure fails. Tooling will fail. Accounts will get flagged. Don't wait for a fix. Build systems that are portable and processes that are resilient. #Devops #Backend
3
35
Your worker crashed and restarted. Great. But did it just double-charge a customer? Or duplicate an inventory update? If you aren't using Graceful Shutdown, your "fault-tolerant" system is actually a data-corruption machine. Here’s why.
1
1
10
I also added a 10s failsafe. If a database query hangs during shutdown, you don't want a "Zombie Process" hanging around forever. Use setTimeout().unref() to force an exit if the graceful path takes too long
1
2
11
Reliable backend engineering isn't just about the "Happy Path." It’s about managing the "Exit Path." How you handle SIGTERM defines the integrity of your data. Stop killing your processes. Let them say goodbye. ✌️
2
9
I am building "perfect" event ingestion pipeline with Redis Streams and TimescaleDB. The dashboard was live. The data was flowing. I thought I was done. I was wrong. I was flying a plane in the dark. 🧵
1
2
37
Because I could finally see the bottleneck, I could fix it. I optimized the ingestion logic, tuned the connection pooling, and handled the backpressure. Latency dropped from 5.5s → 338ms. Throughput stabilized.
1
1
35
The shift from Junior to Senior isn't about writing more code. It's about moving from guessing to understanding. Reliability isn't about code that never breaks it's about visibility. If you aren’t measuring it, you aren’t managing it. Stop guessing. Start measuring. ⚡️ #buildinpublic #backend #systemdesign #nodejs
2
20
Do you feel AI is improving your thinking or making you depend on it?
2
37
Is AI improving how we think… or slowly replacing it?
1
33
Do you still need a CS degree to land a high-paying tech job in 2026?
1
2
46