development
The current tech stack of MOTI
There are a lot of pieces to making an app, most of which most users will never know or care about, and they shouldn't. Here's what we're using to make all the stuff we're working on...
Doppler
When you have a bunch of apps and services that all rely on the same set of services, like the database and auth services, you want to make it easier to manage all your environment secrets. We found Doppler was invaluable to be able to maintain multiple dev, staging, and production environments in one place. The Doppler CLI gets integrated into every project so you can easily pull in secrets into the project either locally during development, or during the CI/CD process when building. I can't recommend it enough.
Continue