Resume update
This commit is contained in:
@@ -13,7 +13,7 @@ public static class Overview
|
||||
IsVisible = true,
|
||||
Order = 1,
|
||||
Description =
|
||||
"Software Developer with a focus on the .NET tech stack.",
|
||||
"In the industry since 2012, while playing a pivotal role in all aspects of the software stack, from prototype to release, and improving applications with patches based on customer feedback and data in production.",
|
||||
LastModified = new DateTime(2025, 9, 8)
|
||||
}
|
||||
]
|
||||
|
||||
@@ -63,6 +63,7 @@ public static class WorkExperience
|
||||
Role = "Fullstack Blazor Developer",
|
||||
Location = "Personal Projects, on various interests",
|
||||
DateRange = "2021, 2026",
|
||||
IsVisible = false,
|
||||
Points =
|
||||
[
|
||||
new Point
|
||||
@@ -87,15 +88,16 @@ public static class WorkExperience
|
||||
},
|
||||
new Experience
|
||||
{
|
||||
Role = "Angular Web Developer",
|
||||
Role = "Angular Website Developer",
|
||||
Location = "CleanCode, Software consultancy on various projects",
|
||||
DateRange = "2020 - 2021",
|
||||
IsVisible = true,
|
||||
Points =
|
||||
[
|
||||
new Point
|
||||
{
|
||||
Description =
|
||||
"Came to the conclusion that I wanted to focus my career in .NET, and left the company to pursue Blazor research and C# opportunities. Unfortunately, Blazor development work is not as popular as one would hope.",
|
||||
"Came to the conclusion that I wanted to focus my career in .NET, and left the company to pursue Blazor research and C# opportunities. Unfortunately, Blazor development work is not popular.",
|
||||
IsVisible = true
|
||||
}
|
||||
]
|
||||
@@ -200,6 +202,8 @@ public static class WorkExperience
|
||||
public string Location { get; set; }
|
||||
public string DateRange { get; set; }
|
||||
|
||||
public bool IsVisible { get; set; } = true;
|
||||
|
||||
public List<Point> Points { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user