learning

Cracking Coding Interview

Cracking the Coding Interview has many interview questions and challenge problems that really boggle the mind. Why would I want to go back to boggling my mind? In recent times, I had a daughter. This daughter has caused me to double down on my career and really get better at my craft. With tracking through the Cracking the Coding Interview book, I feel wholly inadequate but I will continue on bravely

Learning Go: Pointer Receivers

I gotta get Go-ing with this language Being in the position I am, I’ve worked with almost nothing but exclusively interpreted languages, namely Ruby and Python. Both of these are great tools to have to solve problems and to solve them quickly. It is easy to pick up an idea and get a prototype going in Python or Ruby due to not having to run any compilation, code changes can be tested instantly often by just rerunning the interpreter.