add HTML5 resume
All checks were successful
build / build (push) Successful in 57s

This commit is contained in:
Nick Seguin 2024-06-25 19:36:38 -04:00
parent 633471ff7f
commit aee966d72c
Signed by: nseguin
GPG key ID: 68C99FA84079021D
6 changed files with 146 additions and 3 deletions

View file

@ -32,7 +32,7 @@
<div class="w-6 h-6">
<HeroIcon Kind="HeroIcon.DocumentText"/>
</div>
<a href="/static/resume.pdf">Resumé</a>
<a href="/resume">Resumé</a>
</span>
</a>
<a

View file

@ -0,0 +1,124 @@
@page "/Resume"
<PageTitle>Resumé</PageTitle>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
<h1 class="mt-4 text-4xl md:text-5xl lg:text-6xl font-extrabold text-[2rem] leading-10 tracking-tighter">
Nick Seguin
</h1>
<p class="mt-4 text-base leading-7 text-slate-900">
Full-stack software developer<br/>
<a href="mailto:nseguin42@gmail.com">nseguin42@gmail.com</a>
</p>
<div id="resume-accordion" data-accordion="open" data-active-classes="bg-white dark:bg-gray-900 text-gray-900 dark:text-white" data-inactive-classes="text-gray-500 dark:text-gray-400">
<h2 id="resume-skills-header">
<button type="button" class="flex items-center justify-between w-full py-5 font-medium rtl:text-right text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400 gap-3" data-accordion-target="#resume-skills-body" aria-expanded="true" aria-controls="resume-skills-body">
<span class="mt-10 text-2xl font-semibold leading-7 text-slate-900">Skills</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5 5 1 1 5"/>
</svg>
</button>
</h2>
<div id="resume-skills-body" class="hidden" aria-labelledby="resume-skills-header">
<div class="py-5 border-b border-gray-200 dark:border-gray-700">
<ul class="list-disc mt-4 text-base leading-7 text-slate-900">
<li>Windows application development with WinForms and WPF</li>
<li>Multi-platform application development with .NET MAUI, Xamarin, Avalonia</li>
<li>Web development with HTML, CSS, JavaScript, TypeScript, and ASP.NET (Razor, Blazor, ASP.NET MVC)</li>
<li>Backend development with C#, SQL Server, and Postgres</li>
<li>Systems administration and IT support for both Windows and Linux</li>
<li>Data analysis, business analytics and reporting, data visualization and interpretation</li>
<li>Solution-oriented design using principles of object-oriented and functional programming</li>
<li>CI/CD, DevOps, and Infrastructure as Code methodologies and tools</li>
<li>Integration and unit-testing, test automation, and test-driven design</li>
<li>Rigorous problem-solving, reasoning, and critical thinking skills with a strong emphasis on communication and clear articulation</li>
</ul>
</div>
</div>
<h2 id="resume-experience-header">
<button type="button" class="flex items-center justify-between w-full py-5 font-medium rtl:text-right text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400 gap-3" data-accordion-target="#resume-experience-body" aria-expanded="true" aria-controls="resume-experience-body">
<span class="mt-10 text-2xl font-semibold leading-7 text-slate-900">Experience</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5 5 1 1 5"/>
</svg>
</button>
</h2>
<div id="resume-experience-body" class="hidden" aria-labelledby="resume-experience-header">
<div class="py-5 border-b border-gray-200 dark:border-gray-700">
<h3 class="mt-4 text-xl font-semibold leading-7 text-slate-900">Software Developer</h3>
<p><em>O'Rourke Sales Company</em>, Davenport, IA</p>
<p>2022-2024</p>
<ul class="list-disc mt-4 text-base leading-7 text-slate-900">
<li>Developed and maintained ASP.NET MVC and API apps for both internal and B2B consumption</li>
<li>Developed and maintained relational OLAP routines for custom reporting and internal analytics using SQL Server, SSRS, and custom reporting software</li>
<li>Developed and maintained a suite of Node.JS workflows for JetBrains YouTrack to create an in-house IT ticketing platform</li>
<li>Developed and maintained third-party integrations via REST and SOAP APIs</li>
<li>Coordinated the migration of legacy applications from .NET Framework 4 to .NET 6 and later .NET 8</li>
<li>Developed and maintained libraries providing abstractions over our existing infrastructure to facilitate the development of loosely-coupled applications</li>
<li>Designed and implemented an Infrastructure as Code SDLC using declarative configuration of containerized applications</li>
<li>Developed and maintained a collection of Azure Pipelines to support complex build orchestration and deployment tasks on Azure DevOps Server</li>
<li>Developed and maintained an automated workflow for creating and consuming OpenAPI-compliant REST APIs with strongly typed clients</li>
</ul>
<h3 class="mt-4 text-xl font-semibold leading-7 text-slate-900">Graduate Teaching Assistant</h3>
<p><em>University of Iowa</em>, Iowa City, IA</p>
<p>2019-2022</p>
<ul class="list-disc mt-4 text-base leading-7 text-slate-900">
<li>Acted as the primary instructor for undergraduate math classes ranging from intermediate algebra to advanced engineering calculus.</li>
<li>Assisted in development of curricula and course materials as part of a transition to remote learning during the COVID-19 pandemic.</li>
<li>Tutored on a walk-in basis in the Mathematics Tutorial Lab.</li>
</ul>
<h3 class="mt-4 text-xl font-semibold leading-7 text-slate-900">Research Fellowship</h3>
<p><em>Florida Gulf Coast University</em>, Fort Myers, FL</p>
<p>2018-2019</p>
<ul class="list-disc mt-4 text-base leading-7 text-slate-900">
<li>Applied for and received the Seidler undergraduate research fellowship to pursue a research project in complex analysis and linear algebra.</li>
<li>Co-authored "Polynomially Isometric Matrices in Low Dimensions" with A. Condori and C. Brooks, which was accepted for publication in 2019. Gave a talk on the results at FGCU's ASPiRE conference.</li>
</ul>
<h3 class="mt-4 text-xl font-semibold leading-7 text-slate-900">Instructional Assistant</h3>
<p><em>Florida Gulf Coast University</em>, Fort Myers, FL</p>
<p>2017-2019</p>
<ul class="list-disc mt-4 text-base leading-7 text-slate-900">
<li>Helped teach and grade undergraduate math classes ranging from college algebra to advanced calculus.</li>
<li>Tutored on a walk-in basis for the Math Department Tutoring center.</li>
<li>Tutored individually for the Department of Athletics.</li>
</ul>
</div>
</div>
<h2 id="resume-education-header">
<button type="button" class="flex items-center justify-between w-full py-5 font-medium rtl:text-right text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400 gap-3" data-accordion-target="#resume-education-body" aria-expanded="true" aria-controls="resume-education-body">
<span class="mt-10 text-2xl font-semibold leading-7 text-slate-900">Education</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5 5 1 1 5"/>
</svg>
</button>
</h2>
<div id="resume-education-body" class="hidden" aria-labelledby="resume-education-header">
<div class="py-5 border-b border-gray-200 dark:border-gray-700">
<h3 class="mt-4 text-xl font-semibold leading-7 text-slate-900">M.Sc. Mathematics</h3>
<p><em>University of Iowa</em>, Iowa City, IA</p>
<p>2019-2022</p>
<ul class="list-disc mt-4 text-base leading-7 text-slate-900">
<li>Completed Ph.D coursework and passed qualifying exams in analysis, algebra, and topology.</li>
<li>Advisor: Dr. Benjamin Cooper</li>
<li>Co-authored "An incompatibility between spectrification and the Szabo spectral sequence" with B. Cooper and P. Paul. Used computational tools like SageMath (Python), CHomP, and knotkit (C++) to compute homological invariants in a data-driven approach to an open question in algebraic topology.</li>
</ul>
<h3 class="mt-4 text-xl font-semibold leading-7 text-slate-900">B.Sc. Mathematics</h3>
<p><em>Florida Gulf Coast University</em>, Fort Myers, FL</p>
<p>2016-2019</p>
<ul class="list-disc mt-4 text-base leading-7 text-slate-900">
<li>Graduated <em>magna cum laude.</em></li>
<li>Advisor: Dr. Erik Insko</li>
</ul>
</div>
</div>
</div>

View file

@ -13,6 +13,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"flowbite": "^2.3.0",
"tailwind-nord": "^1.3.0",
"tailwindcss": "^3.4.4"
}

View file

@ -20,6 +20,9 @@ importers:
'@tailwindcss/typography':
specifier: ^0.5.13
version: 0.5.13(tailwindcss@3.4.4)
flowbite:
specifier: ^2.3.0
version: 2.3.0
tailwind-nord:
specifier: ^1.3.0
version: 1.3.0
@ -74,6 +77,9 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
'@popperjs/core@2.11.8':
resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
'@tailwindcss/aspect-ratio@0.4.2':
resolution: {integrity: sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==}
peerDependencies:
@ -188,6 +194,9 @@ packages:
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines: {node: '>=8'}
flowbite@2.3.0:
resolution: {integrity: sha512-pm3JRo8OIJHGfFYWgaGpPv8E+UdWy0Z3gEAGufw+G/1dusaU/P1zoBLiQpf2/+bYAi+GBQtPVG86KYlV0W+AFQ==}
foreground-child@3.2.1:
resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==}
engines: {node: '>=14'}
@ -541,6 +550,8 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
'@popperjs/core@2.11.8': {}
'@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.4)':
dependencies:
tailwindcss: 3.4.4
@ -649,6 +660,11 @@ snapshots:
dependencies:
to-regex-range: 5.0.1
flowbite@2.3.0:
dependencies:
'@popperjs/core': 2.11.8
mini-svg-data-uri: 1.4.4
foreground-child@3.2.1:
dependencies:
cross-spawn: 7.0.3

View file

@ -7,6 +7,7 @@ export default {
'./Components/Shared/**/*.{razor,cshtml}',
'../NSeguin.Dev.Web.Client/Pages/**/*.{razor,cshtml}',
'../NSeguin.Dev.Web.Client/Shared/**/*.{razor,cshtml}',
"../node_modules/flowbite/**/*.js",
],
theme: {
colors: {
@ -149,7 +150,8 @@ export default {
require('@tailwindcss/typography'),
require('@tailwindcss/forms'),
require('@tailwindcss/aspect-ratio'),
require('@tailwindcss/container-queries')
require('@tailwindcss/container-queries'),
require('flowbite/plugin')
]
}
} satisfies Config

File diff suppressed because one or more lines are too long