Skip to content

Instantly share code, notes, and snippets.

@TheBrambleShark
Last active May 3, 2021 01:24
Show Gist options
  • Select an option

  • Save TheBrambleShark/882798eb13c1a091559859178d26cbc2 to your computer and use it in GitHub Desktop.

Select an option

Save TheBrambleShark/882798eb13c1a091559859178d26cbc2 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Devin Duanne",
"label": ".NET Developer",
"image": "https://cdn.discordapp.com/attachments/468748717684686868/838571583815286824/1526425392360.png",
"email": "devin.duanne@protonmail.com",
"summary": "C# development in desktop, front end, or full stack roles with server administration and application management duties.",
"location": {
"city": "Merriam",
"countryCode": "US",
"region": "Kansas"
},
"profiles": [
{
"network": "LinkedIn",
"username": "Devin Duanne",
"url": "https://www.linkedin.com/in/devin-duanne-97793a135/"
}
]
},
"work": [
{
"name": "TAFS, Inc.",
"position": "RPA Developer",
"startDate": "2019-09-01",
"highlights": [
"Developed and maintained automation tasks in UiPath.",
"Implemented SCRUM model into application development tasks.",
"Created and modified SQL tables and stored procedures.",
"Developed in-house extensions for UiPath to improve bot reliability and speed.",
"Developed direct billing integration between internal billing portal and customer TMS system.",
"Automated new hire reporting to E-Verify",
"Developed an HTML-based report engine to replace Crystal Reports",
"Developed application which parses, conditionally modifies, and sorts EDI X12 204 motor carrier load tenders for routing into AS400.",
"Created a bot which downloads new hire documentation from UltiPro and uploads it into RVI through the AS400 console.",
"Worked with a coworker to upgrade an image recognition system used to process scanned invoices to improve speed and reliability."
]
},
{
"name": "eScreen, Alere eScreen, Abbott Rapid Diagnostics",
"position": "Application Support Specialist",
"startDate": "2015-08-01",
"endDate": "2019-06-01",
"highlights": [
"Subject Matter Expert for Ivanti Endpoint Manager (formerly LANDesk Management Suite).",
"Lead the upgrade of our LANDesk environment to version 2016.3 SU 3",
"Developed and maintained software deployment packages.",
"Maintained Active Directory user accounts.",
"Designed an imaging environment using C# and AutoIT to allow our build engineers to quickly image and install supporting software on our medical testing devices.",
"Developed a web portal with ASP.NET Core which aggregated logs and other technical information to display device health for over 6000 medical testing devices deployed to customer sites.",
"Developed tools for our client support team to automate some resolution tasks."
]
}
],
"volunteer": [
{
"organization": "Naka-Kon Japanese Cultural Association",
"position": "Assistant Convention Chairman, Operations",
"url": "https://naka-kon.com",
"startDate": "2020-03-01",
"summary": "Educational nonprofit specializing in Japanese culture and media.",
"highlights": [
"Designed and in the process of developing an internal web application designed to automate HR tasks such as onboarding and offboarding, standardize procedures, and provide enhanced tooling for filing employee paperwork.",
"Designed and maintained community chat room with Discord to enable convention attendees and staff to connect outside of the convention season.",
"Worked with our programming team to provide technical support for our 2020 virtual convention by streaming events through Twitch and Discord and developing supporting bots.",
"Worked with my chairman to advise on policy decisions for the association, such as our convention mask and social distancing policies.",
"Worked with our Access Control and HR teams to design training for community moderators"
]
}
],
"skills": [
{
"name": ".NET Development",
"level": "5 years",
"keywords": [
"C#",
".NET Framework",
".NET Core",
".NET",
"Console"
]
},
{
"name": "Desktop Development",
"level": "5 years",
"keywords": [
"C#",
"Java/Kotlin",
"AutoIT"
]
},
{
"name": "Scripting",
"level": "5 years",
"keywords": [
"Bash",
"Batch",
"Powershell"
]
},
{
"name": "Web Development",
"level": "2 years",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
},
{
"name": "Database Administration",
"level": "3 years",
"keywords": [
"MySQL",
"Microsoft SQL",
"PostgreSQL"
]
},
{
"name": "Server Administration",
"level": "3 years",
"keywords": [
"Windows Server 2012-2019",
"CentOS/RHEL",
"Windows Active Directory"
]
},
{
"name": "Workstation Administration",
"level": "3 years",
"keywords": [
"Windows 7-10",
"Ubuntu",
"Fedora"
]
},
{
"name": "Service Administration",
"level": "1 year",
"keywords": [
"Docker",
"Kubernetes"
]
},
{
"name": "Application Administration",
"level": "1 year",
"keywords": [
"UiPath",
"Ivanti Endpoint Manager (formerly LANDesk Management Suite)"
]
},
{
"name": "Other Technologies",
"level": "4 years",
"keywords": [
"WinUI",
"Entity Framework Core",
"git",
"nuget"
]
}
],
"interests": [
{
"name": "Cosplay",
"keywords": [
"Costume design and building",
"501st Legion - Star Wars Costuming Group"
]
},
{
"name": "DJing",
"keywords": [
"Live music mixing",
"Electronic dance music"
]
},
{
"name": "Writing",
"keywords": [
"Science fiction",
"Medieval Fantasy"
]
},
{
"name": "Roleplaying Games",
"keywords": [
"Dungeons and Dragons",
"Pathfinder",
"Homebrew"
]
}
],
"projects": [
{
"name": "DotNet Runtime",
"description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
"highlights": [
".NET Core 2 - System.Reflection.Emit.Label implements IEquatable<Label> (https://github.com/dotnet/corefx/pull/35673)",
".NET 6 - Allow for specified return value on System.Linq.Enumerable.*OrDefault - (https://github.com/dotnet/runtime/pull/48886)"
],
"url": "https://github.com/dotnet/runtime",
"entity": "DotNet Foundation",
"keywords": [
"DotNet Core",
"DotNet"
]
},
{
"name": "MODiX",
"description": "MODiX is a moderation and analysis bot for Discord.",
"url": "https://github.com/discord-csharp/MODiX",
"entity": "DotNet Foundation Discord",
"keywords": [
"Discord",
"Moderation"
],
"highlights": [
"Add announcement capability (https://github.com/discord-csharp/MODiX/pull/470)",
"Move website url to bot config (https://github.com/discord-csharp/MODiX/pull/476)",
"Move PromotionLoggingHandler to Modix.Bot (https://github.com/discord-csharp/MODiX/pull/483)",
"Fix DataDog crash when running without analytics url (https://github.com/discord-csharp/MODiX/pull/549)"
]
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2021-05-02T15:53:00",
"theme": "elegant"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment