Tools
- https://regex101.com/ - online RegEx tester/debugger
- https://crontab.guru/ - cron explainer
- https://github.com/refined-github/refined-github - browser extension to greatly enrich GitHub UI
- https://ohshitgit.com/ - git cheatsheet for “shit happened” cases
Procedural generation
- https://www.boristhebrave.com/ - blog about procedural generation: diablo 1 dungeon generation, unexplored dungeon generation, etc.
- Overview of Maze generation algorithms
- Poisson disk sampling and Bridson’s algorithm - (post)
- Random point in a circle with uniform distribution - (post)
- Layer-Based Procedural Generation for Infinite Worlds - youtube
- A simple procedural animation technique - youtube
Other
- “My 3 Rules for Documenting Code” article (post)
- Linux process memory: RSS, PSS, USS explained (post)
- Soma on dev.to - collection of 101 articles about System Design