A team of five developers-in-training on GET Prepared, in Norway.
We formed around one assignment: build our own version of finn.no in a week. We kept the scope to a single vertical — post a listing, browse, search, view the details — so we could ship something finished rather than something half-built.
Funn — a Norwegian marketplace app. Vanilla JavaScript in an MVC structure on the front end, with no framework, backed by a small Express API on Postgres.
The design document is in docs/, and it covers the scope, the data model, the architecture and the risks we knew about going in.
- Written user stories on a board, one owner per card
- One branch and one pull request per card, reviewed by someone else on the team
- Never resolve a merge conflict by hand — branch fresh off
mainand re-apply your own commits - Whoever merges opens the app and clicks through before taking the next pull request
- All code in English; Norwegian only in text shown to the user
- The whole team understands the whole project, and we pair on the parts that cross layers
- Kristian — @CozREV
- Rune Smedhaugen — @RuneSmedhaugen
- Kasper Haugestøl — @shift-primal
- Malin Fossum — @malinfossum
- Rolf Olsen — @Wasteoidz