SQL / Database fundamentals
What primary keys and foreign keys taught me about app data
Learning relational database design helped me understand how real apps connect users, projects, events, uploads, and permissions without everything becoming messy.
Read entryBackend fundamentals / MVC
How Flask routes helped me understand controller logic
Working through Flask made the MVC pattern feel more practical: routes receive the request, coordinate the logic, and decide what view or response should come next.
Read entryAI workflows / Product thinking
What I'm learning about AI outputs that are actually useful
Building with LLM APIs has shown me that useful AI features need structure, constraints, and clear output formats - not just a prompt box and a response.
Read entryPython · OOP · Web fundamentals
Early Learning Notes: Python, OOP, and Web Foundations
A reflection on early learning notes from launching the first version of this site, working through Python OOP, and moving into web app and database foundations.
Read entry