Skip to content

Commit d1da214

Browse files
committed
docs: add spore to experience
1 parent b0ccaeb commit d1da214

File tree

4 files changed

+67
-140
lines changed

4 files changed

+67
-140
lines changed

content/data/experience.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
titles:
22
work: Work
3-
# startup: Startups
3+
startup: Startups
44
club: Clubs
55

66
experience:
@@ -47,19 +47,21 @@ experience:
4747
- companyName: Fairview H.S. Web Team
4848
title: Webmaster
4949
location: Boulder, Colorado
50+
logo: /assets/experience/webteam-full.jpg
5051
type: club
5152
content: |
5253
- Programmed and co-managed an organization of 8 members which maintained Fairview High School's student-run website, written with Ruby On Rails and has over 400,000 lines of code and nearly 5,000 commits; on average it served over 100,000 weekly page views from students, staff, and parents.
5354
- Worked on a content creation system (akin to Weebly or Squarespace) that helps our counselors create helpful and engaging content for students and parents; collaborated with counselors.
5455
- Created Silent Auction, a responsive web application written for the school's National Honor Society used by parents and students to bid on charity items.
5556
5657
# Startups
57-
- companyName: Shivoo
58+
- companyName: Spore
5859
title: Fullstack Engineer
59-
location: Boulder, Colorado
60-
logo: /assets/experience/shivoo.png
60+
location: Golden, Colorado
61+
logo: /assets/experience/spore.svg
6162
type: startup
6263
content: |
63-
- Creating a website that coordinates event creation that's targeted at college campuses.
64-
- Developed the website using Next.js.
65-
- Connected with headless CMS to enable marketing team to edit website content without programmer intervention.
64+
- Worked on Kubernetes backend infrastructure.
65+
- Integrated Kubernetes with FluxCD to move to a GitOps workflow.
66+
- Enabled seamless deployment of applications via GitHub Actions CI.
67+
# - Implemented backups for ScyllaDB.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@mdx-js/react": "^1.6.22",
1919
"@octokit/graphql": "^4.8.0",
2020
"@plaiceholder/base64": "1.0.0",
21-
"@tailwindcss/typography": "0.4.1",
21+
"@tailwindcss/typography": "0.5.2",
2222
"autoprefixer": "10.3.1",
2323
"clsx": "1.1.1",
2424
"framer-motion": "3.10.6",
@@ -41,7 +41,7 @@
4141
"remark-unwrap-images": "3.0.1",
4242
"sharp": "0.29.0",
4343
"tailwind-styled-components": "^2.1.4",
44-
"tailwindcss": "2.2.19",
44+
"tailwindcss": "3.0.23",
4545
"unified": "10.1.0",
4646
"unist-util-visit": "2.0.3",
4747
"vfile": "5.2.0",

0 commit comments

Comments
 (0)