commit d45cd7323c93ad6f53f6d70800aa8181826edab6
parent e84e487764f5edbe8667ced56e7a5884f8d7e1d4
Author: dwrz <dwrz@dwrz.net>
Date: Sat, 10 May 2025 15:05:49 +0000
Update cv
Diffstat:
3 files changed, 86 insertions(+), 4 deletions(-)
diff --git a/cmd/web/site/static/css/dwrz.css b/cmd/web/site/static/css/dwrz.css
@@ -76,6 +76,10 @@ ul {
margin: 1em auto 1em auto;
}
+ul ul, ul ol, ol ul, ol ol {
+ font-size: 1em;
+}
+
h1 {
font-size: 2.5em;
hyphens: none;
diff --git a/cmd/web/site/templates/static/cv-experience.gohtml b/cmd/web/site/templates/static/cv-experience.gohtml
@@ -2,6 +2,85 @@
<h2 class="bg-blue white" id="experience">Experience</h2>
<div class="split-row">
<h3>
+ Founding Engineer
+ </h3>
+ <h3 class="text-right-if-wide">
+ <a href="https://www.museumexchange.com/">Museum Exchange</a>
+ </h3>
+ </div>
+ <h4 class="gray3 italic">November 2023 – Present</h4>
+ <ul>
+ <li>
+ As sole engineer, took over aging Go and React based MVP and built a new
+ and expanded implementation in Go.
+ <ul>
+ <li>
+ Built donation management system featuring object listing, catalogue
+ viewing, and proposal and donation workflows.
+ </li>
+ <li>
+ Developed comprehensive admin portal including donation kanban board,
+ reporting systems, and metrics dashboards.
+ </li>
+ <li>
+ Implemented asynchronous worker infrastructure for bulk uploads,
+ metrics, report generation, and notifications.
+ </li>
+ <li>Integrated Dropbox Sign for digital agreements.</li>
+ </ul>
+ <li>
+ Architected new database schema, migrated data, and refactored
+ queries to utilize MongoDB aggregations.
+ </li>
+ <li>
+ Implemented responsive frontend components and templates with Bootstrap
+ and custom CSS.
+ </li>
+ <li>Managed AWS infrastructure and deployment of services.</li>
+ <li>
+ Mentored interns on backend and frontend development and best
+ practices; conducted code review on their PRs.
+ </li>
+ </ul>
+ <div class="split-row">
+ <h3>
+ Founder
+ </h3>
+ <h3 class="text-right-if-wide">
+ <a href="https://www.chimeric.al/">Chimerical LLC</a>
+ </h3>
+ </div>
+ <h4 class="gray3 italic">March 2023 – Present</h4>
+ <ul>
+ <li>
+ Iterating on an E-commerce platform written in Go and PostgreSQL; focus
+ on progressive enhancement and rapid order placement.
+ </li>
+ </ul>
+ <div class="split-row">
+ <h3>
+ Senior Site Reliability Engineer
+ </h3>
+ <h3 class="text-right-if-wide">
+ <a href="https://www.wish.com/">Wish</a>
+ </h3>
+ </div>
+ <h4 class="gray3 italic">April 2023 – November 2023</h4>
+ <ul>
+ <li>
+ Led incident response as both analyst and coordinator during on-call
+ rotations.
+ </li>
+ <li>
+ Identified and resolved site performance and security issues.
+ </li>
+ <li>
+ Created weekly site status report generator (Go, incident.io API) and
+ added support for DORA and other SRE metrics.
+ </li>
+ </ul>
+ <div class="split-row">
+ <h3>
Vice-President of Engineering
</h3>
<h3 class="text-right-if-wide">
diff --git a/cmd/web/site/templates/static/cv-skills.gohtml b/cmd/web/site/templates/static/cv-skills.gohtml
@@ -1,11 +1,10 @@
{{ define "cv-skills" }}
<h2 class="bg-blue white" id="skills">Skills</h2>
- <h3>Proficient</h3>
<p>
- AWS, bash, Containers, Go, git, Linux, MongoDB, PostgresSQL, REST APIs, System Design
+ AWS, bash, Containers, CSS, Go, git, HTML, JavaScript, MongoDB,
+ PostgresSQL, REST APIs, Schema and System Design
</p>
- <h3>Experienced</h3>
<p>
- C, CSS3, Emacs Lisp, HTML, OpenBSD, Python, x86 Assembly
+ C, Emacs Lisp, Linux, Networking, OpenBSD, Python, System Administration
</p>
{{ end }}