Sean G. Wright
Sean G. Wright

Sean G. Wright

Akron, Ohio

I am a lifetime apprentice with the desire to be a master craftsman.

Professionally I fill the role of software engineer as a student, educator, mentor, leader, team member.

Experience

Chief Solutions Architect

May 2013 - Present

Leading the development team in new technology use, implementing best practices, daily training and education.

Architecting and developing web sites / applications built using Angular, AngularJs, Vuejs, Kentico Xperience and ASP.NET Web API/MVC, ASP.NET Core.

Consulting for clients needing techincal leadership and assistance for in-house development teams.

Managing and architecting Azure cloud operations / hosting services including DNS, development / production environments, deployments, CI/CD, performance monitoring, and provisioning.

https://www.wiredviews.com

Founding Partner
IT Director
Web Application Developer

December 2012 - Present

Web developer (CSS, Javascript, PHP, Mariadb, Wordpress, Docker, ASP.NET Core, VueJs) for B2B online publication catering to the Craft Beer Industry.

Managing web development, social media, videography, client advertising campaigns, e-newsletter, web hosting, DNS.

https://www.craftbrewingbusiness.com

Web Developer
IT Operations Manager

September 2011 - May 2013
J.B. Dollar Stretcher Magazine

Developing propriertary web applications for ERP, service/product contracts, and CRM using ASP, ASP.NET, MS SQL Server, and MS Access Db.

Maintaining and configuring all physical and digital computing resources, including work stations, networking, file servers, web servers, backup managment, and inventory.

Education

Kent State University

Bachelor of Science
Computer Science
2008

Kent State University

Bachelor of Arts
Mathematics
2008

Skills

Things I Use

daily
weekly
monthly
yearly

Community

Talks & Presentations

Conferences

  • Kentico Xperience Connection 2020 Attendee / Speaker
  • Kentico Connection Attendee 2019 Attendee / Speaker
  • Ng Conf Attendee from 2014-2019

Interests

Software Development

Technologies
  • ASP.NET Core
  • Azure Functions
  • Progressive Web Apps
  • Vue.Js (Nuxt.Js)
  • F#
  • Azure Cosmos DB
  • Angular architecture
Methodologies
  • Unit Testing
  • Dependency Injection
  • Domain Driven Design
  • AOP (Aspect Oriented Programming)
  • Functional Programming
  • Continuous Integration

Projects

Xperience Page Template Utilities

Utilities to help quickly create and register MVC Page Templates in Kentico Xperience

In Kentico Xperience, Page Templates are one of the best ways to build out sites. This library helps streamline their integration into an ASP.NET Core application.

GitHub repsitory NuGet Package

Kentico Xperience Style Guide

A guide to help developers build better and more consistent Kentico Xperience applications

This style guide is the result of observations that the Kentico Xperience community has on building applications with Xperience.

It's a high level collection of (slightly) opinionated recommendations, considerations, and avoidances that a developer should follow when working on a Kentico Xperience project.

GitHub repsitory GitHub Discussions

Xperience Query Debugger

An ASP.NET Core Tag Helper that toggles content visibility

This project provides an ASP.NET Core Tag Helper to help toggle the rendering of markup in a Razor View based on the Kentico Xperience Page Builder mode of the current request.

It also includes an abstraction over Xperience's Page Builder / Preview modes with the `IPageBuilderContext` interface.

GitHub repsitory

Xperience Query Debugger

A demo .NET console application for easy query debugging in Kentico Xperience applications

This project enables fast debugging of Kentico Xperience Data and Object queries with minimal overhead.

  • Log to Debug
  • Log to File
  • Works with .NET local User Secrets
GitHub repsitory

Clean Kentico Xperience

Kentico Xperience 12 and 13 with Clean Architecture Patterns

This project is an attempt to apply Clean Architecture patterns to a Kentico Xperience application.

  • CQRS
  • Decoration via C# generics
  • Separation of business logic core from persistence and presentation
GitHub repsitory

Payroll Processor

Sample HRIS application where a list of employees and their payroll information would be available in report format.

This project is an exploration of multiple interesting technologies.

  • CosmosDb
  • C# LanguageExt (Functional patterns in C#)
  • Azure Storage Queues
  • Azure Functions
  • ASP.NET Core API
  • Angular 10 client app
  • Full VS Code development support
  • Fully offline local development
GitHub repsitory

Xperience Font Awesome Integrator

.NET global tool that helps integrate Font Awesome 5 into the Kentico Xperience content management application

Creates text manifest file, manipulates Font Awesome stylesheet, and performs file system transformations for use in Xperience.

GitHub repsitory

Kentico Fluent Cache Keys

Utility library for generating consistent cache dependency keys for Kentico CMS applications.

Generates type and pattern safe cache dependency keys for Kentico CMS / Xperience using a fluent C# interface.

GitHub repsitory

Akita Demo

Akita State Management Library + Angular Demo

This is an Angular 9 application that demos how to use Akita for state management.

It also uses MirageJs as an in-browser API server.

The minimal (but important) architecture separates the Commands from the Queries. Changes to state (Commands) are performed through the Movie Serivce while the stream of state change events is accessed through the Movie Query .

Two different components show how state can be rendered as individual event streams or as one stream of complex events .

GitHub repsitory