Blog

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ex sem, facilisis sed viverra nec, sagittis vel quam nulla nisi mi scelerisque quis.

Code Is No Longer the Bottleneck – So why are our Dev Teams still built around It?

Code Is No Longer the Bottleneck – So why are our Dev Teams still built around It?

AI isn’t replacing developers, it’s exposing the invisible structure that made teams work in the first place.

For years, we organised engineering teams around code production. But as AI makes code generation cheap, the real value shifts to something else: defining boundaries, enforcing patterns, and designing the constraints within which code is created.

This isn’t the death of the developer, it’s the redefinition of the team.

Create a Laravel Request object on the fly in Tinker REPL

I recently wanted to test a controller POST in Tinker, so I needed to create the Request Object to pass into the POST controller.  I couldn't find a decent answer on Google, so here's my solution: First, I created the formRequest class which was the bit that I wanted...

Automating mysqldump on Automator in MacOs

I was just struggling with variables in MacOs Automator and so here is what I ended up withJust Saying ... Every one needs a backup plan.  I'll do mine tomorrow ...We've all probably experienced, at the very least, that fear of having just lost a load of work; perhaps...

Divi re-useable blocks

When designing a website with many blog posts, wouldn’t it be nice to use the power of Divi to build re-useable blocks that can be inserted into the posts.

Subscribe