Androboard
Technologies: Vue.js, Laravel, Inertia.js
Androboard is a job search tool, as well as a journey through the innards of Vue.js and
Laravel.
HueLights
Technologies: Angular v18, TypeScript, JavaScript, Bootstrap
An exploration of Angular, making use of the Philips Hue API (v1). The application as of
right now can set light bulb states (on/off/color/name) with individual light bulbs as
well as groups.
TaskSystem
Technologies: C#, Blazor (SignalR), ASP.NET Core, Entity Framework Core
An Agile-like Task System, allowing the user to swap between a kanban view and a grid
view to perceive the same data in another representation. This application would be best
suited for a local network because it utilizes Blazor's SignalR technology, so any
latency you experience from the live demo is the latency between your location and my
server.
Macrose
Technologies: C#, WPF
Macrose is a macro player/recorder that makes use of the native Windows API to simulate
mouse and keyboard playback, allowing a user to automate tasks that require human input.
This project was an exploration of the MVVM pattern as well as exploring the internals
of XAML bindings.