Skip to content

Commit

Permalink
readjusted project order + align self with more devops
Browse files Browse the repository at this point in the history
  • Loading branch information
wqivanmok committed Aug 28, 2024
1 parent 5b9e370 commit 1e5a2f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class Landing extends Component<LandingProperties> {
<h1>Hey, I'm William</h1>
<h2>Student Software Developer</h2>
<div id="landing-tagline-container">
<p>I develop full-stack applications and I love it!</p>
<p>DevOps-driven, full-stack developer creating streamlined solutions</p>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/data/experience.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"company": "Vanmok Leak Detection Technologies",
"title": "Software Developer Intern",
"responsibilities": [
"Configured a Grafana dashboard to monitor and track external API statuses, usage, and remaining capacity, with alerting for critical issues",
"Developed automation scripts to reduce developer time spent from 40 minutes to approximately 10 minutes",
"Developed a status website using ASP.NET with MVVM architecture to display company application statuses and ensure compliance with SLA requirements",
"Gained extensive experience working with COM interfaces, focusing on interprocess communication between C# and C++",
"Built numerous email API subscription microservices utilizing Python, Helm, Kubernetes, and MySQL",
"Configured a Grafana dashboard to monitor and track external API statuses, usage, and remaining capacity, with alerting for critical issues",
"Developed automation scripts to reduce developer time spent from 40 minutes to approximately 10 minutes",
"Enhanced company-wide efficiency and customer response time by building automated ticketing system workflows and applications to provide better organization, automated sorting, and improved task visibility"
],
"location": "Edmonton, Alberta",
Expand Down
6 changes: 6 additions & 0 deletions src/data/projects.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"name": "WillQi.dev",
"description": "Configured and currently run multiple user-facing and monitoring applications on this domain's server, utilizing IaC, to assist with day-to-day activities and to experiment with new emerging technologies.",
"repository": "https://willqi.dev",
"skills": ["Terraform", "Ansible", "Kubernetes", "Docker", "Prometheus", "Grafana", "Linux"]
},
{
"name": "The Deadly Bird",
"description": "Managed a team of 6 and built a distributed social media network deployed on Heroku, in addition to integrating Stripe for purchasing premium online services on our site.",
Expand Down

0 comments on commit 1e5a2f5

Please sign in to comment.