bstafford2017
I am an inspired full stack developer who loves to innovate with new technologies!
Securian FinancialApple Valley, MN
Pinned Repositories
4x4x4-TicTacToe
This is an advanced tic-tac-toe game in the assembly language MIPS. Try for yourself to beat the computer!
digital-signage-system
Modern JS web app for managing uploaded files to display with a Raspberry Pi. Includes Node JS with Express JS backend and React JS frontend.
Online-Bookstore-V2
This is an object-relational extension of Online-Bookstore for Advanced Database Systems (CSCI 513)
OURS
This is an online university registration system. Co-creators: Joonhyeok Ahn and Chaejin Lim
remote-concurrent-scheduler
Online room scheduling system for the School of Electrical Engineering and Computer Science at the University of North Dakota
rezxak-app
Website for Rezxak
stafford-solutions
Website for Stafford Solutions
super-app
A web application that ties together several fun APIs. Enjoy!
task-manager
MERN web app (with Redux) for managing tasks to complete, including react-strap
task-manager-serverless
AWS Lambda Node JS TypeScript service for the Task Manager
bstafford2017's Repositories
bstafford2017/digital-signage-system
Modern JS web app for managing uploaded files to display with a Raspberry Pi. Includes Node JS with Express JS backend and React JS frontend.
bstafford2017/remote-concurrent-scheduler
Online room scheduling system for the School of Electrical Engineering and Computer Science at the University of North Dakota
bstafford2017/Online-Bookstore-V2
This is an object-relational extension of Online-Bookstore for Advanced Database Systems (CSCI 513)
bstafford2017/OURS
This is an online university registration system. Co-creators: Joonhyeok Ahn and Chaejin Lim
bstafford2017/stafford-solutions
Website for Stafford Solutions
bstafford2017/task-manager
MERN web app (with Redux) for managing tasks to complete, including react-strap
bstafford2017/4x4x4-TicTacToe
This is an advanced tic-tac-toe game in the assembly language MIPS. Try for yourself to beat the computer!
bstafford2017/BankApplication
Bank App for Terminal w/ Record System
bstafford2017/rcs-serverless
The Node JS AWS Lambda backend to the remote-concurrent-scheduler project.
bstafford2017/rezxak-app
Website for Rezxak
bstafford2017/super-app
A web application that ties together several fun APIs. Enjoy!
bstafford2017/task-manager-serverless
AWS Lambda Node JS TypeScript service for the Task Manager
bstafford2017/BankApplicationGUI
This is the development of my BankApplication graphical interface using Java Swing
bstafford2017/Dungeon-Exploration
Course-long Terminal Game for CSci161
bstafford2017/FileMergerWithSorting
Merges 3 Files, Then Sorts All Words Alphabetically
bstafford2017/Lexical-Analyzer
This is a lexical scanner for a calculator language.
bstafford2017/Meal-Order-App
This is a meal order application built with Android Studio for CSCI 513 (Advanced Databases)
bstafford2017/Multiprogram-File-Reader
This program utilizes 9 synchronized programs to get a random number of characters (1-10) from a file. The input file is the first command line argument of the executable HW9.; the output file is hw9.out.
bstafford2017/Online-Bookstore
This is an online bookstore with a relational MS SQL database connected to a CGI/Perl/Java back-end for CSCI 513 (Advanced Databases)
bstafford2017/rcs-graphql
bstafford2017/super-app-serverless
Backend architecture for super-app
bstafford2017/Syntax-Analyzer
This is a syntax analyzer for a calculator language. For input, this program uses the output of my Lexical Analyzer repository.
bstafford2017/TicTacToe
My First C Program
bstafford2017/user-api
A basic user-api utilizing AWS Lambda and DynamoDB
bstafford2017/WordCounter
This program displays all words in a text file and their associated frequencies