Skip to content

Commit

Permalink
[chore] add expandable job details (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
riastrad authored Nov 26, 2024
1 parent 0568930 commit a9a41b0
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 8 deletions.
4 changes: 4 additions & 0 deletions _includes/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ ol ul {
margin: 0.5rem 0 0.5rem 0rem;
}

details ul {
list-style: "✔ ";
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
Expand Down
4 changes: 3 additions & 1 deletion _includes/work.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ permalink: /work/index.html
<h2>Experience</h2>
{% for job in joblist | reverse %}
<div>
✱ <b>{{ job.data.company }}</b> | <em>{{ job.data.role }}</em> | {{ job.data.time }}
<details><summary><strong>{{ job.data.company }}</strong> | <em>{{ job.data.role }}</em> | {{ job.data.time }}</summary>
{{ job.content | safe }}
</details>
</div>
{% endfor %}

Expand Down
4 changes: 4 additions & 0 deletions bin/dictionary-supplement.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
observability
100M
1M
3B
Parel
Kerala
Cossery
Expand Down
6 changes: 5 additions & 1 deletion jobs/excella.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ date: 2016-04-27
permalink: false
tags:
- job
---
---


- Maintained, executed, and validated a Big Data model for a consumer loyalty program with +75 million members and +6,000 participating properties worldwide
- Improved the accuracy of the same Big Data model financial model by +$17 million
5 changes: 4 additions & 1 deletion jobs/mapbox-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ date: 2018-05-01
permalink: false
tags:
- job
---
---

- Supported the mobile integration and launch of large, medium, and small customers
- Answered customer questions on Stack Overflow, consistently remaining in the top 18% of users on the site
8 changes: 6 additions & 2 deletions jobs/mapbox-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
role: Software Engineer
company: Mapbox
time: Jul. 2019 - Jan. 2022
date: 2019-07-01
date: 2019-07-01
permalink: false
tags:
- job
---
---

- Maintained operationally excellent service during period of rapid adoption, where daily traffic increased from ~100M requests per day to ~3B requests per day
- Improved key aspects of service's internal asset fetching in order to support traffic spikes of 1M requests per second
- Researched, designed, and implemented new feature that allowed customers to modify map styles and data at the time of request
5 changes: 4 additions & 1 deletion jobs/mps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ date: 2015-01-01
permalink: false
tags:
- job
---
---

- Crafted strategic recommendations for the Stakeholder Engagement and Organizational Change Management Division to improve the federal client’s understanding of a software development project’s potential impacts for +32,000 users
- Optimized data gathering processes to decrease the level of effort on client-facing reports and work products
5 changes: 5 additions & 0 deletions jobs/sofar-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ permalink: false
tags:
- job
---

- Stabilized and scaled APIs supporting the generation and retrieval of marine weather data
- Identified and addressed observability gaps for backend services, implementing preferred solution and guiding adoption among other teams Planned, designed, and implemented multiple features for a marine weather-focused TypeScript library
- Built and distributed custom tooling to quickly inspect large, 10-day weather forecasts
- Rewrote all public facing documentation for the marine weather product offerings
7 changes: 5 additions & 2 deletions jobs/uchicago.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
role: Research Assistant
company: University of Chicago, Department of Geography
time: Sep. 2013 - Sep. 2014
date: 2013-09-01
date: 2013-09-01
permalink: false
tags:
- job
---
---

- Conducted primary-source archival research informing multiple academic projects, including a forthcoming book
on the geographic morphology of 19th century breweries in San Francisco, CA
3 changes: 3 additions & 0 deletions jobs/writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ permalink: false
tags:
- job
---

- Writing and pitching essays on technology, labor, and my personal experience with both to a variety of established non-fiction outlets (see [writing](/writing) for success stories).
- Finalizing a 90,000 word literary manuscript dealing with questions of technology, memory, and grief.

0 comments on commit a9a41b0

Please sign in to comment.