LC

Projects

A few builds I’m expanding into full portfolio pieces with clean UX, solid backend structure, and GitHub-ready documentation.

Workflow Management System

In Progress

Modular CRUD workflow tracking system built in Python. Initially developed as a CLI application and currently being refactored into a Flask web app.

Python Flask CSV SQL GitHub

Secure Task API

In Progress

RESTful API supporting authentication, authorization, and task management. Focused on clean endpoints and data modeling.

Flask SQLAlchemy Auth JWT

Knowledge Management System

In Progress

Note-management backend enabling users to create, edit, tag, and organize content using relational database models, plus search and filtering for fast retrieval.

Python Flask SQLAlchemy Search

File Processing & Validation Engine

In Progress

Backend engine for ingesting, validating, and processing structured CSV/JSON files with schema enforcement and error handling.

Python Validation CLI Error Handling