PHP

Turbo-charge your PHP applications with Roadrunner

Sunday 09 April 2023, 22:56

Maximise performance with load once scripts, kept in long-running memory

Read more ▶
Placeholder

Swap two (string) variables without using a third

Saturday 15 October 2022, 15:31

A bit about binary (pun intended!) to put a twist on a classic learning puzzle.

Read more ▶
Placeholder

Build an audit log for your Symfony app

Monday 19 September 2022, 20:36

Learn how to make use of Doctrine lifecycle events to build a searchable audit log for your application which records an entry whenever an entity's data is changed.

Read more ▶
Placeholder

Build your own OAuth2 Server with PHP and Symfony

Saturday 10 September 2022, 21:40

Learn all about OAuth2, OIDC, plus build an AWS Cognito style single sign on app.

Read more ▶
Placeholder

Terminology in testing - making a mockery of you

Thursday 18 August 2022, 19:40

What's a unit, anyway?

Read more ▶
Placeholder

PHP Encryption The Right Way With LibSodium

Tuesday 12 April 2022, 20:40

Ever wondered the best way to do encryption in PHP? This tutorial shows you how!

Read more ▶
Placeholder

I Tried GitHub Copilot and it's the Best Thing Ever

Tuesday 29 March 2022, 17:47

...the AI trained on open source which writes code for you!

Read more ▶
Placeholder

Instant PHP and XDebug on Docker

Friday 28 January 2022, 23:46

...just add water! Spin up an Apache server running your choice of PHP version with this free helper.

Read more ▶
Placeholder

Getting started with PHP and ActiveMQ

Wednesday 06 October 2021, 21:43

Learn how to send and receive messages between PHP and ActiveMQ with Stomp protocol.

Read more ▶
Placeholder

DocLite 1.1.0 released

Monday 20 September 2021, 18:23

PHP NoSQL database with joins and full text search

Read more ▶
Placeholder

Showing 1-10 of 17 posts.

Recent posts


Saturday 13 May 2023, 01:16

Musings from a Reddit thread

musings

Monday 10 April 2023, 00:11

Life with a newborn baby aka why I sometimes go long periods of time without making any new posts.

musings

Sunday 09 April 2023, 22:56

Maximise performance with load once scripts, kept in long-running memory

php

Sunday 05 February 2023, 16:36

An AI revolution or playing dumb? This blog post brought to you by a special guest contributor.

musings coding

Saturday 15 October 2022, 15:31

A bit about binary (pun intended!) to put a twist on a classic learning puzzle.

php coding