An open API service indexing awesome lists of open source software.

https://github.com/baslr/learnings


https://github.com/baslr/learnings

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# learnings

* use `//@ts-check`
* use `await` instead of `Promises.then()`
* use one tick or double ticks
* use typescript for tooling
* use central logging facility
* use `const` instead of `let`
* use `npm audit`
* create tests
* have a local dev environment
* spaces or tabs
* use binary to store binary data in a database
* use numeric keys in a database
* optimize database for a computer not for a human
* use public key authentication
* have a backup
* check that your request module reuses the connection
* use a vpn
* use branches
* use sane commit messages
* use tags to mark versions
* debugability
* use consistent wording
* check your database configuration
* close all ports via firewall
*