Pinned Repositories
argocd-course-webapp
Example of simple web app with CI pipeline
cart-croc
Modular point of sale and store inventory app
credit-croc
Managing your debt is lame. Credit Croc is cool. Credit Croc keeps track of your debt so you don't have to!
farm-companion
Prototype farm administrative MERN app. Time card, Excel inventory, ArcGIS map, expense reports, worker handbook.
GPT-LangChain-haikus
Haikus generated with OpenGPT and LangChain, with the assistance of Wikipedia research.
harvard-cs50
Problem sets and labs for Harvard CS50 offered through OpenCourseWare.
portfolio
React website to share blog posts, photos, contact info, and projects. Mobile-first PWA.
puzzle-factory
Game generator mobile app.
python-turtle-graphics
Colorful drawings made with Python's Turtle module.
TomatoFarm
Tomato Farm app - heirloom varieties, user farm plot management. Full stack Java project: Spring Boot and JSP front end, Tomcat webserver, connected to SQL DB.
coryjquirk's Repositories
coryjquirk/farm-companion
Prototype farm administrative MERN app. Time card, Excel inventory, ArcGIS map, expense reports, worker handbook.
coryjquirk/portfolio
React website to share blog posts, photos, contact info, and projects. Mobile-first PWA.
coryjquirk/puzzle-factory
Game generator mobile app.
coryjquirk/argocd-course-webapp
Example of simple web app with CI pipeline
coryjquirk/argocd-course-webapp-config
Example of web app gitops config repo with helm chart
coryjquirk/BankingScenarios
Simple Java banking app to practice OOP concepts (inheritance, polymorphism, encapsulation).
coryjquirk/CafeRouge
Java point-of-sale application. Practicing inheritance, abstract classes, OOP fundamentals.
coryjquirk/capstone-frontend
coryjquirk/CartSystem
Reads product data from a .txt file and allows user to build a shopping cart on the command line.
coryjquirk/coryjquirk
coryjquirk/CreatingAMonster
Java bootcamp exercise for classes, subclasses, constructors, and calling methods.
coryjquirk/first-spring-app
first Spring MVC project to practice populating data to a JSP page from SQL.
coryjquirk/flask-todo
Flask based to-do list web app.
coryjquirk/GitDemoTest
GitHub demo for my Git method for the purposes of our Java bootcamp cohort. Shows the command line method (BASH shell).
coryjquirk/GPS-tracker
coryjquirk/harvard-cs50
Problem sets and labs for Harvard CS50 offered through OpenCourseWare.
coryjquirk/HibernateJPABeginner
SQL CRUD operations using Hibernate ORM managed through Maven.
coryjquirk/JavaExercises
Developed with IntelliJ. Created to access my homework from multiple devices.
coryjquirk/ManagerEmployeeOOPexercise
Java bootcamp exercise for classes, subclasses, constructors, calling methods, and overriding methods.
coryjquirk/password-generator
Generates a secure password, giving user the choice of character length, symbols, and upper/lower case letters.
coryjquirk/python-turtle-graphics
Colorful drawings made with Python's Turtle module.
coryjquirk/rsvpapp-helm-cicd
https://cloudyuga.guru/blog/jenkins-argo
coryjquirk/serverless-full-stack-apps-azure-sql
Learning Azure db development for web apps from the guide linked below. Stored procedures, querying, GitHub Actions CI/CD.
coryjquirk/TomatoFarm
Tomato Farm app - heirloom varieties, user farm plot management. Full stack Java project: Spring Boot and JSP front end, Tomcat webserver, connected to SQL DB.
coryjquirk/weather-dashboard
Displays current conditions & 5-day forecast w/ the OpenWeather API. JSON data is handled with jQuery and AJAX to render to the front end, and recent cities searched are kept with local storage.
coryjquirk/GPT-LangChain-haikus
Haikus generated with OpenGPT and LangChain, with the assistance of Wikipedia research.
coryjquirk/advent-of-code23
GoLang https://adventofcode.com
coryjquirk/burger
App to keep track of which burgers you've eaten, and which ones are still on your bucket list.
coryjquirk/go-essential-training
LinkedIn Learning course Go Essential Training
coryjquirk/SchoolManagementSystem
Using Hibernate and command line to initialize and interact with a SQL database