About Me
Say Hello
RSS
A 25-post collection
22 December 2017 | on php, patterns
This week, I learnt a new design pattern to add to my toolbox. It is called the Observer Pattern. The example I will go through is →
15 December 2017 | on jquery, javascript, ajax, php, html, realtime, pusher
A few years ago I went through a phase of being "into" real-time web applications. I did a couple of experiments with Websockets (in particular SocketIO) →
01 December 2017 | on php, php-7.2
It is that time of year again. A new version of PHP has been unleashed into the world. I think this one is a relatively low-key →
24 November 2017 | on php, serverless
"Serverless" is a bit of a buzzword nowadays. I even went to a conference about it earlier this year. It is the idea that instead of →
22 September 2017 | on symfony, php
You have probably, at some point, wanted to see how long a piece of code takes to execute. It is the most basic of profiling tasks →