Bailey Loewe
Software Engineer | Web Developer
Skills
Languages
JavaScript
TypeScript
HTML
CSS
C++
Java
C#
Python
Frameworks and Libraries
React
Vue.js
Node.js
Express.js
Tools and Infrastructure
GitHub
Docker
Vite
Cloudflare Pages
Supabase
PostgreSQL
SQLite
MongoDB
Postman
Vitest
React Testing Library
Education
Experience
ADP
Business Security Analyst • Nov 2021 - Present
- Provide GRC leadership and security advisory services while supporting technical initiatives.
- Use automation scripts and security tools to monitor risks, detect anomalies, and streamline operations.
- Guide the design of algorithms and systems used for threat detection and risk assessment.
- Manage enterprise risk, business resilience, and incident governance across cyber, physical, and fraud domains.
- Collaborate with stakeholders to assess, document, and remediate security and operational risks.
- Support technology transformation initiatives, including Zero Trust architectures and Data Loss Prevention programs.
- Deliver security metrics, technical documentation, and audit/client support.
- Conduct data analysis (root cause analysis, incident analysis, findings, etc.) to streamline IR process
Projects
Noted • noted.baileyloewe.dev
January 2026
- Built and deployed a fullstack note taking app with rich search, tagging, and account management using Vue, FastAPI, and MongoDB.
- Implemented a boolean search parser from scratch, supporting AND, OR, NOT operators and quoted phrases. Built a tokenizer and recursive tree evaluator to resolve operator precedence and nested expressions.
- Designed a passwordless auth system using email OTPs, HTTP-only cookies with auto-sliding session expiry. Also developed account management features including email changes, data export, and full account deletion.
- Notes are fully indexed across content, tags, and metadata, searchable and filterable in combination using boolean logic.
- Tech stack: Vue, TypeScript, Python, FastAPI, MongoDB, Docker
- AI lightly utilized for debugging when documentation was lacking or unclear.
Peak • peak.baileyloewe.dev
December 2025
- Built and deployed a fullstack workout tracker where users can create exercises, assemble reusable workout presets, and log detailed set-by-set progression over time.
- Resolved performance issues, such as excessive re-renders, UI lag, and stale data, through consolidating props structure, standardizing data fetching patterns, and refactoring components for better composability.
- Chose Supabase over a custom backend to focus development effort on app behavior and frontend. Supabase used for auth, session management, and validation/storage.
- Designed relational data model to represent the relationships between exercises, workouts, sets, and presets.
- Tech stack: React, TypeScript, Vite, Supabase
- AI lightly utilized for debugging when documentation was lacking or unclear.
CampusCoin • github.com/baileyloewe/CampusCoin
August 2023 - December 2023 • KSU
- Built a cross-platform financial tracker in C# (.NET MAUI) helping students log income, expenses, and view spending breakdowns. Led a team of 5 serving as project lead and lead developer.
- Designed the database schema and provisioned the Azure SQL instance, configuring cloud permissions and access controls.
- Implemented full authentication system including registration with custom validation, email verification, password hashing, and persisted login via auth tokens.
- Refactored codebase for consistency, including standardizing UI, introducing dependency injection patterns, and adding service-level documentation throughout.
- Tech stack: .NET MAUI, C#, Azure SQL
- Did not use AI
CubeCrusade • github.com/baileyloewe/CubeCrusade
December 2022
- Built a 2D Java game featuring a main menu, difficulty settings, an upgrade shop, boss encounters, and persistent audio controls.
- Extended and heavily modified a tutorial codebase through several large refactors such as introducing dependency injection, a Mediator pattern to untangle cross class data flow, and breaking monolithic functions into modular, single purpose components.
- Tech stack: Java
- Did not use AI