Posts
All the articles I've posted.
-
Creating a Chess Bot to Beat My FIDE Master Friend
I created a bot using OpenCV and Stockfish to play chess racing puzzles to beat my FIDE master friend
-
Programming Principles: YAGNI, KISS, and DRY
Discover the essentials of YAGNI, KISS, and DRY to write clean and maintainable code
-
Making Better Commits with Conventional Commits
A brief introduction to understanding Conventional Commits as a standardized approach to commit messages
-
Preventing vs Handling Errors in Python
A brief introduction to different ways of error handling in Python using two different coding styles such as LBYL or EAFP