<aside> 🛠️ Tools and development guidelines
</aside>
| What it is | What it’s for | 
|---|---|
| Express js | Node js backend server. Helps with requests, responses, authentication, authorization, communicating with the database | 
| Typescript | Superset of javascript for better development and more secure API structure | 
| Mongo DB | No-SQL database for caching and auth management | 
| Notion | Documentation & project management | 
| Docker | Consistent deployment environment | 
Quick version notes:
status code and message KV pairs for consistency.Add code blocks for common snippets. Type /code and press enter. Choose the language you're using from the dropdown at the bottom right corner. Hover to copy with one click.
var a = 1;
while (a <= 10) {
    document.write(a + "<br />");
    a++;
}
Check out this Notion guide to learn about more ways to create content.