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.
- 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