Raspberry Pi controlled autonomous vehicle with manual keyboard control and LiDAR-based autonomous navigation.
- Combines robotics-style control logic with real-world sensor input.
- Supports both manual keyboard control and autonomous navigation modes.
- Demonstrates hands-on work with embedded hardware, sensor integration, and hardware APIs.
- Shows practical embedded systems development and robotics experimentation.
Collection of Python automation demos for DJI Tello drone including flight control, computer vision integration, and utility functions.
- Structured as a set of demos and helper scripts for drone control and experimentation.
- Includes modules for depth sensing, facial recognition, and interactive testing.
- Demonstrates practical experimentation with hardware APIs and vision workflows.
- Showcases automation capabilities with physical devices.
Unity game project that recreates the core feel of Fruit Ninja as a gameplay and mechanics exercise.
- Built as a game replica to practice mechanics, interaction, and scene organization.
- Demonstrates hands-on work with Unity project structure and C# scripting.
- Represents a clean example of gameplay-focused prototyping.
Desktop calculator application built as a focused C# project for interface logic and utility functionality.
- Small but complete desktop application with a clear utility use case.
- Useful as a showcase of UI wiring, event handling, and application structure in C#.
- Reflects an early foundation in desktop software development.
Tabbed text editor desktop application built in C# as a compact productivity tool.
- Supports multiple tabs for working with more than one text document at a time.
- Represents a lightweight editor built around practical desktop functionality.
- Shows experience with classic application flows and local file interaction.
C# project used to experiment with database connections and score-oriented data persistence.
- Pairs a C# application with SQL backend for data persistence work.
- Focused on learning and testing database connectivity concepts.
- Example of early full-stack desktop plus database experimentation.
Angular practice project for exploring component-based frontend development patterns.
- Based on the Tour of Heroes style training project structure.
- Includes standard Angular configuration, dev server, and testing setup.
- Represents early frontend practice with TypeScript and Angular conventions.
Android calendar application developed as part of academic coursework.
- Repository contains a calendar app Android project and supporting files.
- Demonstrates work on mobile application structure in Java.
- Reflects coursework-driven software development with practical end-user features.