home garden / references
cs fundamentals
infrastructure
- i screw stuff up in git all the time (not ALL the time. just a figure of speech, potential employers). this site keeps me from making irreversible mistakes. i also just ask my wife.
- if you follow this link, there’s also a link to the same site but PG for the kids
https://www.markdownguide.org/cheat-sheet/
- i always forget markdown commands even though there are like 20
https://softwarepatternslexicon.com/
- breakdowns of most common design patterns you could think of. also has implementations in several languages including Go, JS, and Python
https://vickiboykis.com/what_are_embeddings/
- detailed write up on embeddings in ML from one of my favorite programming bloggers, Vicky Boykis. Paper describes what embeddings are, how they have been used in various ML systems over the years, and how they are used in real world ML applications.
https://berthub.eu/articles/posts/on-long-term-software-development/
- some great advice when thinking about how well your software is set up to last and be maintained