Recently I had taken up some freelance work for amazon IQ, I helped a client get images on their site to load. The website was https://www.studentacco.com/, the main issue was that the client imported the site using a template and lost all documentation on how to modify site settings. I […]
Category: Wordpress
Preparing for Risks: WordPress Migration to an AWS LAMP stack
Linux CLI and Mysql: An Efficient Way to Migrate Databases
I understand that abstracting action through a CLI can be daunting for some but nothing can match the efficiency and granular control of CLI commands. In my previous attempts to migrate my database, I was having difficulty using MySQL workbench. After some time pondering the issue, I concluded that the […]
Designing Highly Available Systems Part 3: Remote Databases and Schema Conversions
Today I completed my exploration into making my architecture more stateless. I have a WordPress page that I have decided to use as a sample and experimented with different AWS solutions that allow this website to be launched independent of a local database or local file storage. Through MySQL workbench […]