As the scope of my projects got bigger and bigger, I started learning more specialized technlogies to fill the ever-growing amount of needs. I started with Python as I had some experience using it for a college Computer-Science course. After learning many of its libraries, I started using HTML & CSS to create an interface for my programs. Using Flask, I developed the an early version of what would become my stock-option project, at the time only allowing being accessible from my laptop using a VPN to tunnel to my home-server. Wanting to scale this project, I learned Docker to be capable of deploying my app to Google Cloud Run. I also experimented with Firebase to add authentication to my website as a way to display user specific data like a portfolio graphing program. Most recently, to speed up my database queries, I learned SQL and converted my 20GB worth of CSV files to a single .db file accessed using the SQLite library in Python. Currently, I am in the process of learning Svelte & SvelteKit, to produce better looking and performing applications!