Sprintf is your friend
Usain Bolt, famous sprinter. If he were a programmer, heโd definitely be a sprintf-er. Iโve seen many developers steer clear of the sprintf function. In …
Usain Bolt, famous sprinter. If he were a programmer, heโd definitely be a sprintf-er. Iโve seen many developers steer clear of the sprintf function. In …
How do we keep a readable and manageable .gitignore in a team of many members? The following solution takes advantage of the 3 different files where …
Iโm embarrassed to have only found out about this cool gimmick. Using the command line, when you cd to a given path, you can always …
Just like my previous article on the meaning of COALESCE, the following problem is one of those brain teasers that keeps developers busy for a …