Selected work

Public sector

Standardized Incident Reporting Platform

A bilingual incident-reporting application for fire departments across the province — structured multi-section forms, dashboards, history, reporting and document handling.

RoleArchitect & Senior DeveloperPeriod2020 — presentWhereOntario public sector
Abstract illustration: scattered strokes resolving into ordered form rows, one underlined in burgundy
400+
Fire departments
500+
Municipalities reached
1,500+
Users on the platform
5,000+
Cases handled annually

The signature piece

A reusable severity-aware validation framework bridging FluentValidation and Blazor. It discovers validators by reflection, instantiates them through dependency injection, and renders the same ruleset two ways: blocking errors that prevent save, and advisory warnings the user can acknowledge and proceed past.

It pairs with a government-style accessible error summary — a 'There is a problem' heading, role=alert semantics, and automatic scroll-and-focus management — so validation is usable with a screen reader, not just visible.

Why it matters

Incident data feeds provincial statistics and prevention programs, so correctness and completeness compete with front-line practicality. Severity-aware validation resolves that tension: mandatory fields hold the line while advisory rules coach rather than block.

Localization is structural — ResX resources with a custom localizer wired into the component library, so French is a first-class experience rather than a translation pass.