In working on a new Laravel-based REST API over an existing database, I quickly realized the need to shield API consumers from my underlying database structure, especially since I knew the structure … [Read more...]
DNS from the command line: dnsimple-cli for Node.js
Too busy to do a full write-up now, but I'm working on a new Node.js dnsimple-cli package based on azure-cli. Of course, it starts with ASCII art: After logging in, you can do something like … [Read more...]
Recreating the MobileMe Gallery in Silverlight – Part 1 *Updated*
Originally, in Part 1 of my soon-to-be multi-part series on recreating the MobileMe Gallery in Silverlight I used a separate WCF project (under .NET 3.5) to create my Gallery Service to serve as a … [Read more...]
Create your own branded url-shortener in under 10 minutes using ASP.NET MVC 2
UPDATE: bit.ly now allows custom domains without having to pay. Additionally, there are services like Droplr, CloudApp and JumpShare. Currently, I use Droplr for my personal short links and file … [Read more...]