-
Notifications
You must be signed in to change notification settings - Fork 3
/
resume.tex
139 lines (101 loc) · 5.4 KB
/
resume.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Professional CV
% LaTeX Template
% Version 2.0 (8/5/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Rishi Shah
%
% Adapted from:
%
% Rishi Shah
%
% Important note:
% This template requires the resume.cls file to be in the same directory as the
% .tex file. The resume.cls file provides the resume style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\name{Lutando Ngqakaza} % Your name
\address{\url{https://lutando.se}} % Your site
\address{Stockholm \\ Sweden} % Your locale
\address{lutando@ngqakaza.com} % Your email
\begin{document}
%----------------------------------------------------------------------------------------
% Technical Strengths
%----------------------------------------------------------------------------------------
\begin{rSection}{Technical Strengths}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Computer Languages \& Frameworks \ & C\# ASP.NET Core, xUnit, Akka.NET. \\
Tools \& Platforms & Azure, Azure Dev Ops, Kubernetes, Git. \\
Processes \& Practices & DDD, CQRS, Event Sourcing, TDD, Agile. \\
Databases & PostgreSQL, Microsoft SQL, CosmosDB. \\
Protocols \& APIs & REST, OAuth, OpenIDConnect.
\end{tabular}
\end{rSection}
%----------------------------------------------------------------------------------------
% Experience
%----------------------------------------------------------------------------------------
\begin{rSection}{Experience}
\begin{rSubsection}
{\href{https://www.ringtailgames.com/}{Ringtail Games}}{April 2021 - June 2021}
{Senior Platform Engineert}{Stockholm, Sweden}
\item Worked on the backend of the gaming platform which used Microsoft Orleans and SignalR to control game state.
\end{rSubsection}
\begin{rSubsection}
{\href{https://www.playgroundcloud.se/}{Playground Tech}}{January 2021 - March 2021}
{Senior Cloud Developer Consultant}{Stockholm, Sweden}
\item Consulted with a MedTech company on DevOps practices to increase their absolute integration and deployment rates.
\end{rSubsection}
\begin{rSubsection}
{\href{https://redeploy.com}{Redeploy}}{June 2019 - November 2020}
{Senior Cloud Developer Consultant}{Stockholm, Sweden}
\item Assist customers in achieving their goals on Azure, enabling them to deliver
value to their customers using modern, agile, \& idiomatic techniques.
\end{rSubsection}
\begin{rSubsection}
{\href{https://recordunion.com}{Record Union}}{July 2017 - June 2019}
{Core Backend Developer}{Stockholm, Sweden}
\item Facilitated the translation of business requirements from domain
experts into testable and maintainable software using akka.net,
and DDD/CQRS/ES patterns.
\end{rSubsection}
\begin{rSubsection}
{\href{https://www.whereismytransport.com/}{WhereIsMyTransport}}{April 2014 - June 2017}
{Technical Lead}{Cape Town, South Africa}
\item Led a team that built out the web token service and developer portal product.
The product was built on IdentityServer 4's OAuth \& OpenIDConnect capabilities.
\item Developed, and led the building of a scalable system based on the actor model to represent transit
networks.
\end{rSubsection}
\begin{rSubsection}
{\href{https://aws.amazon.com/}{Amazon Web Services}}{December 2012 - February 2013}
{Software Developer Engineer Intern}{Cape Town, South Africa}
\item In the Amazon EC2 API UX Team, I wrote a web api to enable
developers to add metadata/tags to deployed instance types offered by Amazon EC2.
\end{rSubsection}
\end{rSection}
%--------------------------------------------------------------------------------
% Education
%-----------------------------------------------------------------------------------------------
\begin{rSection}{Education}
\begin{rSubsection}
{\href{http://www.uct.ac.za/}{The University of Cape Town}}{September 2014}{}{}
M.Sc in Computer Science. Research dissertation topic in IoT and security. \\
Published research in \href{https://link.springer.com/chapter/10.1007/978-3-319-13174-0_12}{Springers LNCS 2014 Journal}. \\
\begin{center}
\textit{full resume: \url{https://lutando.se/resume}}
\end{center}
\end{rSubsection}
\end{rSection}
\end{document}