Skip to content

Commit eecebdf

Browse files
committed
Added a blurb for self employment
1 parent a74fe73 commit eecebdf

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

src/data/experience.ts

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,35 @@ import type { Props as ExperienceProp } from "../components/experience/props";
22

33
export const EXPERIENCE: ExperienceProp[] = [
44
{
5-
dates: "October 2024 — Present",
6-
title: "Cloud Engineer",
5+
dates: "April 2025 — Current",
6+
title: "Independant Software Engineer",
7+
company: "Moriarty Engineering",
8+
companyUrl: "https://www.moriartyengineering.com",
9+
description:
10+
"I designed and shipped a series of end-to-end software and hardware projects spanning embedded systems, \
11+
full-stack web development, infrastructure, and game development. Highlights include building an \
12+
ESP32/CircuitPython system that delivers real-time subway arrival data to an LED matrix display; \
13+
creating and self-hosting a web comic platform using Svelte and PM2; architecting and operating a personal \
14+
virtualization lab with 20+ VMs and 40+ containers to securely provide open-source alternatives to common \
15+
cloud services for friends and family; developing a real-time location-aware web application for \
16+
Somerville Porchfest 2025; and releasing a small cross-platform game built with the Godot engine. \
17+
Collectively, these projects demonstrate strong ownership, systems thinking, and the ability to take ideas \
18+
from concept through deployment and real-world use.",
19+
technologies: [
20+
"XCP-ng",
21+
"Xen Orchestra",
22+
"SAN",
23+
"Networking",
24+
"ESP32",
25+
"Python",
26+
"Docker Compose",
27+
"Svelte",
28+
],
29+
logo: "/logos/mpc.png",
30+
},
31+
{
32+
dates: "October 2024 — April 2025",
33+
title: "Virtualization Infrastructure Contractor",
734
company: "Minor Planet Center (Contract)",
835
companyUrl:
936
"https://www.cfa.harvard.edu/facilities-technology/cfa-facilities/minor-planet-center",

0 commit comments

Comments
 (0)