The amount of data that is generated and recorded in the world has been growing exponentially in the past 10 years and will continue to grow in the coming future. In 2010 the amount of data in the world was estimated to be 2 Zettabytes, and by May 2020 this […]
Machine Learning Model: Tensorflow Inferencing
Data Science Challenge: ETL from MySQL to MongoDB
Amazon Interview Experience
I recently was invited to interview at amazon for a solutions architect position. After my online assessment I was invited to the loop interview. I started studying for my Loop by reviewing multiple topics. I started researching online and found some very interesting information. I first went through multiple articles […]
AmazonIQ, Botble, freelance work
Preparing for Risks: WordPress Migration to an AWS LAMP stack
Architecting Highly Available systems: EFS, Moodle, Load testing
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 […]
Transferring SQL database to AWS, Aurora and Serverless architecture
Today I explored aurora serverless, I am currently working on migrating a website database to more available architecture. I started off by creating a serverless database and attempting to connect using a local MySQL program. After multiple attempts I realized that it was not working. I troubleshooted this issue over […]