Node.JS NPMZor NPM Registry I wrote a little NPM server that I made which does the following: * Allows your CI environment to host internal node.js npm modules. * Allows for multiple external node.js npm repositories. * Allows your CI environment and Development team to only have to point to a single registry. * Caches external
MongoDB MongoDB, Elastic Search, Setup I've been working on another project recently and have decided to stray away from typical relational databases (IE SQL), and get involved in the NoSQL revolution.... Primarily because I was sold the idea by a colleague! This naturally brought up the question of searching, and I found myself
Android Barclays Mobile Banking on Rooted Android Barclays mobile banking does a whole host of checks to ensure that you're not running the app on a rooted android device. This is very annoying for the vast majority of android power users! I've been messing around for ages, trawling forums, trying to get it
Android ClockworkMod Recovery - Odin Flashable This is the latest (6.0.3.2) touch recovery for the Samsung Galaxy S3 (I9000) in an Odin flashable tar file. You can download it from Here. How to flash 1. Open Odin (I've tried 1.85 and 3.04). 2. Click the PDA button and select
Python Google Music Sync using Python Those of you who are familiar with Google Music know that you can upload up to 20,000 songs free of charge, which you can them stream from your PC/Laptop/iPad/Phone, whatever. They provide a winky little UI driven client which will automatically upload files in a monitored
.NET Generating a SiteMap with .NET Jambr is still a baby, as such it's content and structure is changing. It originally existed on two urls (www and non-www), and google was indexing both of them and to add to it not long ago I changed the url structure for Articles to be more, SEO
.NET .NET MVC Request Throttle with Action Filter In my day job I work for HP Enterprise Security Services, part of my role is building secure and robust web applications which do everything possible to prevent malicious attacks. One of the most simple things you can do in your MVC project is to prevent repeat requests to a
.NET Elmah - Installation and Setup As promised, here is my next article regarding another tool I find completely invaluable in my life as a developer, Elmah. Basically Elmah sites quietly on your site, logging any exceptions (Code based or Web Server, for example, 404) which occur to (in this example) a database. It then provides
Ruby MiniProfiler - Installation and Setup The primary reason I started this web site was to share with you the things I come across in my day job, the first batch of articles I am going to write will be around the tools I find invaluable in my role. So first and foremost, let’s take