You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modular Java backend that processes log files into structured events, computes metrics, detects anomalies, and persists results. Demonstrates core backend concepts including data pipelines, analytics, alerting, and scalable system design.
Parking Management System A Java-based parking management system that allows users to reserve spots, check in/out vehicles, and track availability. Features OOP principles, file I/O for data storage, and a console-based interface. Built for efficient parking lot operations with admin controls.
Dark Ritual Hangman 🕯️ — A dark-fantasy twist on the classic Hangman game, featuring arrow-key navigation, ASCII animations, dripping blood effects, and cursed lore revealed as you play.
Developed an application that generates indoor rock climbing workouts, tailored to the user's preferences, by employing Java, Object-Oriented Programming, and File I/O. User inputs such as climbing type, difficulty level, repetition count, and workout intensity are taken into consideration
A Java console app for managing books, users, and borrowing. Features OOP, file I/O, and CSV data persistence. Add, update, and track books/users with robust error handling. Scalable with 50 books, 20 users, 30 transactions. Ideal for SDE portfolios.