Historical Code Archive Ledger
~/root/archive
Legacy Code Warning
This module stores discontinued, legacy, or experimental builds that shaped my engineering evolution. It documents where I came from, mistakes made, and technologies outgrown. This is a monument to continuous learning.
| YEAR | MODULE_NAME | DOMAIN | LEGACY_STACK | OUTCOME / LESSONS | STATUS |
|---|---|---|---|---|---|
| 2019 | Legacy PHP Admin Portal | Web Development | PHP 5.6, MySQL, Bootstrap 3 | Learned relational databases, SQL queries, and session handshakes. A security audit later revealed SQL injection vulnerabilities, sparking my interest in cyber security. | Abandoned |
| 2020 | Minecraft Spigot Plugins | Game Modding | Java 8, Maven, Bukkit API | My first serious foray into Object-Oriented Programming (OOP), event-driven systems, and thread listeners. Successfully automated custom shop items and scoreboard ticks. | Archived |
| 2021 | Autohotkey Bot Farm | Automation Tools | AutoHotkey Script, Windows API | Automated pixel-reading loop sequences for clicking repetitive tasks. Taught me memory efficiency and timing synchronization under changing system loads. | Broken |
| 2022 | Early React Portfolio (v1) | Web Development | Create React App, CSS Modules | First experience with virtual DOM, component lifecycles, and npm dependency trees. Replaced a year later by Next.js due to poor SEO and slow initial client rendering. | Completed |