Skip to content
Jason Young edited this page Jan 16, 2025 · 22 revisions

Welcome to the seebie wiki!

Welcome to Seebie Development

This wiki is the dev guide for the Seebie project. It contains detailed technical information about the project, as well as more general guiding principles for development.

As a side project with very little time and resources available, it serves as an exercise in efficiency and how to get the most out of limited resources.

Guiding Principles

See the developer experience section for specific guidance on developer experience.

We know how to build the software in a cloud native fashion by keeping in mind things like 12 Factor App and Fallacies of Distributed Computing.

We know how to organize our processes to build software with things like Trunk Based Development, Continuous Delivery. and - if not Scrum - at least the timeless principles in the Agile Manifesto

Finally, monitoring how we're doing and constantly improving is a key part of any process. We can use concrete metrics such as the DORA Metrics

Clone this wiki locally