<aside> 🛠️ Tools and development guidelines

</aside>

Tools

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

History

Quick version notes:

Patterns to follow

Code samples

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++;
}

Further Reading

Check out this Notion guide to learn about more ways to create content.