-
Integration with Azure Service Bus
Solution ·I’ve been consulting 1.5 years for a customer embarking a journey leveraging Microsoft Azure as an Enterprise platform, helping them rethink their application park.
Characteristic of that customer:
- Lots of Software as a Service (Saas) third parties
- Business is extremely dynamic, in terms of requirements, transitions, partnerships, restructuring,...
-
Nuget WordPress REST API - On Codeplex!
Solution ·I’ve introduced WordPress REST API Nuget package in my last blog post.
It’s an SDK to access Wordpress REST API.
Today, I’ve open sourced it on Codeplex.
You can visit it on https://wordpressrestapi.codeplex.com/.
If you want to collaborate to increase the API...
-
Nuget Wordpress REST API – Authentication
Solution ·I use Wordpress.com as my blog platform. It hosts the Wordpress CMS software and adds a few goodies.
I was curious about their API after noticing that my Blog App (Windows Live Writer) tended to create duplicate of pictures, leaving lots of unused assets...
-
Corporate Cultures
Leadership ·It is said that Netflix represents the new I.T. corporation well.
If you are interested in seeing what their corporate culture looks like, have a look a the slide deck they show to their job candidates.
It has all the flair of the typical Silicon...
-
AzureML - Polynomial Regression with SQL Transformation
Solution ·I meant to illustrate over fitting (discussed in a past blog) with AzureML. An easy way to illustrate it is to fit a bunch of sample points near perfectly and the best tool for that is Polynomial Regression.
I was surprised to see that AzureML doesn’t support Polynomial Regression natively. But… while thinking about...