SOURADEEP
AboutWorkExperienceLogsContact
CMD+K

Engineering Logs

Documenting my journey through low-level systems, competitive programming, and engine architecture.

Subscribe via GitHub

ACM Workshop: Dynamic Programming

2026-02-10

Recording and problem set from my session on DP on Trees.

TeachingAlgorithms
Read Article

Understanding MIPS Pipeline Hazards

2026-01-09

A deep dive into how I handled data hazards in my C++ emulator using forwarding units.

SystemsC++Architecture
Read Article