General Coding

I Tried ChatGPT and It's Not the Best Thing Ever

Sunday 05 February 2023, 16:36

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

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

Why You Probably Don’t Need React (or any other frontend framework)

Friday 07 October 2022, 23:30

Challenging the present day orthodoxy on web application architecture.

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

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

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

Sunday 29 August 2021, 22:08

Write better software with a test-first lifecycle.

Read more ▶
Placeholder

Delete Git tag

Tuesday 06 April 2021, 17:51

Delete a Git tag locally and remote

Read more ▶
Placeholder

Showing 1-7 of 7 posts.

Recent posts


Monday 28 August 2023, 11:26

Why type hinting an array as a parameter or return type is an anti-pattern and should be avoided.

php

Saturday 17 June 2023, 15:49

Leveraging the power of JSON and RDBMS for a combined SQL/NoSQL approach.

php

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