Learn How to Install COBOL on macOS

Test, test, testing 1, 2, 3… Is this thing on? Ha. It’s been a while since I wrote my last blog post and I was recently inspired by the Federal Government plea for old dinosaurs; COBOL programmers! Several U.S. States are in a hurry to find COBOL programmers to help with the ancient infrastructure of […]

Updating All Python Packages in Pip2

I’m the type of developer who obsesses in keeping my dev-environment up-to-date, this includes all dependency packages. I’m an avid user of Homebrew and with the latest core update, and also, with the release of pip2. I ran into the following issue while trying to update my pip packages: Before I move forward, I previously […]

How to Install the MEAN Stack on macOS

The following is a thorough guide that will showcase how to take advantage of the MEAN (MongoDB, Express.js, AngularJS & Node.js) Stack. If you’re looking for an easy to follow MEAN Stack installation guide? MEAN.IO has a pretty legit one! But if you’re a Homebrew fan like me and don’t mind spending a few hours installing, configuring […]