DIR: /ROOT/BLOGS

My Blogs

ENTRIES: 2
STATUS: READ_ONLY
19.02.2026//
#amazon#oa#algorithms#greedy#data-structures#interview-prep

Cracking the Amazon OA: Robot Stability, Greedy Trucks & What I Learned

A honest breakdown of two Amazon Online Assessment problems , a robot coordination stability counter and a greedy truck delivery simulator. Includes full C++ solutions, complexity analysis, and what I actually took away from the experience.

→ ACCESS
01.02.2026//
#rust#systems-programming#http#backend#learning

From Bytes to Bytes: Building a Raw HTTP Server in Rust

A deep dive into implementing the HTTP protocol from scratch. We cover reading raw TCP streams, manual string parsing, and building a custom request parser in Rust without using any web frameworks.

→ ACCESS