Skip to main content

Advice

Print() and std::cout are extremely expensive
· 3 mins
Programming Performance Advice
A short discussion of the performance cost of printing to a terminal. They are far more expensive than most junior developers realize.
Why the Hell Is This Git Repo So Large? And How to Trim It Down
· 6 mins
Programming Git Version-Control Repository-Management Advice
A guide on reducing the size of an oversized Git repository, using the Blowfish Hugo theme as a case study. Learn best practices for maintaining a lean repo and its history.
Tips on Creating the Smallest Possible QR Codes
· 3 mins
Qr-Codes Programming Advice
Some brief tips and discussion on how to make tiny QR codes with a focus on web URLs.