-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
117 lines (104 loc) · 4.17 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Author: Prabal Tiwari %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{resume} % Use the custom resume.cls style
\begin{document}
\introduction[
fullname=Prabal Tiwari,
phone=+91-9770283837,
linkedin=linkedin.com/in/prabaltiwari,
github=github.com/prabaltiwari09
]
\skills{
\skillItem[
category=Language(s),
skills=Javascript{,} Java
] \\
\skillItem[
category=Database(s),
skills=MySQL{,} MongoDB{,} Redis
] \\
\skillItem[
category=Framework(s),
skills=Express.JS{,} Node.JS{,} Spring Boot
] \\
\skillItem[
category=Tool(s),
skills= Microservices{,} JIRA{,} Postman{,} Git{,} BitBucket{,} AWS
]
}
\begin{workSection}{Experience}
\experienceItem[
company=Rebel Foods Private Limited,
location=Mumbai{,} India,
position=Software Development Engineer - 1,
duration=Aug 2021 – Jun 2023
]
\begin{itemize}
\itemsep -6pt {}
\item Worked with product managers to re-architect the existing location APIs to reduce accuracy problems, reducing the
location errors by an overall 50\% and boosting yearly revenue by crores.
\item Implemented scalable and fault-tolerant architectures, resulting in a 99.99\% up-time.
\end{itemize}
\experienceItem[
company=Rakuten Symphony (Formerly InnoEye Technologies),
location=Indore{,} India,
position=Software Engineer,
duration=Feb 2020 – Aug 2021
]
\begin{itemize}
\itemsep -6pt {}
\item Migrated existing monolithic architecture of product to microservices architecture, which lead to ease of development
and deployment and led to a 25\% reduction in code maintenance time
\item Provided technical guidance and mentorship to junior developers, resulting in a 50\% increase in team productivity.
\end{itemize}
\experienceItem[
company=Hanhas Technologies,
location=Indore{,} India,
position=Software Engineer,
duration=Jul 2019 – Nov 2019
]
\begin{itemize}
\itemsep -6pt {}
\item Continual learning and staying up-to-date with the latest technologies and programming languages, resulting in a
20\% increase in productivity
\item Troubleshot and resolved bugs and issues in the software, resulting in a 40\% decrease in system downtime
\end{itemize}
\end{workSection}
\education{
\educationItem[
college=Acropolis Institute of Technology \& Research{,} Indore{,} Madhya Pradesh{,} India,
graduation=June 2019,
grade=7.34 GPA,
program=Bachelor of Engineering{,} Computer Science
]
}
\begin{workSection}{Academic projects}
\customItem[
title=Smart Water Monitoring System,
duration=Dec 2018 – April 2019,
keyHighlight=Collaborated in a team of three to design model of a custom IoT-based solution to control water levels of the water tank to prevent shortage and loss of water.
]
\begin{itemize}
\vspace{-0.5em}
\itemsep -6pt {}
\item Developed team schedule, including quality measurement for each major milestone (Microsoft Project)
\item Ensured that the team used the best coding practices and best equipment to prevent failure of any kind.
\item Recognized by faculty audience as “Best Presentation” out of 20 teams
\end{itemize}
\end{workSection}
\begin{workSection}{Activities}
\customItem[
title=Acropolis Cyber Security Club (Anshathon),
keyHighlight=Multiple leadership roles{,} including vice-president and technical head (More than 300 members),
duration=Aug 2016 – Jul 2018
]
\begin{itemize}
\vspace{-0.5em}
\itemsep -6pt {}
\item Tutored 50-60 undergraduate engineering students per week about Cyber Security and prevention from Cyber attacks.
\item Organized examinations after the workshops and distributed certificates to candidates post successful completion.
\end{itemize}
\end{workSection}
\end{document}