Monthly Archives: March 2017

Some queries for visualising IIS logs in Kibana

We pump all our IIS logs into an an ELK stack, partly as a centralised log store and partly so we can easily analyse them. A few useful queries Get all errors Requests that took 200ms or more Requests that … Continue reading

Posted in Uncategorized | Leave a comment

Naming boolean methods

I’ve been thinking a bit over the last few days about something I’ve seen quite a lot in a code base I’m working on: method names that exactly describe the contents of a method returning a boolean. For example, Forgetting … Continue reading

Posted in Uncategorized | Leave a comment