(FIX): Updated "About" page.

This commit is contained in:
Hayden Hargreaves 2025-11-10 12:50:25 -07:00
parent 3d4b07c037
commit c6cfc8c57a
2 changed files with 13 additions and 1 deletions

View File

@ -71,6 +71,18 @@
/>, I have discovered a love for software toolchain development and have been building />, I have discovered a love for software toolchain development and have been building
many small Neovim plugins to help my day-to-day life as a developer. many small Neovim plugins to help my day-to-day life as a developer.
</p> </p>
<p class="mb-4 w-full text-gray-200 md:w-3/4">
Since early 2025 I have been employed as a <span class="text-blue-300"
>Full Stack Software Engineer</span
>
at Poppin' Jobs. Poppin' Jobs is a startup building a platform for young job-seekers with little
to no experience to find jobs. Through this opportunity I have learned how to build robust,
reliable web services using <span class="text-blue-300">C# and DOTNET</span>. I have also
been able to get hands on experience working on large scale front end web applications
written in React. I have also had a chance to work on load testing and data generation
using
<span class="text-blue-300">Grafana's K6</span>.
</p>
<p class="mb-4 w-full text-gray-200 md:w-3/4"> <p class="mb-4 w-full text-gray-200 md:w-3/4">
I have been employed as a Staff Accountant at I have been employed as a Staff Accountant at
<span class="text-blue-300">Bottom Line Business Solutions (BLBS)</span> since 2020. In <span class="text-blue-300">Bottom Line Business Solutions (BLBS)</span> since 2020. In

View File

@ -7,7 +7,7 @@
}, },
{ {
"company": "Poppin' Jobs", "company": "Poppin' Jobs",
"position": "Junior Backend Engineer", "position": "Full Stack Software Engineer",
"description": "Develop and maintain backend services using .NET and C#. Collaborate with frontend developers to integrate APIs and enhance user experiences. Work with SQL Server for database design, optimization, and management. Assist in implementing cloud solutions on Azure, ensuring scalability and reliability. Write unit tests and participate in code reviews to maintain code quality. Troubleshoot and resolve technical issues as they arise.", "description": "Develop and maintain backend services using .NET and C#. Collaborate with frontend developers to integrate APIs and enhance user experiences. Work with SQL Server for database design, optimization, and management. Assist in implementing cloud solutions on Azure, ensuring scalability and reliability. Write unit tests and participate in code reviews to maintain code quality. Troubleshoot and resolve technical issues as they arise.",
"timeframe": "March 2025 - Present" "timeframe": "March 2025 - Present"
}, },