Problem solver and conceptual thinker with a passion about designing and coding exceptional websites, applications and everything in between.
I am currently living in the Vancouver area and recently graduated from Simon Fraser University with a degree in Software Systems. I have started doing some freelance web/android development work. I am passionate about coding and solving problems through code, and I am excited to work alongside other amazing programmers and learn so much more!
C++
Python
Java
Golang
Javascript
HTML
CSS
ReactJS
Node.js
Spring Boot
MongoDB
PostgreSQL
MySQL
Linux
Windows
Intellij
VSCode
Android Studio
Git
Docker
Redux
Here is a collection of notable projects that I have worked on over the years. Some of the projects are from my schooling and therefore the intellectual property is not my own to distribute. If you wish to see one of these projects that are locked feel free to contact me and I can issue an account to view them.
MyCBR Manager
Worked directly with members of the Hope Health Action charity in an agile development environment in a team of six to design and create MyCBR. MyCBR helps the CBR worker schedule, maintain and analyze clients for purpose of rehabilitation.
Technology Used
Android Studio, Java, PostgreSQL
Portfolio Website
The amazing website that you are currently viewing which is currently being hosted on Github pages.
Technology Used
ReactJS, HTML, CSS
Expense Tracker
The expense tracker is an easy-to-use application that records all your monthly expenses which you can add, edit and delete them at anytime. Your expense costs are also displayed by charts using charts.js.
Technology Used
ReactJS, HTML, CSS, MongoDB, Node.js
Data Mining - COVID-19
Performed an exploratory data analysis on a COVID-19 dataset with the use of statistics and plots. After we utilized Sklearn’s Linear SVM, random forest and a LGBM classifier to predict the outcome of a patient and to do a comparative analysis on the models.
Technology Used
Python, Jupyter Notebook, Sklearn
YASE - Database Management System
YASE is a fully working database management system that utilizes a skiplist for indexing and contains fully functional logging. GoogleTest was used in our test-driven environment.
Technology Used
C++, Google Test, CMake
NoteApp
NoteApp is a web-based video note taking application. A user can add personal notes, like comments, as they play the video and later be able to view these notes while the video is being played back with their asssociated timestamp.
Technology Used
Javascript, HTML, CSS, EJS, Node.js
Comment Abuse Tracker
A natural language processing comment abuse classifier which uses rectified linear unit deep neural network to effectively classify bad words and hate speech within the input data.
Technology Used
Python, Jupyter Notebook, PyTorch
Bilby Compiler
Built from the ground up a compiler for a made up language called Bilby. The compiler successfully Lexically, syntaxially and semantically analyzes the input to generate assembly code.
Technology Used
Java, Assembly
Blinds Cost Calculator
Worked directly with Pristine Blinds owner to conceptualize and develop a house blind cost calculator for the use of their sales team.
Technology Used
Android Studio, Java
Crypto-Twitter Analysis
An exploratory data analysis on the effects that influential people on twitter have on the cryptocurrency market. With Sklearn neural network, random forest and naïve bayes classifiers we hope to see if we are able to predict the price change based on the sentiment analysis of the tweets.
Technology Used
Python, Sklearn
Geometry Brawl
Geometry brawl is a online multiplayer shooter which allows the player to join the server and start playing at anytime. Each players bullet trajectory is affected by the current weather and wind conditions in Burnaby B.C. by the use of Darksky's weather api.
Technology Used
Javascript, HTML, CSS, Node.js