Building a real-time Twitter stream with Node.js, React.js and Redis
28th September 2015 7:00 pm
In the last year or so, React.js has taken the world of web development by storm. A major reason for this is that it makes it possible to…
28th September 2015 7:00 pm
In the last year or so, React.js has taken the world of web development by storm. A major reason for this is that it makes it possible to…
19th September 2015 6:42 pm
As I mentioned in an earlier post , I recently had the occasion to use Varnish to improve the performance of a website that otherwise would…
22nd August 2015 6:32 pm
I must admit, I've had a rather bad experience with WordPress recently. The site in question was an e-commerce site, built with WordPress…
2nd August 2015 4:58 pm
One thing you may hear said often about test-driven development is that as far as possible, you should test everything in isolation. However…
1st August 2015 5:26 pm
One of the most interesting additions in Django 1.8 is the new Postgres-specific fields. I started using PostgreSQL in preference to MySQL…