-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.tex
225 lines (189 loc) Β· 10.7 KB
/
CV.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
%-------------------------------------------
% Curriculum Vitae (CV) in LaTeX
% Author : Mehdi Karami
% License : MIT
%-------------------------------------------
%------Required Packages and Functions------
\documentclass[letter,12pt]{article}
\usepackage{geometry}
\usepackage{enumitem}
\usepackage{titlesec}
\usepackage[dvipsnames]{xcolor}
\usepackage{fontawesome5}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{lmodern}
\usepackage{microtype}
% Document setup
\geometry{left=1in, right=1in, top=1in, bottom=1in} % Set page margins
\makeatletter % Use \headername command in the header
\def\ps@plain{
\def\@oddhead{\headername}
\let\@evenhead\@oddhead
\def\@oddfoot{\hbox to 0pt{\small Last Update: \textbf{October, 2024}\hss}\hbox to\textwidth{\hfill\thepage\hfill}} % Align text to left and page number to center
\let\@evenfoot\@oddfoot
}
\makeatother
\pagestyle{plain}
% Section and subsection formatting
\definecolor{tintColor}{RGB}{70,91,136} % Define theme color
\titleformat{\section}{\color{tintColor}\large\bfseries}{}{0em}{}[\titlerule] % Format section titles
\titleformat{\subsection}{\bfseries}{}{0em}{}[\vspace{-0.5em}] % Format subsection titles
% Hyperlink setup
\hypersetup{
urlbordercolor = black, % Border color for URLs
pdfborderstyle = {/S/U/W 0} % Border style for PDF links
}
%--------------Custom Commands--------------
\newcommand{\customsquare}{\raisebox{0.25ex}{\scalebox{0.45}{$\blacksquare$}}}
\newcommand{\headername}{
\ifnum\value{page}>1 % Only if the page number is greater than 1
\hfil\textbf{Mehdi Karami}
\fi
}
% Personal information
\newcommand{\name}{\textcolor{tintColor}{Mehdi} Karami} % Name
\newcommand{\phone}{+98 (990) 956-2438} % Phone Number
\newcommand{\email}{[email protected]} % Email
%%%%%%%%%%%% CV STARTS HERE %%%%%%%%%%%%%%
\begin{document}
%-----------------HEADING-------------------
\begin{center}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{@{} p{\linewidth} @{}}
\textbf{\huge \name} \hfill {\small \faLocationArrow\ Shiraz, Iran} \\ % Name and location
\hfill \href{tel:\phone}{\underline{\small \faPhone\ \phone}} \\ % Phone number
\hfill \href{mailto:\email}{\underline{\small \faEnvelope\ \email}} \\ % Email address
\hfill \href{https://www.linkedin.com/in/mehdikarami}{\underline{\small \faLinkedin\ linkedin.com/in/mehdikarami}}\\ % LinkedIn profile
\hfill \href{https://github.com/nsswifter}{\underline{\small \faGithub\ github.com/nsswifter}} % GitHub profile
\end{tabular}
\end{center}
\vspace{5mm} % Section spacing
%-----------------SUMMARY-------------------
\section*{Summary}
\begin{itemize}[label={\customsquare}]
\item Proficient Machine Learning scientist with a strong background in developing AI-driven projects, resulting in advanced expertise in model training and performance optimization of algorithms.
\item Highly motivated researcher with contributions to open-source projects, demonstrating strong skills in research, project management, and effective communication.
\item Experienced programmer proficient in various programming languages and technologies, leading to work as an iOS Developer for an international company, winning a coding competition, holding a workshop, and earning certifications in programming courses.
\end{itemize}
\vspace{5mm} % Section spacing
%-----------------EDUCATION-----------------
\section*{Education}
\textbf{Bachelor of Computer Engineering} \hfill Sep 2021 - Expected Jul 2025 \\[5pt]
Zand Institute of Higher Education \hfill Shiraz, Iran \\[5pt]
\hspace*{1cm} GPA: 3.42 (out of 4) \\[12pt]
\mbox{Visiting Student\hspace{0.1mm}\llap{Visiting Student}} \hfill Feb 2023 - Jul 2024 \\[5pt]
University of Science and Culture \hfill Tehran, Iran \\[5pt]
\vspace{5mm} % Section spacing
%------------RESEARCH INTERESTS-------------
\section*{Research Interests}
\setlength{\tabcolsep}{18pt} % Adjusting space around the table
\begin{tabularx}{\textwidth} {
>{\customsquare \hspace{1mm} \raggedright\arraybackslash}X
@{\extracolsep{\fill}}
>{\customsquare \hspace{1mm} \raggedright\arraybackslash}X
@{\extracolsep{\fill}}
}
Machine learning & Bioinformatics \\[10pt]
Computational Neuroscience & Algorithm Design \\[10pt]
Programming Language Theory & Compiler Design
\end{tabularx}
\pagebreak
%-------------WORK EXPERIENCE---------------
\section*{Work Experience}
\textbf{iOS Developer} \hfill Jun 2023 -- Jun 2024 \\ [5pt]
\href{https://roundtableapps.com}{\underline{Round Table Apps}} \hfill Development Office, Tehran, Iran \\ [12pt]
Contributed to the development of diverse, international-scale applications across various domains, including healthcare, finance, and post-transportation.
\begin{itemize}[label={\customsquare}]
\item \href{https://app.resiliencebox.com}{\underline{\textbf{Resilience Box}}}
\begin{itemize}
\item Healthcare app focused on mental health management, providing online learning resources, well-being videos, an in-depth podcast series, informational fact sheets, and access to counseling and coaching services.
\end{itemize}
\item \href{https://www.blossomapp.com}{\underline{\textbf{Blossom -- Save and Invest}}}
\begin{itemize}
\item Savings app that helped users in Australia and New Zealand reach their financial goals faster by providing access to high-interest savings products.
\end{itemize}
\item \href{https://mailplus.com.au}{\underline{\textbf{MailPlus}}}
\begin{itemize}
\item Post-transportation app designed for postal service drivers across Australia.
\end{itemize}
\end{itemize}
\textbf{Technical Contributions:}
\begin{itemize}[label={\customsquare}]
\item Utilized architectural and design patterns, such as Repository, VIP, MVC, and Clean Architectures, to manage project structure and layers.
\item Conducting detailed research on the optimal utilization and development of augmented reality (AR) and virtual reality (VR) technologies, utilizing visionOS and other relevant technologies.
\item Performed comprehensive research and analysis of data flow to ascertain the behavioral patterns of applications across various scenarios.
\item Applied optimization techniques for real-time data processing.
\item Implemented algorithms for financial calculations and optimizations.
\item Conducted Behavior-Driven Development (BDD) to ensure robust and high-quality code.
\item Created detailed documentation with Xcode DocC and Confluence.
\item Collaborated with iOS and other teams including BackEnd, Test, Design, FrontEnd, and Android teams, using Scrum, Jira, and other management tools.
\end{itemize}
\pagebreak
%-----------OPEN SOURCE PROJECTS------------
\section*{Open Source Projects}
\begin{itemize}[label={\customsquare}]
\item \href{https://github.com/nsswifter/AISightQuest}{\underline{\textbf{AI Sight Quest}}}
\begin{itemize}
\item Utilizes AI and machine learning to extract text from images via Apple's \mbox{Vision} Framework and provides instant answers to document questions using the BERT language model.
\item Stack: Machine Learning, Deep Learning, Swift, SwiftUI, SwiftData, Model-view-viewmodel (MVVM), \mbox{Vision} Framework, Speech Framework, TipKit, β¦
\end{itemize}
\item \href{https://github.com/nsswifter/ProximityFinder}{\underline{\textbf{Proximity Finder}}}
\begin{itemize}
\item Implemented with UIKit and MVC for efficient nearest point pair detection on a 2D screen, using Divide and Conquer for O(n log n) complexity. Includes an interactive slider for dynamic point adjustment.
\item Stack: Swift, UIKit, Model-View-Controller (MVC), Algorithm Design, Algorithm Optimization, Core Graphics, β¦
\end{itemize}
\item \href{https://github.com/nsswifter/BookBench}{\underline{\textbf{Book Bench}}}
\begin{itemize}
\item Streamlines library seat reservations. Key features include SignUp, LogIn, and Reset Password views using Firebase Authentication and Database.
\item Stack: Swift, SwiftUI, Model-view-viewmodel (MVVM), Reactive Programming, Lottie JSON, Figma, β¦
\end{itemize}
\item \href{https://github.com/nsswifter/Heart-Pulse-Detector-Using-Arduino}{\underline{\textbf{Heart Pulse Detector Project (BPM Counter)}}}
\begin{itemize}
\item Programs a BPM calculator using an Arduino Uno board to check the user's heart rate and display the pulse rate with a chart.
\item Stack: C++, Arduino, PLC Programming, Heart Pulse Sensor, β¦
\end{itemize}
\item \href{https://github.com/nsswifter/CommandLineGame}{\underline{\textbf{Command-line Game}}}
\begin{itemize}
\item Demonstrates programming proficiency through command-line app develop, input and output handling, and game state management.
\item Stack: Swift, Protocol-Oriented Programming (POP), Clean Architecture, β¦
\end{itemize}
\end{itemize}
\small \textbf{Explore more projects on my \href{https://github.com/nsswifter}{\underline{GitHub account}}.}
%---------------VOLUNTEERING----------------
\section*{Volunteering}
\href{https://github.com/nsswifter/CV/blob/main/Assets/certificate-of-workshop-participation-karami-mehdi.pdf}{\underline{\textbf{Workshop on Git and GitHub (Techniques for Effective Collaboration)}}} \hfill May 2024 \\ [5pt]
Credential ID 400434784 \hfill Tehran, Iran \\ [5pt]
K. N. Toosi University of Technology \\ [15pt]
\textbf{Contributor of \href{https://github.com/swiftlang/swift-evolution}{\underline{\textbf{Swift Evolution GitHub Repository}}}} \hfill Since Dec 2023 \\ [5pt]
Participated in the proposals of the Swift Evolution repository.
\pagebreak
%--------------HONORS & AWARDS--------------
\section*{Honors \& Awards}
\noindent
\textbf{Winning First Place in the C++ Programming Language Competition} \hfill May 2022 \\ [5pt]
Hosted by Zand Institute of Higher Education \hfill Shiraz, Iran
\vspace{5mm} % Section spacing
%---------------CERTIFICATES----------------
\section*{Certificates}
\noindent
\href{https://www.mindluster.com/storage/cer/1688271634.jpg}{\underline{\textbf{Swift for Beginners}}} \hfill Issued by Mind Luster \\ [5pt]
Credential ID 1688271634 \hfill Mar 2023 \\ [15pt]
\href{https://www.sololearn.com/certificate/CT-QD4IETGO/png}{\underline{\textbf{Theoretical understanding of Swift 4}}} \hfill Issued by Sololearn \\ [5pt]
Credential ID CT-QD4IETGO \hfill Jan 2023
\vspace{5mm} % Section spacing
%------------------HOBBIES------------------
\section*{Hobbies}
\begin{tabularx}{\textwidth} {
>{\customsquare \hspace{1mm} \raggedright\arraybackslash}X
@{\extracolsep{\fill}}
>{\customsquare \hspace{1mm} \raggedright\arraybackslash}X
@{\extracolsep{\fill}}
}
Swimming & Traveling \\[10pt]
Esports Gaming (LOL) & Cooking International Cuisine \\[10pt]
Listening to Music & Watching Movies
\end{tabularx}
\end{document}