I like the whole problem.
David Roelans is a full stack developer, AI lover, and mathematician who prefers one check too many to one surprise too late.
Not a list of technologies.
A look at how I think
when I make software.
Full stack
developer.
Frontend, backend, data, deployment. I like knowing where a request came from, where it is going, and where it can fail.
AI
lover.
I love AI most when it is treated as a tool to explore, test, and extend—not as a magic word pasted over a product.
CURIOUS
> HYPE
Mathematician.
A single pass grows linearly with the input. Comparing every item with every other item grows quadratically. The difference between n and n² is a small decision that becomes a large software cost.
f(n) = n versus f(n) = n²
Better safe
than sorry.
I assume systems will be misunderstood, inputs will be strange, and recovery will matter. That is not pessimism. It is engineering.