Add open source

This commit is contained in:
Charles-Axel Dein 2024-02-17 10:28:24 -05:00
parent 95c5f209a4
commit 1595daf141
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,7 @@
- [Logging](#logging)
- [Error/exception handling](#errorexception-handling)
- [Monitoring](#monitoring)
- [Open source](#open-source)
- [Operating system (OS)](#operating-system-os)
- [Over-engineering](#over-engineering)
- [Performance](#performance)
@ -1324,6 +1325,10 @@ Richard Feynman's Learning Strategy:
- [Simple Anomaly Detection Using Plain SQL](https://hakibenita.com/sql-anomaly-detection)
- [How percentile approximation works (and why it's more useful than averages)](https://www.timescale.com/blog/how-percentile-approximation-works-and-why-its-more-useful-than-averages/)
### Open source
- [Non-code contributions are the secret to open source success](https://github.com/readme/featured/open-source-non-code-contributions)
### Operating system (OS)
- 📖 [The Linux Programming Interface: A Linux and UNIX System Programming Handbook](http://www.amazon.com/The-Linux-Programming-Interface-Handbook/dp/1593272200): already mentioned above.