Hi, Welcome!
My name is Nash and this is my portfolio! I'm a curious Computer Science student at the University of Lethbridge always looking for new opportunities to learn, grow, and try new things. I enjoy working with many technologies and languages that help me bring my projects into reality.
My Skills
- C++ -
- Python -
- JavaScript -
- PHP -
- HTML -
- CSS -
- Tailwind -
- Flutter -
- Dart -
- SQL -
- Next.js
Projects
Insulator
A work in progress app for Type 1 diabetics to calculate their insulin for a meal. The FoodData Central API allows users to search from hundreds of foods, create a meal, and find out how much insulin they need to take based on the ratio they entered.
Tools
- Flutter
- Dart
- FoodData Central API
Sliding Puzzle Solver
This was created as the final project for the course Data Structures and Algorithms. It is a 3x3 sliding puzzle solver. This application uses the A* search algorithm and Manhattan distance heuristic to find the most optimal path from the inital board state to the final board state.
Tools
- C++
- A* search
- Priority queue data structure