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