Pinned Repositories
airgead-banking
Airgead Banking is a compound interest calculator app
binary-search-tree
A binary tree data structure featuring recursive algorithms for traversing/removing nodes.
Clocks
C++ Project for CS-225
cs255-portfolio
This repo is a portfolio for my CS 255 course on Modern System Analysis & Design
design-patterns
This project uses the singleton and iterator design patterns.
hashing-algorithm
A brief foray into how hashing works via a unique identifier and the remainder from a modulus operation.
java-rest-client
This project is a simple REST client application using the Jersey framework.
learn-angular-from-scratch-step-by-step
Angular step by step tutorial covering from basic concepts of Angular Framework to building a complete Angular app using Angular Material components. We will go through the main building blocks of an Angular 7 application as well as the best practices for building a complete app with Angular.
learn-how-to-build-a-mean-stack-application
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
shopping-cart
CS-210 C++ Shopping Cart
SNHU-Projects's Repositories
SNHU-projects/airgead-banking
Airgead Banking is a compound interest calculator app
SNHU-projects/binary-search-tree
A binary tree data structure featuring recursive algorithms for traversing/removing nodes.
SNHU-projects/design-patterns
This project uses the singleton and iterator design patterns.
SNHU-projects/hashing-algorithm
A brief foray into how hashing works via a unique identifier and the remainder from a modulus operation.
SNHU-projects/learn-how-to-build-a-mean-stack-application
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
SNHU-projects/shopping-cart
CS-210 C++ Shopping Cart
SNHU-projects/Clocks
C++ Project for CS-225
SNHU-projects/cs255-portfolio
This repo is a portfolio for my CS 255 course on Modern System Analysis & Design
SNHU-projects/java-rest-client
This project is a simple REST client application using the Jersey framework.
SNHU-projects/learn-angular-from-scratch-step-by-step
Angular step by step tutorial covering from basic concepts of Angular Framework to building a complete Angular app using Angular Material components. We will go through the main building blocks of an Angular 7 application as well as the best practices for building a complete app with Angular.
SNHU-projects/CS-470
Full stack application featuring containerization & serverless architecture.
SNHU-projects/file-parsing-example-project
This is exactly what it says it is; a simple project demonstrating file parsing in C++.
SNHU-projects/java-graphical-slide-show-app
This is another app demonstrating Java GUI applications built with JFrames.
SNHU-projects/java-gui
This project introduces the very basics of crafting program interfaces in Java via JPanels/GUI Forms.
SNHU-projects/linked-list
This project is pointer-tastic. Yeesh.
SNHU-projects/sorting-algorithms
This project includes Selection Sort and Quicksort examples.
SNHU-projects/wildlife-zoo
This is an integrated languages project involving C++ & Java