Symptoms I Observed On a Mac Every time I performed a git fetch or a git pull on my MacBook for a particular repository I would see a log from the...
Want to know what a real coding interview experience is like? Let me share with you my most recent experience and key takeaways I walked away...
The Pragmatic Programmer is a great resource I just started to read! Summary Over the last few days I've started to read the book, The Pragmatic...
I spent a few hours building a Chrome Extension this weekend, and I have a few thoughts and/or tips that I've encountered as I learn about this dev...
Ever wondered how to generate a file's data and download it using JavaScript? I recently used a Blob object and the a tag with the download attribute...
This weekend I had some fun with some light-weight data scraping from popular Pokemon sites. In this post I'll describe what data I needed and how I...