On this page
- Swap two (string) variables without using a third
- Build an audit log for your Symfony app
- Build your own OAuth2 Server with PHP and Symfony
- Terminology in testing - making a mockery of you
- PHP Encryption The Right Way With LibSodium
- I Tried GitHub Copilot and it's the Best Thing Ever
- Instant PHP and XDebug on Docker
- Getting started with PHP and ActiveMQ
- DocLite 1.1.0 released
- Test Driven Development (TDD): How, What & Why
PHP
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 ▶Build an audit log for your Symfony app
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.
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 ▶Terminology in testing - making a mockery of you
What's a unit, anyway?
Read more ▶PHP Encryption The Right Way With LibSodium
Ever wondered the best way to do encryption in PHP? This tutorial shows you how!
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 ▶Instant PHP and XDebug on Docker
...just add water! Spin up an Apache server running your choice of PHP version with this free helper.
Read more ▶Getting started with PHP and ActiveMQ
Learn how to send and receive messages between PHP and ActiveMQ with Stomp protocol.
Read more ▶DocLite 1.1.0 released
PHP NoSQL database with joins and full text search
Read more ▶Test Driven Development (TDD): How, What & Why
Write better software with a test-first lifecycle.
Read more ▶Showing 1-10 of 16 posts.
Recent posts
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
Learn all about OAuth2, OIDC, plus build an AWS Cognito style single sign on app.
php coding