PHP
How do database indexes work?
This post will walk through how database indexes work, with a particular focus on MySQL, everyone’s (well, many people’s) favorite homegrown organic database. Read more
This post will walk through how database indexes work, with a particular focus on MySQL, everyone’s (well, many people’s) favorite homegrown organic database. Read more
You’ll learn the difference between “tactical” and “strategic” programming, and why choosing the right approach is important in the long run. Read more
A nice lighting talk given by my colleague Seb at the first edition of Full Stack Europe.
Guzzle can do this out of the box! This technique is also used to power some of the checks in Oh Dear. Read more
I wonder if Laravel should use this technique by default. It seems to have a major positive impact on performance. Read more
Thomas Votruba explains how you can go about this. Read more
Pretty cool what you can do with CSS nowadays Read more
Airdrop determines when you can skip building static assets, saving a LOT of time and server resources in continuous integration and deployment. Read more
Povilas demonstrates a nice little features that was recently added to Laravel.