SBContact
Back to home

Learning by shipping

Learning Log

Notes from what I am learning as I build stronger software fundamentals across databases, backend logic, app architecture, AI workflows, and modern product tools.

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 entry

Backend 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 entry

AI 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 entry

Python · 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