This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sean McHugh - Comprehensive Professional Data Source | |
## Executive Summary | |
Experienced software engineer and technical innovator with 12+ years of professional experience spanning full-stack development, AI/ML integration, embedded systems, mechanical engineering, and cloud architecture. Proven track record of building complex, production-ready systems from conception to deployment, with particular expertise in C#/.NET, JavaScript, Python, and emerging AI technologies. | |
--- | |
## Core Technical Competencies | |
### **Programming Languages** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" | |
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | |
xmlns:local="clr-namespace:App5" | |
xmlns:ViewModels="clr-namespace:App5.ViewModels" | |
x:Class="App5.MainPage"> | |
<ContentPage.BindingContext> | |
<ViewModels:MainViewModel /> | |
</ContentPage.BindingContext> |