FARZD3V.SYS
00:00:00
WORKSPACE: FARZD3V.SYS
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.

YEARMODULE_NAMEDOMAINLEGACY_STACKOUTCOME / LESSONSSTATUS
2019Legacy PHP Admin PortalWeb DevelopmentPHP 5.6, MySQL, Bootstrap 3Learned relational databases, SQL queries, and session handshakes. A security audit later revealed SQL injection vulnerabilities, sparking my interest in cyber security.Abandoned
2020Minecraft Spigot PluginsGame ModdingJava 8, Maven, Bukkit APIMy first serious foray into Object-Oriented Programming (OOP), event-driven systems, and thread listeners. Successfully automated custom shop items and scoreboard ticks.Archived
2021Autohotkey Bot FarmAutomation ToolsAutoHotkey Script, Windows APIAutomated pixel-reading loop sequences for clicking repetitive tasks. Taught me memory efficiency and timing synchronization under changing system loads.Broken
2022Early React Portfolio (v1)Web DevelopmentCreate React App, CSS ModulesFirst 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