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


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

Monday 10 October 2022, 07:15

I'll say it - web 3.0 is a meaningless buzzword, and blockchain and cryptocurrency is nothing more than a giant fraud.

musings

Friday 07 October 2022, 23:30

Challenging the present day orthodoxy on web application architecture.

musings coding

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.

php