Home / Projects / Tech Academy

OverviewWhat is it and any did I enroll

Tech Academy is a school located in the downtown region of Portland, Oregon and offers several bootcamps to choose from. I choose the "C# and .NET Bootcamp" since I have worked with C# before and I want to pursue a career as a C#/.NET developer. Prior to enrolling, I was a self-taught programmer and have worked on extensive projects prior to the bootcamp. The main purpose of enrolling was to refine my knowledge and fill in any gaps that I may have. Except I never realized just how much knowledge I was missing, I had concepts and assumptions, but they didn't have a solid foundation on which they made sense. As a basic example, floating point numbers were inaccurate and often times would get rounded to a certain number (specifically happened in Unity), but based on the base-2 numbering system, not all numbers are able to be represented from base-10 to base-2 when it comes down to decimals.

ProjectsMost recent shown first

TheaterCMS3 - Software Developer Intern Apr - May 2024 HTML HTML CSS CSS CSharp C# with ASP.NET MVC SQL SQLite with Entity Framework Azure Azure DevOps Git Available on GitHub
A portion of the bootcamp that simulated a work enviorment
Assignments Console App - C# Programmer Apr 2024 CSharp C# Git GitHub
A program I built while at Tech Academy aimed at helping instructors grade
Car Insurance Database - C# Programmer Apr 2024 HTML HTML CSS CSS CSharp C# with ASP.NET MVC SQL Entity Framework Git GitHub Demo Live Demo Available
This project utilized ASP.NET MVC to make CRUD pages and Entity Framework as the Database transport.
Newletter Subscription App - C# Programmer # Step 485 Apr 2024 HTML HTML CSS CSS CSharp C# with ASP.NET MVC SQL ADO.NET, Entity Framework Git GitHub Demo Live Demo Available
This project utilised ASP.NET and to make a form to enter data and a page to view/delete data. The initial implementation used ADO.NET as the transport between the SQLite file, then it was upgraded to Entity Framework.
Local Server Time - C# Programmer # Step 548 Apr 2024 HTML HTML CSS CSS CSharp C# with ASP.NET MVC Git GitHub Azure Deployed on Azure Demo Live Demo Available
This project used ASP.NET MVC to display a webpage with the date and time of the server hosting the webpage
Blackjack - C# Programmer Apr 2024 CSharp C# Git GitHub
A classic game of 21, where your goal is to get cards totaling up to - but not over - the sum of 21. This was built in a console application.
Todo Web App - Frontend Developer Mar 2024 HTML HTML CSS CSS javascript JavaScript Git GitHub Demo Live Demo Available
A web app to keep track of things you need to do, also shows how long it took to complete a task
Tic-Tac-Toe Web App - Frontend Developer Feb 2024 HTML HTML CSS CSS javascript JavaScript Git GitHub Demo Live Demo Available
The classic game with a 3x3 grid where the first player to get 3 in a row wins
Calculator App - Frontend Developer Feb 2024 HTML HTML CSS CSS javascript JavaScript Git GitHub Demo Live Demo Available
A web app emulating a basic calculator and can do addition, subtraction, multiplication and division
Beeper - Frontend Developer Jan 2018 HTML HTML CSS CSS javascript JavaScript Demo Live Demo Available
A simple web app that chimes on a predefined interval. I used it to keep myself on track (interval configurable via URL query)