Categories
wordpress

Protecting your wordpress from multiple posts on wp-login.php and XMLRPC Bruteforce

I recently added New Relic server monitoring APM to my server and I noticed something interesting. Look at the screenshot below all the purple in the graph just shows that someone is brute-forcing my login. It is burning my much needed resources for other apps on the box with multiple posts on wp-login.php I needed […]

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 […]