PHP

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

Test Driven Development (TDD): How, What & Why

Sunday 29 August 2021, 22:08

Write better software with a test-first lifecycle.

Read more ▶
Placeholder

How to create a Symfony 5 bundle

Monday 10 May 2021, 21:07

Learn how to create a reusable bundle from scratch with Symfony 5.

Read more ▶
Placeholder

Why I don't like the sealed classes RFC

Monday 26 April 2021, 19:35

A beguiling but unnecessary new language feature.

Read more ▶
Placeholder

Mutual TLS with Apache and PHP

Friday 23 April 2021, 18:35

Run Apache + PHP inside a Docker container and authenticate with a client certificate.

Read more ▶
Placeholder

DocLite now MIT licensed

Tuesday 20 April 2021, 20:08

DocLite, the PHP NoSQL database, is now available under the MIT licence.

Read more ▶
Placeholder

Better PHP unit testing: avoiding mocks

Thursday 08 April 2021, 22:18

Do you need a test double? Writing better unit tests by challenging the mockist view.

Read more ▶
Placeholder

Showing 11-20 of 21 posts.

Recent posts


Sunday 01 December 2024, 18:37

Re-examining this famous puzzle of probability and explaining why our intuitions aren't correct.

musings

Sunday 17 November 2024, 22:53

Keep your database data secure by selectively encrypting fields using this free bundle.

php

Sunday 27 October 2024, 19:02

Learn how to build an extensible plugin system for a Symfony application

php

Saturday 10 February 2024, 17:18

The difference between failure and success isn't whether you make mistakes, it's whether you learn from them.

musings coding

Monday 22 January 2024, 20:15

Recalling the time I turned down a job offer because the company's interview technique sucked.

musings