A Journey in Learning

SQL and Python

Last month I have completed the majority of the Complete SQL boot camp. I wanted to learn the details about the SQL language to expand my ability to perform manual ETL functions in python. In my past posts I explained how I was able to run simple ETL scripts using […]

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 […]