feat: updated work experience and projects section
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
This commit is contained in:
parent
29255ac829
commit
18134bb2bb
@ -1,5 +1,5 @@
|
|||||||
<footer class="flex w-full items-center justify-center">
|
<footer class="flex w-full items-center justify-center">
|
||||||
<p class="mx-2 my-10 py-2 text-sm text-gray-600">© 2025, Hayden Hargreaves</p>
|
<p class="mx-2 my-10 py-2 text-sm text-gray-600">© 2026, Hayden Hargreaves</p>
|
||||||
<a
|
<a
|
||||||
href="https://www.linkedin.com/in/haydenhargreaves/"
|
href="https://www.linkedin.com/in/haydenhargreaves/"
|
||||||
aria-label="LinkedIn Profile"
|
aria-label="LinkedIn Profile"
|
||||||
|
|||||||
@ -85,7 +85,8 @@
|
|||||||
'SSH',
|
'SSH',
|
||||||
'PostgreSQL',
|
'PostgreSQL',
|
||||||
'Neovim',
|
'Neovim',
|
||||||
'Grafana K6'
|
'Grafana K6',
|
||||||
|
'Bubble Tea'
|
||||||
];
|
];
|
||||||
|
|
||||||
skills.sort((a, b) => b.rating - a.rating);
|
skills.sort((a, b) => b.rating - a.rating);
|
||||||
|
|||||||
@ -129,6 +129,7 @@
|
|||||||
me to develop a strong understanding of IoT networks and the AWS ecosystem. Furthermore, it
|
me to develop a strong understanding of IoT networks and the AWS ecosystem. Furthermore, it
|
||||||
has opened my eyes to the world of research and has introduced me to many bright individuals.
|
has opened my eyes to the world of research and has introduced me to many bright individuals.
|
||||||
</p>
|
</p>
|
||||||
|
<p class="mb-4 w-full text-sm text-gray-500 md:w-3/4">Last updated August, 2025.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,28 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"title": "Termtap",
|
||||||
|
"description": "Tap into your app's API traffic from the terminal. Observe outbound HTTP requests in real time - without modifying your code.",
|
||||||
|
"date": "April, 2026 - Current",
|
||||||
|
"stack": [
|
||||||
|
"Go",
|
||||||
|
"Bubble Tea"
|
||||||
|
],
|
||||||
|
"image": "projects/termtap.png",
|
||||||
|
"imageAlt": null,
|
||||||
|
"link": "https://github.com/haydenhargreaves/termtap"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Gim",
|
||||||
|
"description": "Gim is a modern, lightweight text editor written in Go that brings the power of vim-style modal editing to your terminal. Built on the excellent Charm stack, it combines the speed of Go with the elegance of functional UI patterns.",
|
||||||
|
"date": "January, 2026 - April, 2026",
|
||||||
|
"stack": [
|
||||||
|
"Go",
|
||||||
|
"Bubble Tea"
|
||||||
|
],
|
||||||
|
"image": "",
|
||||||
|
"imageAlt": null,
|
||||||
|
"link": "https://git.gophernest.net/azpect/Gim"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Markdown to HTML Transpiler",
|
"title": "Markdown to HTML Transpiler",
|
||||||
"description": "A C++ tool that converts Markdown files into clean HTML. It uses a recursive descent parser to recognize headings, lists, and formatting, then outputs valid HTML for easy web publishing or automation. The code is modular, modern, and designed to be both reliable and easy to extend. I have plans to migrate this project to a different tech stack in the near future.",
|
"description": "A C++ tool that converts Markdown files into clean HTML. It uses a recursive descent parser to recognize headings, lists, and formatting, then outputs valid HTML for easy web publishing or automation. The code is modular, modern, and designed to be both reliable and easy to extend. I have plans to migrate this project to a different tech stack in the near future.",
|
||||||
|
|||||||
BIN
static/projects/termtap.png
Normal file
BIN
static/projects/termtap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 476 KiB |
@ -1,4 +1,10 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"company": "Garmin",
|
||||||
|
"position": "Software Engineer Intern",
|
||||||
|
"description": "Served as an intern on the Marine Cloud Backend team.",
|
||||||
|
"timeframe": "May 2026 - August 2026"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"company": "Embry-Riddle Aeronautical University",
|
"company": "Embry-Riddle Aeronautical University",
|
||||||
"position": "Teaching Assistant",
|
"position": "Teaching Assistant",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user