diff --git a/assets/json/experiences.json b/assets/json/experiences.json index 890c979..a3a51e0 100644 --- a/assets/json/experiences.json +++ b/assets/json/experiences.json @@ -12,7 +12,7 @@ }, "Job": { "title": "Software Engineer", - "description": "I am working as a Software Engineer in the Awaze's Digital team. I am responsible for developing and maintaining the company's websites and internal tools. I am also involved in the development of new features and improvements to the existing systems.", + "description": "I am working as a Software Engineer in the Awaze's Digital team. I am responsible for developing and maintaining the company's guest facing applications, that include Authentication, Booking Management and (FAQ) Help pages", "objectives": ["Objective 1", "Objective 2", "Objective 3"], "frontend_stack": [ { "name": "NextJS", "link": "https://nextjs.org/" }, diff --git a/assets/json/projects.json b/assets/json/projects.json index 69db76e..0fec735 100644 --- a/assets/json/projects.json +++ b/assets/json/projects.json @@ -3,7 +3,15 @@ "name": "Invoice Management System", "start": null, "end": null, - "stack": ["Go", "Wails", "React", "SQLite3", "TailwindCSS"], + "stack": [ + "Go", + "Wails", + "React", + "SQLite3", + "TailwindCSS", + "MacOS", + "Windows" + ], "description": "Invoie Management System that helps mechanics create invoices, manage customers, finances and more.", "thumbnail": "/assets/images/invoice-manager-thumbnail.png", "github_link": "", @@ -13,10 +21,10 @@ "name": "Portfolio", "start": null, "end": null, - "stack": ["Go", "Templ", "Motion", "TailwindCSS"], + "stack": ["Go", "Templ", "Motion", "TailwindCSS", "Typescript", "AlpineJS"], "description": "The website you are currently on. A portfolio website that showcases my projects, experiences and skills.", "thumbnail": "", "github_link": "", - "status": "Completed" + "status": "In Progress" } ]