Recently, I was exploring how to access remote file structures using Vscode. I was informed by a colleague of a tool that will allow a programmer to edit files on a remote terminal using the VScode GUI interface. I have provided a writeup on how to install this program on […]
Category: Linux
Genomics sequencing and High Performance Cluster Computing: SGE Cluster
Machine Learning Model: Tensorflow Inferencing
Data Science Challenge: ETL from MySQL to MongoDB
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 […]