Related Posts
How to Refactor Spaghetti Code – One Bite at a Time!
This week, I’ve been learning things the hard way! I’m refactoring my calendar app, partly because I’m applying…
How to Create a Good Pull Request Template (and Why You Should Add Gifs)
I wasn’t in tech when Pull Requests (PRs) were first introduced by GitHub back in 2008. And when…
Debugging Techniques: Python and Linux Using Error Catching
Python and Linux complement each other for projects due to Python’s flexibility and Linux’s powerful scripting, ideal for…