RSSAmplifier

Blog

Martin Bean

martinbean.devRSS feed ↗10 posts

Latest posts

Using the Stripe CLI with Docker Compose

How to use the Stripe CLI as a service within a Docker Compose project.

Dynamic named slots in Vue 3

How to define and use slots with dynamic names in Vue 3 applications.

Modelling Products and Variants for E-Commerce

An approach to modelling products and their variants (SKUs) in e-commerce applications.

‘Video Streaming with Laravel’ course details

Details of my forthcoming ‘Video Streaming with Laravel’ premium video course.

Simple role-based authentication in Laravel

Need multiple user types in your Laravel application? Use roles instead of multiple user tables.

Test models for SwiftUI previews

How to create static model instances for the purpose of SwiftUI previews.

Introducing the AMP Server-Side Rendering Netlify Plugin

I’m pleased to announce an AMP server-side rendering build plugin I’ve created for Netlify is now available!

Using Value Objects to Give Meaning

Using value objects to give meaning to primitives in your projects.

Command Bus in Laravel

How to add a command bus to Laravel applications without installing any packages.

Authentication and authorisation tips for Laravel applications

Patterns that I’ve personally found to lead to maintainable Laravel application, as well as patterns that don’t.