This repository contains my progress through the Boot.dev Backend Developer Path in Python & Go. These projects focus on mastering data structures, algorithms, and low-level system design.
- Description: A project focused on web architecture and the flow of data across systems.
- Key Focus: Understanding how backend services scale and interact.
- Description: Recreation of the classic Asteroids game, built to master Object-Oriented Programming (OOP) and game loops.
- Concepts: Inheritance, polymorphism, collision logic, and sprite management.
- Language: Python / Pygame
- Description: My first foray into backend automation. This tool performs static analysis on text files to generate reports.
- Concepts: File I/O, dictionary mapping, and string parsing.
- Language: Python
Unlike "copy-paste" tutorials, these projects required building from the ground up to satisfy rigorous automated testing.
- Current Focus: Mastering Memory Management in C and working on my AI Agent.