|
20 | 20 | </p> |
21 | 21 |
|
22 | 22 | <div class="experiences"> |
| 23 | + <Experience |
| 24 | + role="Contracted Developer" |
| 25 | + icon="synthient.webp" |
| 26 | + company="Synthient" |
| 27 | + url="https://synthient.com" |
| 28 | + startDate={dayjs(new Date(2026, 0))} |
| 29 | + description="Developing the Golang SDK and CLI for Synthient as a contracted developer. Working on research and maintenance of core ingest services powering the aggregation of IPs. Working closely with Go, Redis, and REST APIs." |
| 30 | + /> |
23 | 31 | <Experience |
24 | 32 | role="Associate DevOps Engineer" |
25 | 33 | icon="kcftech.webp" |
26 | 34 | company="KCF Technologies" |
27 | 35 | url="https://kcftech.com" |
28 | 36 | startDate={dayjs(new Date(2025, 5))} |
29 | 37 | endDate={dayjs(new Date(2025, 11))} |
30 | | - description="I worked full-time at KCF Technologies for my RIT co-op during the summer and fall semesters as an Associate DevOps Engineer on the Core Platform team. I used technologies such as Terraform, AWS, Rust, and Python, along with various DevOps tools. My responsibilities included Linux system administration and implementing infrastructure as code solutions. I also worked on a core user permissions service REST API written in Rust." |
| 38 | + description="Worked on the Core Platform team during my RIT co-op, building infrastructure and backend services with Terraform, AWS, Rust, and Python, including Linux administration and a Rust-based permissions REST API." |
| 39 | + /> |
| 40 | + <Experience |
| 41 | + role="Engineering Developer" |
| 42 | + icon="stainless.webp" |
| 43 | + company="Stainless" |
| 44 | + startDate={dayjs(new Date(2022, 5))} |
| 45 | + endDate={dayjs(new Date(2022, 11))} |
| 46 | + url="https://stainless.com" |
| 47 | + description="Served as the automation project owner, spearheaded the company's API, built GitHub actions to automate delivery and testing, and worked closely with a small, talented developer team. Joined the company early on at ~3 developers." |
| 48 | + /> |
| 49 | + <Experience |
| 50 | + role="Contracted Developer" |
| 51 | + icon="rootly.webp" |
| 52 | + company="Rootly" |
| 53 | + startDate={dayjs(new Date(2021, 1))} |
| 54 | + endDate={dayjs(new Date(2021, 11))} |
| 55 | + url="https://rootly.com" |
| 56 | + description="Developed the official CLI for rootly.com and wrote its documentation, built a Go-based library for interacting with the Rootly API, and implemented both a GitHub action and a Homebrew tap for the CLI." |
31 | 57 | /> |
32 | | - |
33 | | - <div class="past-experiences"> |
34 | | - <Experience |
35 | | - role="Engineering Developer" |
36 | | - icon="stainless.webp" |
37 | | - company="Stainless" |
38 | | - startDate={dayjs(new Date(2022, 5))} |
39 | | - endDate={dayjs(new Date(2022, 11))} |
40 | | - url="https://stainless.com" |
41 | | - description="Served as the automation project owner, spearheaded the company's API, built GitHub actions to automate delivery and testing, and worked closely with a small, talented developer team." |
42 | | - /> |
43 | | - <Experience |
44 | | - role="Contracted Developer" |
45 | | - icon="rootly.webp" |
46 | | - company="Rootly" |
47 | | - startDate={dayjs(new Date(2021, 1))} |
48 | | - endDate={dayjs(new Date(2021, 11))} |
49 | | - url="https://rootly.com" |
50 | | - description="Developed the official CLI for rootly.com and wrote its documentation, built a Go-based library for interacting with the Rootly API, and implemented both a GitHub action and a Homebrew tap for the CLI." |
51 | | - /> |
52 | | - </div> |
53 | 58 | </div> |
54 | 59 |
|
55 | 60 | <a class="view-more" href="https://www.linkedin.com/in/matt-gleich/" target="_blank"> |
|
59 | 64 |
|
60 | 65 | <style> |
61 | 66 | .experiences { |
62 | | - display: flex; |
63 | | - flex-direction: column; |
64 | | - gap: 10px; |
65 | | - } |
66 | | -
|
67 | | - .past-experiences { |
68 | 67 | display: grid; |
69 | 68 | grid-template-columns: 1fr 1fr; |
70 | 69 | gap: 10px; |
|
75 | 74 | margin-bottom: 5px; |
76 | 75 | } |
77 | 76 |
|
78 | | - @media (max-width: 820px) { |
79 | | - .past-experiences { |
| 77 | + @media (max-width: 830px) { |
| 78 | + .experiences { |
80 | 79 | grid-template-columns: 1fr; |
81 | 80 | } |
82 | 81 | } |
|
0 commit comments