Videos & Screencasts
Dev-Bench video logs, live refactorings, and interactive coding sessions investigating software performance, security, and developer workflows.
Let's build an API version of Laravel - Episode 1
In this stream we are going to start building a new Laravel template, that is aimed at APIs first. Think Lumen without the hassle.
Let's Build a PHP Package
In this stream we are going to build a new PHP package from scratch, write some tests for it using pestPHP, make sure we pass static analysis, push this code to GitHub and ensure our tests work on Git
Let's build a micro-framework: Episode 2
In our last stream we started building our micro-framework, we built a pretty solid foundation for us to start building ontop of - writing tests using pestPHP as we went.
Let's Build a micro-framework
In this stream we are going to take a journey on how we could build a micro-framework in PHP.
Let's Build a Start Up - Episode 4
Join me on a journey as I build a fictional start up from scratch, all live on stream. This will be split over several episodes, and the more time goes on the more complex parts of our application wil
Let's Build a Start Up - Episode 3
Join me on a journey as I build a fictional start up from scratch, all live on stream. This will be split over several episodes, and the more time goes on the more complex parts of our application wil
Laravel Basics: Let's build a start up, Episode 2
In this stream I am going back to basics, Laravel basics.
Laravel Basics: Let's build a start up, Episode 1
In this stream I am going back to basics, Laravel basics.
Building a Laravel Package with Zuzana Kunckova
In this stream I will be joined by the inspirational Zuzana where will be working on my latest package idea "Transporter", which is an Object Oriented approach to sending API requests.
Let's add some features to PHPOnline
In this stream I am going to work on adding some features to PHPOnline, starting to get the platform that bit closer to launch!
Let's play with Laravel LiveWire
In this stream I will be inviting Tom Witkowski (@devgummibear) to join me as I build some things in LiveWire, asking some questions and seeing what we can build.
Laravel Basics
In this stream I'm going to be covering more general Laravel stuff; database migrations, eloquent models, database factories and seeders, and as much as I can squeeze in