update content
This commit is contained in:
parent
2655a48cf6
commit
f09a2ce6b2
@ -31,7 +31,7 @@
|
||||
:root {
|
||||
--background-color: #000000;
|
||||
--text-color: #FFFFFF;
|
||||
--text-color-dim: #DDC0C0;
|
||||
--text-color-dim: #C0C0C0;
|
||||
}
|
||||
|
||||
.mobile-only {
|
||||
@ -42,6 +42,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: archer;
|
||||
background-color: var(--background-color);
|
||||
@ -113,10 +117,17 @@ a {
|
||||
|
||||
.section .block .content {
|
||||
margin-top: 0.5em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: circle;
|
||||
padding-inline-start: 1.5em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.spaced li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.proficiencies .block {
|
||||
@ -134,7 +145,7 @@ ul {
|
||||
:root {
|
||||
--background-color: #FFFFFF;
|
||||
--text-color: #000000;
|
||||
--text-color-dim: #332020;
|
||||
--text-color-dim: #333333;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -186,10 +197,10 @@ ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
strong, .title {
|
||||
strong, .title, .descriptor {
|
||||
font-weight: inherit;
|
||||
color: var(--text-color);
|
||||
font-style: italic;
|
||||
/* font-style: italic; */
|
||||
}
|
||||
|
||||
.body {
|
||||
|
||||
@ -187,18 +187,24 @@
|
||||
</div>
|
||||
<div class="block experience">
|
||||
<div class="content">
|
||||
<ul>
|
||||
<ul class="spaced">
|
||||
<li>
|
||||
Implemented new designs for a greenfield rewrite of an e-commerce order form, using <strong>Vue.js</strong> and <strong>.NET</strong>.
|
||||
<strong><em>Full Stack Developer</em> ~</strong> I've spent 5+ years creating complex applications, working across all layers in <strong>Vue.js</strong>, <strong>.NET</strong>, and other supporting technologies.
|
||||
</li>
|
||||
<li>
|
||||
Worked closely with product owners to quickly pivot development based on feedback and product goals.
|
||||
<strong><em>Quality Code</em> ~</strong> I lead technical design for many new features, regularly lead efforts to refactor existing code and <strong>eliminate tech debt</strong>, and monitor others' changes for readability and best practices.
|
||||
</li>
|
||||
<li>
|
||||
Ran and updated <strong>Azure DevOps</strong> pipelines, facilitating seamless deployment of applications to multiple environments.
|
||||
<strong><em>Deployment Management</em> ~</strong> I use <strong>Git</strong> and <strong>Azure DevOps</strong> to continuosly deploy changes to several development environments. Also, I coordinate scheduled cross-application production releases using DevOps, <strong>Sitefinity</strong>, and <strong>Octopus Deploy</strong>.
|
||||
</li>
|
||||
<li>
|
||||
Worked in tandem with other teams to build an ecosystem of independent but interconnected business applications.
|
||||
<strong><em>Agile Trained</em> ~</strong> I participate in <strong>Agile</strong> ceremonies, and work with the team and management to re-assess and refine those ceremonies to best suit our needs.
|
||||
</li>
|
||||
<li>
|
||||
<strong><em>Dynamic Workspace</em> ~</strong> I communicate closely with business partners to prioritize critical initiatives, provide realistic expectations and estimates for changes, and put development effort towards the most effective causes.
|
||||
</li>
|
||||
<li>
|
||||
<strong><em>Site Reliability</em> ~</strong> I participate in the team's <strong>on-call rotation</strong>, using technologies such as <strong>Dynatrace</strong>, <strong>Solarwinds</strong>, <strong>Prometheus</strong> and <strong>OpsGenie</strong> to monitor production environments, diagnose critical issues, and resolve them with minimized impact during business hours.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -255,6 +261,14 @@
|
||||
Full-stack Developer ~ 2023 - Present
|
||||
</div>
|
||||
</div>
|
||||
<div class="block agile sidebar">
|
||||
<div class="title">
|
||||
Certified Scrum Master
|
||||
</div>
|
||||
<div class="content">
|
||||
Scrum Alliance, 2024
|
||||
</div>
|
||||
</div>
|
||||
<div class="block uva sidebar">
|
||||
<div class="title">
|
||||
University of Virginia
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user