diff --git a/src/assets/resume.toml b/src/assets/resume.toml index 96ffc9a..1c7a3b3 100644 --- a/src/assets/resume.toml +++ b/src/assets/resume.toml @@ -17,9 +17,6 @@ network = "Gitea" username = "atridad" url = "https://git.atri.dad/atridad" -[summary] -content = "I am a full-stack web developer and researcher with a background maintaining and developing for large-scale enterprise software systems." - [[experience]] company = "University of Saskatchewan CEPHIL Lab" position = "Technical Lead" @@ -28,7 +25,6 @@ date = "November 2023 - Present" description = [ "Supports a developer intern through supervision and mentorship", "Spearheads architectural decisions for system-wide components (database, CI/CD, applications, etc.)", - "Coordinates with other grant researchers to deliver a minimum viable product", "Gathers requirements from stakeholders to craft a product timeline", "Develops mobile and web applications with Flutter and React (Astro)", "Contributes to the web-based dashboard development", @@ -43,7 +39,7 @@ date = "June 2019 - Present" description = [ "Builds native mobile applications and their accompanying APIs for small-to-medium sized businesses", "Develops web applications for small-to-medium sized businesses", - "Provids consulting on application development, system architecture, DevOps, etc.", + "Provides consulting on application development, system architecture, DevOps, etc.", ] url = "https://atash.dev" @@ -114,7 +110,7 @@ field = "Computer Engineering" date = "2012 - 2017" [[skills]] -name = "Web Development (HTML, CSS, JavaScript/TypeScript)" +name = "Web Development (HTML, CSS, JavaScript/TypeScript, PHP)" level = 5 [[skills]] @@ -137,6 +133,10 @@ level = 4 name = ".NET (C#, Blazor, EF Core)" level = 3 +[[skills]] +name = "CMS Platforms (Wordpress & Drupal)" +level = 3 + [[skills]] name = "Containerization (Docker & Podman)" level = 5 @@ -166,7 +166,7 @@ name = "Scripting (Python, Bash, etc.)" level = 4 [[skills]] -name = "Project Management" +name = "Project Magagement" level = 4 [[skills]] @@ -186,7 +186,6 @@ date = "2021 - 2022" title = "IT Innovation Award - Team" organization = "University of Alberta IST" date = "2020" -description = "The IT Innovation Award recognizes one team for their innovative use of hardware and/or software technology to successfully deploy a major IT project with significant impact to research, teaching, administration and/or the University experience." [[awards]] title = "IT Client Service Award - Team" diff --git a/src/pages/api/resume/template.ts b/src/pages/api/resume/template.ts index ea48e97..eb53ba3 100644 --- a/src/pages/api/resume/template.ts +++ b/src/pages/api/resume/template.ts @@ -47,10 +47,8 @@ location = "City, Province/Country" date = "Jan 2020 - Present" url = "https://company.com" # Optional description = [ - "Describe a key achievement or responsibility", - "Quantify your impact with numbers when possible", - "Use action verbs to describe what you accomplished", - "Add more bullet points as needed", + "Point 1", + "Point 2", ] [[experience]] @@ -59,9 +57,8 @@ position = "Previous Job Title" location = "City, Province/Country" date = "Jun 2018 - Dec 2019" description = [ - "Another achievement from your previous role", - "Focus on results and impact", - "Keep descriptions concise but informative", + "Point 1", + "Point 2", ] # Education @@ -71,7 +68,8 @@ degree = "Bachelor of Science" field = "Computer Science" date = "2014 - 2018" details = [ - "Relevant coursework: Data Structures, Algorithms, Software Engineering", + "Course 1", + "Course 2", ] [[education]]