Below is a collection of highly recommended books, articles & tutorials on programming, project management and everything in-between.
- ๐Head First: Programming: good place to start if you have basic programming and want to dive into basic patterns
- Object Oriented Programming With A Real-World Scenario
- ๐Advanced Apex Salesforce Specific patterns.
- ๐๐Frisbys mostly adequate guide to FP
- ๐๐Function Light JS
- source making: Design Patterns
- ๐Eligant Objects: an interesting take on PURE OO. Easy to read; hard to agree with. Even if it's not totally practical for most, worth the read.
- ๐Implementing Domain-Driven Design
- ๐FizzBuzzEnterpriseEdition: Good example of what not to do
- ๐ Everything you should know about certificates and PKI: Highly recommended for anyone who has to deal with certs!
- ๐ Do You Really Know CORS?
- git Flow: most popular git branch strategy
- git Rebase in Depth
- How to teach git
- oh shit! git
- oh my git: Game that forces you to learn core concepts
- You Don't Know JS
- typescript deep dive
- Understanding the npm Dependency Model
- stream-adventure: interactive workshop for node streams
- broken promises: workshop for promises
- Learn Regex: The easy way: extremely helpful guide to regex
- Mastering Bash & Terminal
- awk in 20 minuntes