About Me
Say Hello
RSS
A 25-post collection
09 June 2017 | on php, functional
Functional programming is another trend that has been growing over the past 5 years. Look, here is a graph from Google to prove it: But the →
12 May 2017 | on javascript, php, web, pwa
Just like "responsive web design" was a buzzphrase a few years ago, a current buzzphrase is Progressive Web App (PWA). What is a PWA? According to →
05 May 2017 | on php
I came across a situation this week whilst using the in_array function that confused me a little bit but, on hindsight, should have been obvious. →
21 April 2017 | on elastic, elasticsearch, search, php, amazon, aws
A couple of weeks back, I wrote about a post about getting started with ElasticSearch including how to test it on a local machine. This past →
14 April 2017 | on php
In programming, patterns are like little recipes that solve common problems. My favourite pattern is the Singleton pattern. I like it because it is incredibly simple →