Latest articlesall
ChatGPT will replace software developers
Are software developers on the brink of being replaced by a machine? The rise of ChatGPT is shaking up the tech industry and raising questions about the future of software development. Read on to find out what I think about this.
Couldn't execute 'FLUSH TABLES': Access denied
Just tried to sync my production Drupal database to my local machine with the drush sql-sync command and I got the following error message: mysqldump: Couldn't execute 'FLUSH TABLES': Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation (1227).
2022 recap
As 2022 draws to a close, it’s time for a traditional recap post where I reflect on the things that happened to me during the year.
How to upgrade Drupal 9 to 10
Upgrading Drupal from version 9 to version 10 is a multi-step process that involves several different tasks. Read on to find all the details you need to perform this major Drupal core upgrade.
React - Everything I needed to know to build my first mobile app
A collection of useful notes about React. I created these notes for my own reference during the development of my first React Native app, but I hope someone else might find them to be helpful.