Categories
Finance movie reviews

Great Financial Movies, Documentaries and Series Reviewed

Spolier Alert: Mild spoilers ahead Leading up to the release of the Big Short, a movie based on the book. Many of these movies are based on books in fact and Hollywood has a fascination with these sorts of Movies. It is a sad reality that in the world of exchange rates massive leverage and […]

Categories
Uncategorized

Good Lean Startup Quotes

Dominate a small yet extensible market first: Facebook – Harvard Amazon – books Netflix – DVD mailers Uber – town cars in SF

Categories
Development Career

Ultimate Developer CV: Creating your Modern Resume

Creating the Ultimate Developer CV Creating and Maintaining a CV (Curriculum Vitae) or Resume is one of the crappy things about being a developer. Unless you are a lifer (stay at a single company for life) you will have the arduous task of writing and maintaining one. Time to create the Ultimate Developer CV. One of […]

Categories
web development tools

The Fastest Way to Mock a REST API JSON Response

You’ve just found the Fastest Way to Mock a Rest API JSON Response. I know time is precious so I’ll be quick: First Step: Install the Server sudo npm install -g json-server Second Step: Create the Mock Response This will be depending on what you want the fastest mock REST API to be. Create it […]

Categories
DevOps

How to Fix the Vagrant Error: Failed to mount folders in Linux guest.

How to Fix: Failed to mount folders in Linux guest Failed to mount folders in Linux guest. This is usually because the “vboxsf” file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was: mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent […]