· 1 min read
Interview gone wrong
I use tic tac toe as one of the interview questions, the logic is straightforward and it helps to judge things like code quality, speed, and conciseness. One candidate's Python answer taught me something new.
TOPIC
3 posts tagged “productivity”.
· 1 min read
I use tic tac toe as one of the interview questions, the logic is straightforward and it helps to judge things like code quality, speed, and conciseness. One candidate's Python answer taught me something new.
· 1 min read
For critical functions which you feel will change a lot in the future best to avoid primitive types directly in params and use extensible objects.
· 1 min read
I was reading a recent blog post about this cool git shortcut which shows you the recent working branches you have been working on. So why not make a simple utility which prints a random shortcut whenever a terminal session starts.