Select Page
Solr Suggester config example

Solr Suggester config example

I couldn’t seem to get the Solr Suggester feature to work from the official docs examples so thought I’d document my working example. In my case I wanted to suggest locations based on data currently within the index. within solrconfig.xml  ...
PHP Interface example

PHP Interface example

I’ve never really come across the need to use an interface, and usually just use inheritance to extend whatever class I needed to. Recently though I needed a generic base caching class, which would have other classes implement there own methods. interface...
Stackoverflow as a rubber duck

Stackoverflow as a rubber duck

This week we had the director of an external agency in the office. During a meeting with him he brought up that back in the old days of cubicle programmers, some would have ‘cardboard cutouts’ to bounce ideas off when they got stuck with a problem.  ...