/// Project Dossier
Custom Terminal
A custom terminal emulator built from the ground up in Go — exploring systems programming, process management, and shell mechanics.
Focus
Learning Go and low-level systems concepts by building a functional terminal from scratch.
Milestone 01
Implemented command parsing with argument handling
Milestone 02
Built process spawning and I/O stream management in Go
Milestone 03
Explored Go concurrency patterns for background processes