Skip to content

Commit

Permalink
Updating profile description and adding new certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
gabcvit committed Nov 23, 2024
1 parent 6d380e5 commit 976a9a8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 20 deletions.
21 changes: 21 additions & 0 deletions src/views/EducationAndCertificationsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ import ResumeSingleElement from "../components/ResumeSingleElement.vue";
<SectionHeader title="Education and Certifications" />

<div class="section-wrapper">
<ResumeSingleElement
title="Understanding TypeScript"
description="Total duration: 15 hours"
office="Udemy"
period="2024"
/>

<ResumeSingleElement
title="Vue - The Complete Guide (incl. Router & Composition API)"
description="Total duration: 32 hours"
office="Udemy"
period="2024"
/>

<ResumeSingleElement
title="Kubernetes Deep Dive"
description="Total duration: 4.7 hours"
office="A Cloud Guru - Online"
period="2021"
/>

<ResumeSingleElement
title="Certificate in Mobile Business Technologies & Applications"
description="Finished the Certificate in Mobile Business
Expand Down
45 changes: 25 additions & 20 deletions src/views/ProfessionalSummarySection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,32 @@ const yearsOfExperience = computed(() => {
<SectionHeader title="Professional summary" />
<div class="section-wrapper">
<p class="text-sm mb-2">
Senior Frontend (Web and Mobile) Developer with {{ yearsOfExperience }} years
of experience on the following areas:
Experienced web and mobile software engineer with over {{ yearsOfExperience }} years of experience,
I have honed my skills in JavaScript, TypeScript, GraphQL, React native and Swift (native iOS).
I have worked with clients across many industries: social networks, climate and resort platforms,
educational gaming, crypto/stock trading, transport solutions, and sales, this allowed me to learn
how to adapt quickly and deliver tailored solutions for each client, keeping them at the centre of
every technical decision.
</p>
<ul class="text-sm">
<li>
- Full Stack development with Javascript, Typescript (Vue), GraphQL and cloud native development
</li>
<li>
- Specialist in refactoring strategies, Test-Driven Development and CI/CD solutions
</li>
<li>
- Consultancy with strength in stakeholder management and advocating solutions for greenfield/ongoing projects
</li>
<li>
- Mobile app development with both React Native (Hybrid) and Swift (Native iOS)
</li>
<li>
- UX Designing and prototyping of mobile apps and websites across multiple branches
</li>
</ul>
<p class="text-sm mt-2">
<p class="text-sm mb-2">
Currently working at Thoughtworks, where core values lie in collaborating with software delivery
teams using agile principles and to deliver high-quality software to clients. My strength lies
not only in coding and tech excellence, but also in bridging knowledge gaps between technical and
non-technical stakeholders. Teams I’ve worked with value my ability to simplify complex concepts,
maintain clarity, lead and keep collaboration engaging and effective.
</p>
<p class="text-sm mb-2">
I thrive in remote environments that foster innovation and value inclusivity. As I grow, I aim to
transition into leadership roles, leveraging my communication and management skills to guide teams
toward impactful results. Beyond work, I am deeply passionate about meditation practices, buddhism,
social justice, DEI (diversity, equity, and inclusion) and challenging code biases.
</p>
<p class="text-sm mb-2">
With a track record of delivering over 10 successful apps, collaborating successfully with over 20
clients and multiple certifications in key web and mobile technologies, I bring a mix of technical
proficiency, creative problem-solving, and a positive charisma to every project I land.
</p>
<p class="text-sm">
Located in Munich, Germany 🇩🇪
</p>
</div>
Expand Down

0 comments on commit 976a9a8

Please sign in to comment.