On this page
- I Tried ChatGPT and It's Not the Best Thing Ever
- Swap two (string) variables without using a third
- Why You Probably Don’t Need React (or any other frontend framework)
- Build your own OAuth2 Server with PHP and Symfony
- I Tried GitHub Copilot and it's the Best Thing Ever
- Test Driven Development (TDD): How, What & Why
- Delete Git tag
General Coding
I Tried ChatGPT and It's Not the Best Thing Ever
An AI revolution or playing dumb? This blog post brought to you by a special guest contributor.
Read more ▶Swap two (string) variables without using a third
A bit about binary (pun intended!) to put a twist on a classic learning puzzle.
Read more ▶Why You Probably Don’t Need React (or any other frontend framework)
Challenging the present day orthodoxy on web application architecture.
Read more ▶Build your own OAuth2 Server with PHP and Symfony
Learn all about OAuth2, OIDC, plus build an AWS Cognito style single sign on app.
Read more ▶I Tried GitHub Copilot and it's the Best Thing Ever
...the AI trained on open source which writes code for you!
Read more ▶Test Driven Development (TDD): How, What & Why
Write better software with a test-first lifecycle.
Read more ▶Showing 1-7 of 7 posts.
Recent posts
Why type hinting an array as a parameter or return type is an anti-pattern and should be avoided.
php
Leveraging the power of JSON and RDBMS for a combined SQL/NoSQL approach.
php
Life with a newborn baby aka why I sometimes go long periods of time without making any new posts.
musings
Maximise performance with load once scripts, kept in long-running memory
php