Product Showcase
Spartan C# Dot Net (spartancsharp.net)
This is the code base for the creation of this web site. It includes a Class Library that performs the data access with the Azure Cosmos DB, an ASP.NET MVC (Model-View-Controller) web application hosted as an Azure Web App for the public-facing front end (i.e. this site), and a Windows Presentation Foundation (WPF) application to manage the CRUD operations to and from the database on my local machine.
Gaussian 16 Database
As a former theoretical and computational chemist, I maintained my interest in the field, even after it was no longer a profession. I would run molecular structure calculations using the Gaussian 16 program, but I needed a place to organize and summarize the resulting output data. Originally, I was using a Microsoft Access database, but I transitioned that over to a SQL database and built a fully functional front end in C# using a Windows Forms Application.
Unit Conversion App
This application, created as part of Tim Corey's C# Challenge, is an open-source WIndows Application that converts between metric, U.S., Imperial and other units.
tRNA Conformation Searching
This was my very first coding project for which I was paid. I was a paid research assistant in computational chemistry during the summers of my undergraduate honours degreee. The work involved continuing building this application, which took in a base sequence of a transfer RNA molecule and predicted its most energetically favourable conformation.