This repository is a collection of projects completed during my time at Zone01. The program is a 12-month, intensive, project-based learning experience focused on Full-Stack development, with a heavy emphasis on Go (Golang) and DevOps principles.
🚀 The Challenge
A unique constraint of the Zone01 curriculum is the requirement to build core logic using Go Standard Libraries only. In many of these projects, importing external packages or even specific built-in functions (like strings or math) was restricted to ensure a deep understanding of low-level implementation and algorithmic efficiency. 📂 Featured Projects
My-LS
A custom implementation of the Unix ls command.
Features: Recursive directory listing with flags (-l, -a, -r, -t).
Key Learning: Filesystem navigation and data sorting from scratch.
Forum
A web-based discussion platform with user authentication.
Features: Session management, post creation, and commenting systems.
Tech: Go (net/http), SQLite, Cookie-based Auth.
🌐 Data & Frontend
Groupie Tracker
A data orchestration project that consumes and visualizes data from four different APIs (Artists, Locations, Dates, and Relations).
Features: Interactive UI to explore musical artist tours and relationships.
🛠️ Technical Stack
Languages: Go (Golang), HTML/CSS, SQL.
Tools: Git/GitHub, Docker, Postman, Vim.
Database: SQLite.