Published onSeptember 10, 2023The Clean Coder, cap01 - ProfessionalismbooksThe-clean-codernotesMy notes on the first chapter of this wonderful book, with some AI enhancementsRead more →
Published onSeptember 2, 2023How to use bash on Windows to easily update a GIT projectwindowsbashgithow-toDespite general thinking, I love to develop on Windows instead of an Unix-like system. So, after I found out that I can create and use aliases to run scripts on my Windows terminal and automate the annoying task of updating my GIT repository.Read more →
Published onAugust 26, 2023A small guide to pointers in C++CppcodepointersMy notes on this topic.Read more →