update content
This commit is contained in:
parent
2655a48cf6
commit
f09a2ce6b2
@ -31,7 +31,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--background-color: #000000;
|
--background-color: #000000;
|
||||||
--text-color: #FFFFFF;
|
--text-color: #FFFFFF;
|
||||||
--text-color-dim: #DDC0C0;
|
--text-color-dim: #C0C0C0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-only {
|
.mobile-only {
|
||||||
@ -42,6 +42,10 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: archer;
|
font-family: archer;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
@ -113,10 +117,17 @@ a {
|
|||||||
|
|
||||||
.section .block .content {
|
.section .block .content {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
|
padding-inline-start: 1.5em;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.spaced li {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.proficiencies .block {
|
.proficiencies .block {
|
||||||
@ -134,7 +145,7 @@ ul {
|
|||||||
:root {
|
:root {
|
||||||
--background-color: #FFFFFF;
|
--background-color: #FFFFFF;
|
||||||
--text-color: #000000;
|
--text-color: #000000;
|
||||||
--text-color-dim: #332020;
|
--text-color-dim: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -186,10 +197,10 @@ ul {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong, .title {
|
strong, .title, .descriptor {
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-style: italic;
|
/* font-style: italic; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
|
|||||||
@ -187,18 +187,24 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="block experience">
|
<div class="block experience">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ul>
|
<ul class="spaced">
|
||||||
<li>
|
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -255,6 +261,14 @@
|
|||||||
Full-stack Developer ~ 2023 - Present
|
Full-stack Developer ~ 2023 - Present
|
||||||
</div>
|
</div>
|
||||||
</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="block uva sidebar">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
University of Virginia
|
University of Virginia
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user