Development
All about programming, documentation, testing, deploying, environment setups, and so on.
Installing Linux onto Windows with WSL
Steps for installing WSL, installing Linux, uninstalling Linux, and looking at your versions.
Document your work!
Documentation is vital for software developers. It boosts understanding, ensures thoroughness, improves collaboration, and saves future time and effort.
Thoughts about code comments
Argues for comments that explain code's purpose to other developers, serving as a guide and documentation extension rather than code repetition. It also stresses deleting commented-out code and relying on source control.