Category
DSA/CS
2 posts
The C iceberg: surprising facts every C beginner should know
A beginner-friendly tour of C's weirdest corners: pointers, array decay, the stack and heap, struct padding, octal literals, and why a byte isn't always 8 bits.
9 Jun 2026 · Javascript · 5 min read
Where do we actually use data structures and algorithms?
Forget the interview trivia. Here's where data structures and algorithms show up in real projects, with code, real apps, and bugs they fixed for me.
4 Jun 2026 · DSA/CS · 6 min read