Videos & Screencasts
Dev-Bench video logs, live refactorings, and interactive coding sessions investigating software performance, security, and developer workflows.
Start-up Challenge - Day 1
Welcome to the start up challenge! In this series I am challenging myself to build a start-up from scratch in just one week. We are going to go from an idea, all the way to deploying by the end of the
Start-up Challenge - Day 2
Welcome to the start up challenge! In this series I am challenging myself to build a start-up from scratch in just one week. We are going to go from an idea, all the way to deploying by the end of the
Laravel API Skeleton
In this stream, we will look into how we can create an API-focused skeleton for Laravel, similar to the laravel/laravel repository but without the weight of the full-stack framework ontop. Recently Ta
Refactoring in Practice
This stream will walk through how we might approach refactoring an existing product. Taking an open-source product and walking through how we would refactor something like this in the real world, step
Let's hack on an idea
I always have ideas, sometimes way too many. In this stream we are going to start hacking on an idea I had from a typo!
Architecture Refactoring | Back-end only Job Platform
In this stream, we are going to go through refactoring the code from our previous stream. We started with a simple implementation and will be refactoring to Domain Driven Design.
Back-end only Job Platform
After a recent conversation, I realized that there are no job platforms aimed at back-end developers only! This can't be right!? So let's build one that is only accessible through an API!
Let's keep building an API
As most people know, I am quite a fan of building APIs. Join me on this adventure as we build a new API in Laravel - from scratch. From planning and designing to building - we are going to go through
Let's build an API
As most people know, I am quite a fan of building APIs. Join me on this adventure as we build a new API in Laravel - from scratch. From planning and designing to building - we are going to go through
Let's Build an SDK
Welcome to this YouTube Livestream, where we will discuss building a PHP SDK for Open Library. In this stream, we will walk through the steps of building an SDK using the `sdk-tools` package on GitHub
Looking at the Treblle SDK
One of my favourite topics other than APIs is SDKs, and in this stream we are going to take a look at the Treblle SDK and see how we can improve it. We will be looking at how we can use a core set of
Building an API Boilerplate in Laravel
We all love APIs, building and integrating with them. Join me on this stream as we build an API Boilerplate Laravel application that will kick-start us with any future API projects.