-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
146 lines (122 loc) · 4.24 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Hieu Do - Resume
% 7/26/2016
%
% Reference:
% Debarghya Das (http://debarghyadas.com)
\documentclass[]{hieudo-build}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{António Ferreira}
{\urlstyle{same}
\faHome \space \href{http://www.antónio.pt}{antónio.pt
%\footnotesize{(xn--antnio-dxa.pt})
}\\
\faEnvelope \space \href{mailto:[email protected]}{[email protected]}\\
%\faGithub \href{https://github.com/m1aw}{ github.com/hieusydo}\\
\faLinkedinSquare \space \href{https://www.linkedin.com/in/antonioferreiraa}{linkedin.com/in/antonioferreiraa}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN ONE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[t]{0.25\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
% \subsection{Programming}
\location{Programming:}
JavaScipt, TypeScript, Java, Kotlin, C\#, PHP, Bash\\
\sectionsep
\location{Frameworks:}
Vue, React, Nuxt, Next, Gatsby, Angular, Ionic, Express, .NET Core\\
\sectionsep
\location{Testing:}
Mocha, Jest, JUnit \\
\sectionsep
\location{Other Technologies:}
Tailwind, Styled Components, Cordova, Android, RabbitMQ, Webpack, PostgresSQL, SQLite \\
\sectionsep
\location{Tools:}
Linux, Git, Vim, Docker, VS Code, JetBrains IntelliJ, {\fontfamily{cmr}\selectfont\LaTeX} \\
\sectionsep
\section{Languages}
Portuguese (Native) \\
English (Advanced)
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COURSEWORK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN TWO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{minipage}
\hfill
\begin{minipage}[t]{0.7\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\workplace{Dept Agency}{Sep 2019 – present}\\
\position{Front-end Developer}{Veenendaal, Netherlands}
\vspace{0.9em} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Created e-commerce platforms and public websites for several large costumers
\item Used frameworks such as React and Vue, together with server-side rendering technologies like Next and Nuxt
\item Integrated with commerce platforms like Commercetools, and CMS's like Prismic, Bloomreach, Contentful
\item Gave talks and defined way of working, and technology choices within the team on several projects
\end{tightemize}
\sectionsep
\workplace{Xarevision}{Sep 2016 – Aug 2019}\\
\position{Software Developer}{Porto, Portugal}
%\vspace{0.9em} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Worked on several projects both alone and within a team creating mobile applications for retail customers.
\item Developed hybrid mobile applications using Ionic to target both Android and iOS.
\item Integrated custom mobile hardware with Cordova using Android Native API's.
\end{tightemize}
\sectionsep
\workplace{Xarevision}{Apr 2015 – Sep 2016} \\
\position{IT Helpdesk}{Porto, Portugal}
%\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Managed and troubleshooted an infrastructure of more than 500 Linux machines and resolved problems within SLA's.
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\education{Barchelor of Informatics Engineering}{2014 - 2018}
\descript{}
\location{Instituto Superior de Engenharia do Porto}
\sectionsep
\education{Diploma in Network and Computer Systems}{2013 - 2014}
\descript{}
\location{ATEC - Academia de Formação do Porto}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PROJECTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
\runsubsection{Integrated Shelf.AI's search with Mangento}
\descript{}
\location{Final project for Bachelor’s degree, ISEP}
Using Kotlin, Vert.x and RabbitMQ created an higly scalable API that provided the e-commerce platform Magento with acess to Shelf.AI search engine.
\sectionsep
\end{minipage}
\centering
\vspace{1cm}
\footnotesize
\DTMsetdatestyle{mylastupdate}
\DTMdisplaydate{\the\year}{\the\month}{\the\day}{-1}
\end{document}