Issue10
What does debugging a program look like?
- reproduce your bug, and reproduce it quickly - accept that it’s probably your code’s - fault - start doing experiments, change one thing at a time…
Issue10
Why we always start with CI/CD
CI/CD leads to the adoption of best practices & standardization (feature branches, code reviews, etc.) the deployment process is automated, reproducible and documented…
Issue10
Technical Decision Making
Tips for effective technical decision making: Define the problem first. Then look at tooling options to solve it. Prioritize solving real problems over the most visible problems.…