-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
859 additions
and
1,149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// .prettierrc.mjs | ||
/** @type {import("prettier").Config} */ | ||
export default { | ||
plugins: ['prettier-plugin-astro'], | ||
printWidth: 100, | ||
singleQuote: true, | ||
trailingComma: 'all', | ||
overrides: [ | ||
{ | ||
files: '*.astro', | ||
options: { | ||
parser: 'astro', | ||
}, | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
slug: resume | ||
title: Vitor Mello | ||
subtitle: Senior Full-Stack Engineer | ||
subtitle: Experienced Full-Stack Engineer | ||
summary: > | ||
I have 12+ years of experience as a Full-Stack Engineer, with strong skills in typescript, | ||
React (Redux and Sagas), Node.js (NestJS, Next.js and express) and responsive layouts. | ||
I've also done a lot of PHP and Symfony3 in the past, and have some knowledge of | ||
DevOps with Docker, AWS, Google Cloud and CI pipelines. | ||
I have 15+ years of experience as a Software Engineer, and have vast experience in all aspects of | ||
a web applications, having worked in backend, frontend and full-stack roles. Nowadays I tend to | ||
focus more on the FE side with strong skills in Typescript, React (Redux and Sagas), Node | ||
(NestJS & Next.js) and GraphQL. | ||
I'm also a strong advocate for readable & maintainable code & tests, and I'm always happy to | ||
share knowledge, guide and mentor others to achieve their highest potential. | ||
links: | ||
- name: [email protected] | ||
|
@@ -31,7 +34,7 @@ work: | |
location: Berlin, Germany | ||
duration: 1 year 7 months | ||
positions: | ||
- position: Senior Frontend Engineer | ||
- position: Senior Software Engineer (Frontend) | ||
date: Jan 2022 - Jul 2023 | ||
summary: > | ||
Created tool for automatically generating apollo mocks, greatly reducing complexity | ||
|
@@ -43,15 +46,15 @@ work: | |
• Mentoring two junior FE developers | ||
• Team captain of the StartUp League volleyball team, earning 1st place | ||
tags: > | ||
react, single-page-application, micro-frontends, graphql, apollo | ||
react, SPA, micro-frontends, graphql, testing-library | ||
- company: Coffee Circle | ||
location: Berlin, Germany | ||
duration: 2 years 1 month | ||
positions: | ||
- position: Head of Engineering | ||
date: Feb 2021 - Nov 2021 | ||
- position: Senior Frontend Engineer | ||
- position: Senior Software Engineer (Frontend) | ||
date: Nov 2019 - Jan 2021 | ||
summary: > | ||
Reimplemented existing blog in Next.js, reducing static export time from 10min to 1min | ||
|
@@ -74,15 +77,15 @@ work: | |
Reimplemented the search results page and search form with React, redux and sagas | ||
• Greatly increase time to first paint, reducing repaints and rerenders, chunk splitting, suspense | ||
• Greatly accelerate testing of edge cases by creating tool to create complex mocks easily | ||
• Created an unified payment framework in php to speedup integration of 3rd-party payment APIs | ||
• Created an internal payment framework in php to speedup integration of 3rd-party payment APIs | ||
tags: > | ||
react, redux, jest, css modules, php, symfony, mysql, aws, ab-tests | ||
- company: Foodpanda | ||
location: Berlin, Germany | ||
duration: 2 years 7 months | ||
positions: | ||
- position: Senior Full-Stack Engineer | ||
- position: Senior Software Engineer (PHP) | ||
date: Jun 2013 - Dec 2015 | ||
summary: > | ||
Development of new features for the frontend and backend with focus on scalability and performance | ||
|
@@ -98,7 +101,7 @@ work: | |
positions: | ||
- position: Lead Software Engineer | ||
date: Nov 2012 - May 2013 | ||
- position: Senior Full-Stack Engineer | ||
- position: Senior Software Engineer (PHP) | ||
date: Feb 2012 - Oct 2012 | ||
summary: ~ | ||
tags: ~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.