On this page
- I Tried ChatGPT and It's Not the Best Thing Ever
- Web 3.0 - The Great Con
- Why You Probably Don’t Need React (or any other frontend framework)
- Terminology in testing - making a mockery of you
- When Cybersecurity Goes Wrong
- PHP internals and the battle for Ukraine
- Should technical tests FizzBuzz off? Some thoughts on interview practice.
- The Second Worst Job I Ever Had
- Feel like a fraud? It's more common than you think!
- Communication as a programmer
Musings
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 ▶Web 3.0 - The Great Con
I'll say it - web 3.0 is a meaningless buzzword, and blockchain and cryptocurrency is nothing more than a giant fraud.
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 ▶Terminology in testing - making a mockery of you
What's a unit, anyway?
Read more ▶When Cybersecurity Goes Wrong
...and how not to handle customer service
Read more ▶PHP internals and the battle for Ukraine
...when world affairs and programming collide.
Read more ▶Should technical tests FizzBuzz off? Some thoughts on interview practice.
How can we improve hiring processes? Challenging the coding challenge.
Read more ▶The Second Worst Job I Ever Had
Memories of mad metrics and myopic targets.
Read more ▶Feel like a fraud? It's more common than you think!
Confident or con artist? Coping with imposter syndrome.
Read more ▶Communication as a programmer
If we want to be better programmers, we must also learn to be better humans.
Read more ▶Showing 1-10 of 11 posts.
Recent posts
An AI revolution or playing dumb? This blog post brought to you by a special guest contributor.
musings coding
A bit about binary (pun intended!) to put a twist on a classic learning puzzle.
php coding
I'll say it - web 3.0 is a meaningless buzzword, and blockchain and cryptocurrency is nothing more than a giant fraud.
musings
Challenging the present day orthodoxy on web application architecture.
musings coding
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