-
-
struct_examples Public
This is a program that prints the person's name. However, this uses dynamic memory allocation, pointer data members inside a struct and a pointer to a struct as well.
C UpdatedMay 10, 2021 -
-
This is a Book Database Management System built in C++. This application also uses file handling for data storage and persistence to mock a real database. This program handles the title, price, gen…
C++ UpdatedMar 22, 2021 -
This is a Employee Database Management System built in C++. This application also uses file handling for data storage and persistence to mock a real database. This program handles employee's person…
C++ UpdatedMar 21, 2021 -
-
CPPNotes Public
These are my notes from a 10 hour C++ Tutorial. This includes many exercises and small projects.
C++ UpdatedFeb 25, 2021 -
CPPCrashCourse Public
This repository consists of notes from CodeBeauty's C++ Crash Course featured on TraversyMedia.
C++ UpdatedFeb 16, 2021 -
This is an ASP.NET Core Web API for an Employee Management System. This application uses Swagger for interactive, clear, and clean documentation/testing directly in the browser. This also uses rate…
-
NationalParksWebAPI Public
This an an ASP.NET Core Web API that allows users to create, retrieve, update and delete national parks and trails. This application utilizes rate-limiting for scalability purposes and an extra lay…
C# UpdatedFeb 9, 2021 -
EmployeeTracker Public
This is a ASP.NET Web API for an Employee Management System. This uses C#, .NET Framework, Entity Framework and MS-SQL for the back end and Swagger UI for the front-end.
C# UpdatedFeb 9, 2021 -
Go Public
These are my notes from a 25 hour course on Go. These include exercises and projects.
Go UpdatedJan 28, 2021 -
Empty_File_Finder Public
This is a application in Go that searches all files and directories that are empty and writes it to a text file.
Go UpdatedJan 27, 2021 -
MusicAPI Public
This is an ASP.NET Core Web API that allows the user to create, retrieve, update, delete songs and artists.
C# UpdatedJan 14, 2021 -
TrackMyBooks Public
TrackMyBooks is a ASP.NET Core MVC application that replicates a library management system. This application has full CRUD capabilities coupled with a search and filter feature.
C# UpdatedDec 20, 2020 -