My Projects
These are some of the projects I have worked on or am currently working on.
My Unraid Server
Creating my own cloud infrastructure to take back control of my own data, for free, has been a long time goal of mine. Finally, realized with the created of my personal server. I chose Unraid because of the convenience of built-in Virtual Machines and the integration of Docker, along with the community applications that are available, and the well-designed WebUI, it was the perfect choice for my applications. Especially as a learning opportunity.
My Portfolio Website
This very website! I had a lot of fun building this, optimizing every detail, making modular components.
The header and footer are injected with JavaScript. I built every part of it with HTML, CSS, and
JavaScript, no WYSIWYG. I intend for this to be a long-term project I'll keep adding to into the future.
I hope to later host this website on a web server running on Unraid. Feel free to send me job offers~
My Capstone Project
I haven't actually done my Capstone yet, but I'll tell you all about it when I do.
My Bus Tracking Project
I created a web application to track the buses in Halifax.
Using TensorFlow to Predict Stock Prices
I created a machine learning bot capable of predicting the price of Bitcoin as part of a course on Udemy.
Using What I Have Learned to Track My Transactions and Make a Budget
I exported my transaction data from my bank accounts as csv files, then used Python to import them, with descriptions and categories, to a PostgreSQL Database. I can get data from the database with Python and display it in a GUI. That way I know exactly how much I'm spending on groceries, rent, etc. per unit time.