Language

We use TypeScript as our one and only language. The reason behind unifying the language is the ability for us to break data models and features into packages, which can be shared across our components (worker / frontend / backend).

This enables us to focus on learning fewer tooling options and perfect them across all our packages.

Frontend

Backend

Testing

Additional Tools

Adding New Tool

Adding a new tool isn’t a simple choice. A simple choice is one that’s easy to do or undo, or one that only affects your work and not others’.

We avoid adding new stuff to increase the ease of setup, which increases adoption. Having more dependencies means more moving parts and support.

If you’re thinking about a new tool, ask yourself these:

  • Is this tool open source? How can we give it to customers who use their own servers?
  • What does it fix, and why do we need it now?
  • Can we use what we already have instead?

These questions only apply to required services for everyone. If this tool speeds up your own work, we don’t need to think so hard.