fix: add writing

This commit is contained in:
2025-02-21 19:07:15 +01:00
parent 4879729893
commit a6a140df49
2 changed files with 12 additions and 4 deletions

View File

@@ -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/" },

View File

@@ -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"
}
]