Toggen Blog
Tech tips
Articles
Latest
Perform a MySQL to Postgres Migration with PGLoader docker container and command-file
Datetimes in mysql are stored as below with a Timezone. These dates as diplayed are stored in Australia/Sydney timezone # bb_date production_date id 2024-03-16 2022-09-15 14:26:36 248078 2024-03-16 2022-09-15 14:29:51 248079 2024-03-16 2022-09-15 14:34:30 248080 When...
WordPress site logo repeated on Safari Browser on IPhone and MacOS
If you see your site logo repeated as in the example screen shots below it could be a stale W3-Total-Cache assets cache after an update From the Wordpress Admin Portal Or using wp-cli wp --path=$WP_DIR plugin is-installed w3-total-cache if [ "$?" = "0" ]; then echo...
CakePHP4 Tutorial Videos
So I have been using CakePHP since 2015 and have now started to try and solidify my learning by making Youtube Videos. Similar to Blogging once I create a Video I can refer back to it later. Videos Using Dependency Injection to move Controller Action code to Service...
Animate.css and react-transition-group
Updated animate.css using latest React and react-transition-group
CakePHP 4.4 – PaginatorComponent is Deprecated
I got this deprecation warning after upgrading to CakePHP 4.4 "PaginatorComponent is deprecated, use a Cake\Datasource\Pagination\NumericPaginator instance directly" I thought that meant I had to run the CakePHP 4 upgrade tool and it would fix it but no. Simple Fix...
Electron & React
So I have been using timer apps from the App Store on my Mac to time parts that I run on Zoom. I was using Tempus but the form factor meant that I was clicking start and then having to relocate the window and hiding the control buttons. I also found that sometimes I...
