|
| 1 | + |
| 2 | +export default async function(req, res) { |
| 3 | + const career = { |
| 4 | + events: [ |
| 5 | + { |
| 6 | + id: "02107002-33e1-4187-a71d-b74a6179882f", |
| 7 | + level: 1, |
| 8 | + where: "UDESC", |
| 9 | + title: "Computer Science (incomplete)", |
| 10 | + type: "Bachelor Degree", |
| 11 | + logoUrl: "/career-logos/udesc.png", |
| 12 | + period: { begin: "2012-02", end: "2015-12-30" }, |
| 13 | + }, |
| 14 | + { |
| 15 | + id: "e30c66c1-d594-48fb-a6fa-d9e6219e1b8d", |
| 16 | + level: 1, |
| 17 | + where: "UDESC", |
| 18 | + title: "Systems Analysis", |
| 19 | + type: "Technology Degree", |
| 20 | + logoUrl: "/career-logos/udesc.png", |
| 21 | + period: { begin: "2016-01-10", end: "2018" }, |
| 22 | + }, |
| 23 | + { |
| 24 | + id: "ffa66fc8-3164-4a7c-83a0-afedf6b832d6", |
| 25 | + level: 1, |
| 26 | + where: "SENAI", |
| 27 | + title: "Web Development", |
| 28 | + type: "Technical Degree", |
| 29 | + logoUrl: "/career-logos/senai.png", |
| 30 | + period: { begin: "2010-02", end: "2011-12" }, |
| 31 | + }, |
| 32 | + { |
| 33 | + id: "104298ca-c805-45ff-a13d-4d1063f24f2d", |
| 34 | + where: "UDESC", |
| 35 | + title: "Technical Support", |
| 36 | + type: "Scholarship job", |
| 37 | + logoUrl: "/career-logos/udesc.png", |
| 38 | + period: { begin: "2012-07", end: "2013-07" }, |
| 39 | + }, |
| 40 | + { |
| 41 | + id: "680a1bd1-19ea-466e-9e69-8499269f9a35", |
| 42 | + title: "Software Developer", |
| 43 | + where: "ContaAzul", |
| 44 | + type: "Full-time job", |
| 45 | + activities: [ |
| 46 | + `Worked on a web service for accounting routines & integration using |
| 47 | + Java EE 7, Hibernate, JBoss & PostgreSQL.` |
| 48 | + ], |
| 49 | + logoUrl: "/career-logos/contaazul.jpeg", |
| 50 | + period: { begin: "2015-10", end: "2016-03-15" }, |
| 51 | + }, |
| 52 | + { |
| 53 | + id: "48a2723a-2c67-4794-8503-15de57349f41", |
| 54 | + title: "Software Developer (R&D)", |
| 55 | + where: "NG Informática", |
| 56 | + type: "Full-time job", |
| 57 | + activities: [ |
| 58 | + `Worked on the development of a Android application for asset |
| 59 | + maintenance execution & management.`, |
| 60 | + `Worked on an experimental web application for notifications & alerts |
| 61 | + written in Node.Js & MongoDB.`, |
| 62 | + `Worked as a back-end tech lead for a SaaS web application using |
| 63 | + Node.Js, TypeScript, GraphQL & PostgreSQL.`, |
| 64 | + `Worked on the research of new tools and methods to improve the DevOps |
| 65 | + cycle of the organization SaaS products.`, |
| 66 | + ], |
| 67 | + logoUrl: "/career-logos/ng-informatica.jpeg", |
| 68 | + period: { begin: "2016-05-06", end: "2020-03" }, |
| 69 | + }, |
| 70 | + { |
| 71 | + id: "3b06277a-edf2-4c4a-979d-359480c15f9b", |
| 72 | + where: "Magrathea Labs", |
| 73 | + title: "Software Developer", |
| 74 | + type: "Full-time job", |
| 75 | + activities: [ |
| 76 | + `Worked on a data intensive web application that collects and displays |
| 77 | + reports for animal production corporations. The main technologies used |
| 78 | + were Python, Django, PostgreSQL, Redis, ElasticSearch and Angular.`, |
| 79 | + `Worked as a tech lead of a forked subset of the project above. This |
| 80 | + new project had international stakeholders who shared regular |
| 81 | + follow-ups with our development team.`, |
| 82 | + `Provided technical mentorship to employees on the projects we had in |
| 83 | + common.`, |
| 84 | + `Worked on a internal project of the company that employees used to |
| 85 | + make appointments to managed by the HR. The stack of this project was |
| 86 | + Node.Js, TypeScript, React and PostgreSQL.` |
| 87 | + ], |
| 88 | + logoUrl: "/career-logos/magrathea.jpeg", |
| 89 | + period: { begin: "2020-03-10" }, |
| 90 | + }, |
| 91 | + { |
| 92 | + id: "a3d62c73-8fb7-41f2-9fa4-51e481ac2bf5", |
| 93 | + level: 2, |
| 94 | + title: "Programming Contest Staff", |
| 95 | + where: "UDESC", |
| 96 | + type: "Volunteership", |
| 97 | + logoUrl: "/career-logos/udesc.png", |
| 98 | + period: { begin: "2014-02", end: "2015-12" }, |
| 99 | + }, |
| 100 | + { |
| 101 | + id: "9dcaa7cb-67f3-4533-846a-8d08b4c89e88", |
| 102 | + level: 2, |
| 103 | + type: "Volunteership", |
| 104 | + where: "COLMEIA (UDESC)", |
| 105 | + title: "Volunteer", |
| 106 | + logoUrl: "/career-logos/udesc.png", |
| 107 | + period: { begin: "2012-07", end: "2013-12" }, |
| 108 | + } |
| 109 | + ], |
| 110 | + currentDate: new Date(), |
| 111 | + }; |
| 112 | + |
| 113 | + res |
| 114 | + .writeHead(200, { "Content-Type": "application/json" }) |
| 115 | + .end(JSON.stringify(career)); |
| 116 | +} |
0 commit comments