Project #1 — Full Stack Web Application

TaskMaster Platform

Enterprise task management software built on C# .NET Core and React.

ReactTypeScriptNext.js.NET CoreSQL ServerStorybookTailwind CSS
Authentication & Login Portal

Technical & Architectural Highlights

System Architecture

Clean Architecture (Onion Pattern) with strict separation into Core Domain, Application, Infrastructure, and API presentation layers.

OOP & Design Patterns

Inheritance for generic repository patterns, Encapuslation of domain entity behaviors, Interfaces for Dependency Injection (`ITaskService`, `IUserRepository`), and Polymorphic response handling.

Core Functions & Logic

CQRS Handler pattern with MediatR for commands/queries, JWT token generation middleware, async EF Core LINQ query expressions, and custom optimistic concurrency handlers.

Database & State

Microsoft SQL Server with EF Core Migrations, dynamic filtering via LINQ, and React Context + Custom Hooks (`useTaskState`) for localized client-side UI updates.

Project #2 — Power Apps & Enterprise Automation

Enterprise Power Apps & Automation

Custom low-code business platform connected with Power Automate flows and SharePoint data engines.

Power AppsPower AutomateSharePointDataverseREST Connectors
Power Apps Dashboard

Platform Engineering Details

App Architecture

Modular canvas app UI architecture leveraging Power Fx expression logic, component-driven UI templates, and centralized error logging.

Object & Component Design

Modular Power Fx component scopes, encapsulated reusable screen controls, and data mapping through structured schema objects.

Flow Functions & Logic

Power Automate cloud flows using HTTP Webhooks, automated JSON parsing, condition-branching algorithms, and parallel branch execution for faster response times.

Data Engine Integration

SharePoint Online Lists & Dataverse schema, optimized through Power Fx `Filter()`, `LookUp()`, and `Patch()` functions designed for query delegation.

Project #3 — Custom CMS & UI/UX Design

Car Rental Platform (WordPress)

High-fidelity WordPress layout focusing on dark-mode aesthetics, responsive design, and UI design systems.

WordPressElementor ProFigmaTailwind ColorsResponsive Layouts
Hero Banner View

Engineering & CMS Implementation

Theme Architecture

Custom WordPress Theme System built over a structured design token library and optimized template hierarchy for custom post types.

OOP & Post Schema

Encapsulated Custom Post Types (CPTs) for vehicle fleets, modular PHP functions, and object-oriented theme setup hooks.

Custom Functions

Custom PHP functions for availability calculation, AJAX-driven dynamically filtered query hooks, and REST API integration endpoints.

Database Meta & Cache

MySQL relational database with custom meta fields for vehicle attributes, pricing schedules, and localized caching engines.