Weekly Digest #31
Jun 29, 2021
Articles
- An incomplete list of skills senior engineers need, beyond coding
- Basic of Unix Philosophy. how to design a small but capable operating system with a clean service interface.
Tutorials
- Deep JavaScript
- https://github.com/karpathy/cryptos. A step by step guide and implementation on how bitcoin works using python
- Guide | Bitcoin Design. A fantastic application design journey on how to design a bitcoin app
- http://len.falken.ink/misc/epub.txt. How to build a vanilla epub book
Tools
- althttpd. A simple webserver from C. The authors covers the design choice and security thinking went behind written this server