Every week, in 20 - 40 minutes, I help you improve your web development skills with new knowledge, tips, pointers, random facts, inspiration, and some general chit chat. Tune in to have a fun, engaging, and friendly conversation about web development.
Latest Episodes
The Nine Essential Git Commands You Need to Know When Working With Git
In this episode, I share with you the nine essential commands that you need to know to get started working with Git. It starts off with git init and git clone and fini...

Do you prefer using Git on the command-line or with a GUI?
Do you prefer using Git on the command-line or with a GUI? That's what I'm keen to find out in this episode of the podcast. Why? Because I’m an avid Git command-line u...

Writing Simpler, more maintainable DataProviders with PHPUnit's TestWith attribute
If you love using data providers in PHPUnit, but find defining them verbose (and potentially buggy), then you’ll love the attribute-based approach in PHPUnit. In this ...

Some thoughts on Accel's $57M Series A Investment in Laravel
Recently, Laravel took a $57M Series A investment from Accel. What might this mean for the future of Laravel – for the future of PHP more generally? I don't have a cry...

How to Set a POST Variable From a File When Using Curl
When using curl, how do you set the value of one or more of the POST variable’s from the contents of a file? For the longest time, I didn’t know. But recently I found ...
