General
Collection of random dev notes/resources.
General
- pre-commit
- carbon.now.sh
- Beautiful code snippets
Engineering Blogs
Canon
- node-ipc malware
- colors and faker pulled from npm
- party-parrot
- Get your party on
- What I Wish I Knew When I Started My Career as a Software Developer
- Coding for Violent Psychopaths
- Code for the Maintainer
- Making Wrong Code Look Wrong
- The Noble Art of Maintenance Programming
- ROT26
- Ninja code
- Code Smells
- The Tao of Programming
- The Door Problem
- My Hardest Bug Ever
- my_first_calculator.py
- You don't want to build your own minifier
- Hyrum's Law
- How to Test
- awesome-falsehood
- How to match HTML with regex
- Systemantics
- Fast inverse square root
- APL
- Chef esolang
- malbolge-lisp
- git-auf-deutsch
- WTF is T_PAAMAYIM_NEKUDOTAYIM
- How do I exit vim?
- Deploying Kubernetes clusters in increasingly absurd languages
- U+237C RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW
- The GNU Manifesto
- How one programmer broke the internet by deleting a tiny piece of code
- The Humble Programmer
- on middle endianness
- Kent Beck's Paint Drip People
- URLs: It's complicated...
- What's in a hostname?
- Your E-Mail Validation Logic is Wrong
References
- Regular-Expressions.info
- Good explanations for regexes
- How to Write Go Code
- Official dev tutorial for golang
- Java build tools ref/tutorials since I wasn't paying attention to that in class