Navigating the Shift from Developer to Leader - Decrypt Podcast Round-up

I had a great time recently speaking with Liz Moy on Decrypt, the developer podcast from the folks at Evervault.

We spoke about the importance of developing empathy for your users, the challenge of managing competing demands on your roadmap, and some of the more pressing issues when integrating AI into development workflows.

We also talked about some of the struggles I had when moving from a developer role into more of a managerial one. Dealing with changes from the immediate feedback a dev gets to the more delayed/second-order feedback a manager gets, the challenge of staying motivated when your whole role changes, and learning to value your own work based not on the code you've written, but on how much you can enable those around you to shine.

If any of that sounds interesting to you (or you're just curious about how many times it's humanly possible for one person to say "eh" and "em" in only 41 minutes.. sorry mum!) then give it a listen!


CyberWiseCon 2025 Speaker

CyberWiseCon 2025

In May 2025, I'll be giving a talk at CyberWiseCon 2025 in Vilnius, Lithuania. From selling 10 Downing St, to moving the Eiffel Tower to Dublin, this talk covers real-world examples of unconventional ways to stop scrapers, phishers, and content thieves. You'll gain practical insights to protect assets, outsmart bad actors, and avoid the mistakes we made along the way!

Get your ticket now and I'll see you there!


Share This Article

Related Articles


Lazy loading background images to improve load time performance

Lazy loading of images helps to radically speed up initial page load. Rich site designs often call for background images, which can't be lazily loaded in the same way. How can we keep our designs, while optimising for a fast initial load?

Using Google Sheets as a RESTful JSON API

Save time by not building backends for simple CRUD apps. Use Google Sheets as both a free backend and JSON API endpoint!

Serverless caching and proxying with Cloudflare Workers

Using Cloudflare Workers we can quickly build an effective API proxy, without spinning up any additional hardware. Whether its needing a CORS proxy, speeding up slow APIs via caching, or rate limit management on stingy APIs, this serverless tech is as easy to set up as it is powerful.

Idempotency - what is it, and how can it help our Laravel APIs?

Idempotency is a critical concept to be aware of when building robust APIs, and is baked into the SDKs of companies like Stripe, Paypal, Shopify, and Amazon. But what exactly is idempotency? And how can we easily add support for it to our Laravel APIs?

Calculating rolling averages with Laravel Collections

Rolling averages are perfect for smoothing out time-series data, helping you to gain insight from noisy graphs and tables. This new package adds first-class support to Laravel Collections for rolling average calculation.

More