START FROM THE ROOT
Before reaching for a framework or architecture, I want to understand what actually needs to be solved.
// WHO IS SEPTIAN?
I like understanding why a system should exist before deciding how it should be built.

PORTRAIT_001
ID: SEPTIAN
ASSET: ACTIVE
A LITTLE BACKSTORY
I started by learning how to build things that work.
Then the more useful questions showed up: Why does this process exist? Who depends on it? What problem are we actually solving? What happens when the system fails?
Those questions changed how I approach engineering. Code is still the material—but context decides whether it becomes something useful, maintainable, and worth continuing.
Three habits that keep a technical decision connected to the thing it is meant to serve.
Before reaching for a framework or architecture, I want to understand what actually needs to be solved.
Requirements describe what someone asks for. Understanding the process explains why it matters.
If I do not know the answer yet, I research, experiment, read the documentation, and find out what actually works.
THINGS YOU WON’T FIND IN MY CV
A small prototype can answer a question faster than a long assumption chain.
It is usually the shortest route from a feature request to the problem behind it.
A useful system fits the way work actually happens—not only the diagram.
The first boundary, workflow, and deployment path shape everything that follows.
A failed approach is still information. The next one should be more informed.
// NEXT CHAPTER