Adding AI Agent note
This commit is contained in:
@@ -8,6 +8,10 @@ public static class Skills
|
|||||||
{
|
{
|
||||||
Skills =
|
Skills =
|
||||||
[
|
[
|
||||||
|
new Skill
|
||||||
|
{
|
||||||
|
Name = "Agents"
|
||||||
|
},
|
||||||
new Skill
|
new Skill
|
||||||
{
|
{
|
||||||
Name = "C#, .NET"
|
Name = "C#, .NET"
|
||||||
|
|||||||
@@ -62,9 +62,15 @@ public static class WorkExperience
|
|||||||
{
|
{
|
||||||
Role = "Fullstack Blazor Developer",
|
Role = "Fullstack Blazor Developer",
|
||||||
Location = "Personal Projects, on various interests",
|
Location = "Personal Projects, on various interests",
|
||||||
DateRange = "2021",
|
DateRange = "2021, 2026",
|
||||||
Points =
|
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
|
new Point
|
||||||
{
|
{
|
||||||
Description =
|
Description =
|
||||||
|
|||||||
Reference in New Issue
Block a user