Blog
Notes on seeing code run.
DSAroadmapinterviewsAug 7, 2026 · 18 min
The DSA roadmap for 2026: what to learn, in what order, and how long it takes
Nine phases ordered by dependency, priced in hours, with an honest list of what to skip. Set your weekly hours and see your finish date.
Read italgorithmsquicksortBig-OAug 7, 2026 · 9 min
Your quicksort is slowest on already-sorted data
Sorted input is quicksort's worst case, not its best: 45x the comparisons and a recursion depth of 999. Why it happens, why it only bites in production, and the one-line fix.
Read itAI eracareersskillsJul 16, 2026 · 12 min
Top 10 skills for the AI era
The skills that stay valuable when AI writes half the code: runtime intuition, debugging, systems thinking, and 7 more - with a practical way to build each one.
Read itDSAlearningNeonFlowJul 16, 2026 · 14 min
Start learning DSA - by watching it run
Why data structures and algorithms still decide interviews, why reading code was never enough, and how to learn DSA the Flame way: watch, predict, verify.
Read it