(3/3) Google Drive: For all non-technical aspects, GDrive is used to store template emails, marketing material, business plans, and signed contract receipts. With Google’s redundancy policy and cloud storage solution, our business-critical documents will be available everywhere and always.
Slack: Slack is used for all internal messaging in the company. Especially for dev-work. With integration to Github, it is easy to send messages and link them to specific releases. Slack also provides many other add-ons which will be useful as our company scales and grows.
Github: Version control method of choice. Git is easy to use and has CI options available with Github Actions. Using git also makes it easier to push changes to Heroku, and has changes highlighting with VS code making it easy to handle code clashes.
Sentry: Sentry provides open-source error tracking to monitor and respond to bugs and crashes anywhere in our stack in real-time. It aggregates and adds important context to stack traces and to tell us exactly the users, services, and servers affected by a bug. It allows us to get instant visibility into how our code affects real users and helps resolve issues.