https://eli.thegreenplace.net/2017/benefits-of-dependencies-in-software-projects-as-a-function-of-effort/
https://rocksdb.org/ · RocksDB is an embeddable persistent key-value store for fast storage.
https://www.dolthub.com/blog/2021-09-03-golang-time-bugs/ · Blog for DoltHub, a website hosting databases made with Dolt, an open-source version-controlled SQL database with Git-like semantics.
https://tedium.co/2021/09/01/lamp-stack-php-mysql-apache-history/ · Giving some well-deserved appreciation to the LAMP stack, a key building block of the modern-day internet that you use daily. It’s everywhere. It may never die.
https://mckinley.cc/blog/20210831.html
https://conduit.rs/ · Conduit is a simple, fast and reliable chat server powered by Matrix. Conduit is an alternative to Synapse and tries to be lightweight and easy to install, but it is still in development.
https://www.quantamagazine.org/the-new-science-of-clocks-prompts-questions-about-the-nature-of-time-20210831/ · Investigations of the simplest possible clocks have revealed their fundamental limitations — as well as insights into the nature of time itself.
https://increment.com/mobile/the-shift-to-declarative-ui/ · On the shift from imperative to declarative UI, and what it might mean for the apps we build today and tomorrow.
https://javascript.info/ · Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.
https://bou.ke/blog/monkey-patching-in-go/