work

web

Built current website using custom HTML, CSS, and Javascript drawing inspiration from software developer, Ania Kubow's code. Features include mobile-responsiveness, a dark mode toggle switch, svg animation and graphics, and contact form.

Current Website

Simple dice game using random number generator to change dice number upon refresh and determine winner or draw based on dice roll.

Dice Game
nextjs typescript graphql tailwind

Blog portion of current site built using NextJS, TypeScript, and GraphQL, with Tailwind CSS for styling and deployed on Vercel. Features include, mobile responsivenes, "Featured" and "Recent Post" categories, full markdown articles, author, and comments.

Blog App
python mysql flask bootstrap

Instructor Portal app built using Python, Flask, and MySQL. Login and registration created with pattern validations and basic validations using Regex with with secure and hash passwords using Bcrypt. Modularized server code into MVC patterns, Implemented class structures that matched table columns with attributes and methods. Associate classes containing data joining multiple SQL tables. Parsed incoming data into appropriate objects to use in OOP. Performed CRUD queries against the database and applied CRUD functionality in Flask application.

Python/Flask/MySQL app
java spring hibernate mysql

Idea creation and tracking app built using Java 11, Spring Boot, and MySQL. Models were implemented with getters, setters, appropriate data types, access modifiers, and validation notations. RESTful routing is present with GET, POST, PUT, and DELETE requests. CRUD functionality using controller-service-repository modularization with one-to-many and many-to-many relationships. Fully functional validations. User authentication with password hashing and password validation through login and registration feature.

Java 11/Spring Boot/MySQL app
mongodb myexpress nodejs react

Pet adoption app built with MERN. Features include validations during creation and update of pets, backend validations that are not Mongoose defaults, RESTful routing, CRUD functionality, and sorting based on pet type.

MERN app