Higher order functions – simplifying loops – part 2 of ??
This is the 2nd part of my series on everyday functional programming. Filtering Suppose you have a collection of items and need to grab just a subset that match a certain criteria. Programming C# in an...
View ArticleImplementing the strategy pattern without an explosion of classes – part 3 of ??
I feel uncomfortable when I see large switch statements. I appreciate how they break the Open Closed Principle. I have enough experience to know that they seem to attract extra conditions &...
View ArticleFunctional programming in Javascript and F#
During June 2011 I presented a session at the SPA2011 conference in London, UK. My session was a hands on introduction to functional programming techniques with code samples in Javascript and F#. The...
View ArticleAMEE in Excel
The AMEEConnect API gives access to a vast amount of climate related data. It also exposes standardise methodologies and to perform calculations based on that data. As part of the London Green...
View ArticleHOWTO – configure Netbeans PHP debugging for a remote server, over a SSH tunnel
Having tripped myself up on multiple occasions setting this up, I’m recording these config steps here for future-me. Scenario: You have a PHP site running on a remote [Ubuntu 12.04] server, and want...
View ArticleCustomise your .gitattributes to become a Git Ninja
One of the things I love about Git is that your .gitignore file travels with the repo, so ignore rules remain consistent no matter which machine you are working on. In the same vein, adding a...
View ArticleWordPress Development Workflow using Stackato, HipHop, and Jenkins
A recent project of mine to host WordPress using HipHop-PHP on the Stackato/CloudFoundry PAAS recently got profiled by Stackato Developing like this enables: Consistent environments for development and...
View ArticleHow to debug the CF/PAAS deploy process
The new breed of PAAS systems are all converging on a common deployment model. A CLI tool uploads your code / executables to the PAAS. The PAAS launches a clean “LXC based” staging container VM and...
View ArticleLogsearch for Cloud Foundry presentation
Logsearch is the opensource project I lead as part of my day job at City Index Ltd. Based on the Elasticsearch ELK stack; and packaged as a BOSH release, it builds you a log processing cluster...
View Article