From 014eb5131ae591a87d3a9edb02600a037b401d15 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 12 Sep 2024 18:44:43 +0000 Subject: [PATCH] chore: Updated experience.ts --- app/_data/experience.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_data/experience.ts b/app/_data/experience.ts index 395ab88..1c8d0e5 100644 --- a/app/_data/experience.ts +++ b/app/_data/experience.ts @@ -5,7 +5,7 @@ const experience: WorkplaceEntry[] = { title: "Software Engineer", place: "[nordcloud]", tech: "ASP.NET, EF Core" }, { title: "CTO", year: "2022", place: "FoxDev Studio", tech: "Unity, Xamarin, .NET, React, Azure" }, { title: "Software Engineer", year: "2023", place: "A-rial", tech: ".NET, React" }, - { title: "Lead Software Engineer", year: "2024 ", place: "Ubitel", tech: ".NET, React, IoT" }, + { title: "Lead Software Engineer", year: "2024 ", place: "Ubitel", tech: ".NET, React, Embedded devices" }, { title: "Here", place: "Your company" }, ];