diff --git a/Website/Data/Skills.cs b/Website/Data/Skills.cs index 29c46d6..fd51585 100644 --- a/Website/Data/Skills.cs +++ b/Website/Data/Skills.cs @@ -8,6 +8,10 @@ public static class Skills { Skills = [ + new Skill + { + Name = "Agents" + }, new Skill { Name = "C#, .NET" diff --git a/Website/Data/WorkExperience.cs b/Website/Data/WorkExperience.cs index 9b0b090..e430ba3 100644 --- a/Website/Data/WorkExperience.cs +++ b/Website/Data/WorkExperience.cs @@ -62,9 +62,15 @@ public static class WorkExperience { Role = "Fullstack Blazor Developer", Location = "Personal Projects, on various interests", - DateRange = "2021", + DateRange = "2021, 2026", Points = [ + new Point + { + Description = + "Creating and updating existing web apps with AI agent development practices for faster prototyping, development, quality assurance, and deployment.", + IsVisible = true + }, new Point { Description =