My Talks

Here, I share my experiences and insights from various conferences and tech events. Each talk is a journey through the vibrant world of software development, where I delve into topics like Laravel, API strategies, and the art of coding efficiently. Whether you're a seasoned developer or just starting out, there's something here to inspire and ignite your passion for tech. Join me as we explore the ever-evolving landscape of software engineering together!

Building PHP Packages

Building PHP Packages

Explore PHP package creation with Steve; From concept to testing with GitHub Actions and publishing on Packagist in this comprehensive talk.

How to do API integrations in Laravel

How to do API integrations in Laravel

There are many different ways to work with 3rd party Services - find their official SDK, write manual http requests in place, build your own API integration. Today we are going to go through building our own integration, directly in our Laravel Application.

Modern API Workflows in Laravel

Modern API Workflows in Laravel

Over time your code gets more and more complicated, and new features are added each sprint. How can you scale your code base to achieve more, without making it harder to manage? In this talk I will walk you through the lessons learned from scaling code and teams successfully over the last 5 years.