isthestockmarketgoingtocrash.com gives you an up-to-date look at Household Debt, Market Overvaluation, Market Volatility, Public Debt.
100+ Free resources for learning Full Stack Web Development I love resources like this. Here is a PLETHORA of links to everything you need to learn how to become a full stack web developer. From free online classes to free pdfs you can find what you need here! 100+ Free resources
How to configure a RESTful Backbone.js and PHP API Backbone.js is one of the many javascript frameworks out there. Thats fine, we’re not here to talk about that ;). When trying to create a RESTful PHP API what we care about is how do we receive the data and what our endpoints should look like. Typical …
Simple PHP SOAP Client Recently I was asked to verify email addresses against a client’s SOAP (Simple Object Access Protocol) server to verify data. I have worked with and created RESTful APIs but haven’t really had much experience with creating a PHP SOAP client. Here is what I came up with. What is SOAP? SOAP …