Development

Development that thinks in systems and edges first.
More attention on how things fail, how they are debugged, and how they stay alive without heroics.


How work gets done

Work moves in small, clear steps:
understand the problem, shape the boundaries, then write the code that connects them.

Preferred patterns:

  • Small, composable services over one big everything-app
  • Explicit contracts between components
  • Code that still explains itself a year from now

Tools in use

  • Languages: [Rust / Go / TypeScript / …]
  • Backends: [API design, auth, background jobs, …]
  • Cloud & infra: [AWS / GCP / containers / …]

The exact stack isn’t the point.
What matters is keeping the moving parts understandable and secure.