General useful material about the development process.
- Kim, Gene, Kevin Behr, and Kim Spafford. The phoenix project: A novel about IT, DevOps, and helping your business win. IT Revolution, 2018.
- Kim, Gene. The unicorn project: A novel about developers, digital disruption, and thriving in the age of data. IT Revolution, 2019.
- Web.dev Learn Guide towards web development and UX for the web.
- Things You Want to Do in Git and How to Do Them The most useful practical article about git.
- Oh Shit, Git!?! Because everybody recommends it.
- Git Best Practices Common Best Practices for Dev Teams.
- The Impostor's Advantage A magical blog post about the fact, that nobody knows shit
- Take on hard Projects You are the right person for any project.
- How HTTPS Works A comic you will love.
- How DNS Works Another comic you will love.
- DIY Git in Python Tutorial on how to implement Git in Python.
- HTTP Cache On how to leverage the Browser for caching.
- securityheaders.com Check whether your website uses security headers correctly or uses them at all.
- Security Knowledge Framework Learn how to secure your web applications.
- httpbin A simple HTTP request & response service for e.g. testing a proxy
- Bash Cheat Sheet Thank me later.
- ngrok Public URLs for your local running software.
- Postman Client for testing APIs
- Hoppscotch Alternative for Postman
- CodeOnline Online Code Editor
- Playlist: Software Development
- Talk: Event Storming On how to describe processes
- Postman Beginner's Course - API Testing Also helpful to learn more about APIs in generell
- Is HTML a Programming Language? Yes, it is.