├── jpg
├── CV_page_1.jpg
└── CV_page_2.jpg
├── Aras_Gungore_CV.pdf
├── README.md
├── LICENSE
└── main.tex
/jpg/CV_page_1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arasgungore/arasgungore-CV/HEAD/jpg/CV_page_1.jpg
--------------------------------------------------------------------------------
/jpg/CV_page_2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arasgungore/arasgungore-CV/HEAD/jpg/CV_page_2.jpg
--------------------------------------------------------------------------------
/Aras_Gungore_CV.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arasgungore/arasgungore-CV/HEAD/Aras_Gungore_CV.pdf
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # arasgungore-CV
2 |
3 | My curriculum vitae (CV) written using LaTeX. In my CV, you may find my contact information, websites, education, experience, achievements, projects, and skills.
4 |
5 | Please find attached my [CV](https://drive.google.com/file/d/1TGwMpZl6FDeQk1w_-EetbspCuzu16kCF/view?usp=sharing). 😜
6 |
7 |
8 |
9 | ## Run on Terminal
10 |
11 | ```sh
12 | pdflatex main.tex
13 | ```
14 |
15 |
16 |
17 | ## Screenshots
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | ## Author
27 |
28 | 👤 **Aras Güngöre**
29 |
30 | * LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
31 | * GitHub: [@arasgungore](https://github.com/arasgungore)
32 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 Aras Güngöre
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/main.tex:
--------------------------------------------------------------------------------
1 | %-------------------------
2 | % Resume in Latex
3 | % Author : Aras Gungore
4 | % License : MIT
5 | %------------------------
6 |
7 | \documentclass[letterpaper,11pt]{article}
8 |
9 | \usepackage{latexsym}
10 | \usepackage[empty]{fullpage}
11 | \usepackage{titlesec}
12 | \usepackage{marvosym}
13 | \usepackage[usenames,dvipsnames]{color}
14 | \usepackage{verbatim}
15 | \usepackage{enumitem}
16 | \usepackage[hidelinks]{hyperref}
17 | \usepackage{fancyhdr}
18 | \usepackage[english]{babel}
19 | \usepackage{tabularx}
20 | \usepackage{hyphenat}
21 | \usepackage{fontawesome}
22 | \input{glyphtounicode}
23 |
24 |
25 | %---------- FONT OPTIONS ----------
26 | % sans-serif
27 | % \usepackage[sfdefault]{FiraSans}
28 | % \usepackage[sfdefault]{roboto}
29 | % \usepackage[sfdefault]{noto-sans}
30 | % \usepackage[default]{sourcesanspro}
31 |
32 | % serif
33 | % \usepackage{CormorantGaramond}
34 | % \usepackage{charter}
35 |
36 |
37 | \pagestyle{fancy}
38 | \fancyhf{} % clear all header and footer fields
39 | \fancyfoot{}
40 | \renewcommand{\headrulewidth}{0pt}
41 | \renewcommand{\footrulewidth}{0pt}
42 |
43 | % Adjust margins
44 | \addtolength{\oddsidemargin}{-0.5in}
45 | \addtolength{\evensidemargin}{-0.5in}
46 | \addtolength{\textwidth}{1in}
47 | \addtolength{\topmargin}{-.5in}
48 | \addtolength{\textheight}{1.0in}
49 |
50 | \urlstyle{same}
51 |
52 | \raggedbottom
53 | \raggedright
54 | \setlength{\tabcolsep}{0in}
55 |
56 | % Sections formatting
57 | \titleformat{\section}{
58 | \vspace{-4pt}\scshape\raggedright\large
59 | }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
60 |
61 | % Ensure that generate pdf is machine readable/ATS parsable
62 | \pdfgentounicode=1
63 |
64 | %-------------------------
65 | % Custom commands
66 |
67 | \newcommand{\resumeItem}[1]{
68 | \item\small{
69 | {#1 \vspace{-2pt}}
70 | }
71 | }
72 |
73 |
74 | \newcommand{\resumeSubheading}[4]{
75 | \vspace{-2pt}\item
76 | \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
77 | \textbf{#1} & #2 \\
78 | \textit{\small#3} & \textit{\small #4} \\
79 | \end{tabular*}\vspace{-7pt}
80 | }
81 |
82 |
83 | \newcommand{\resumeSubSubheading}[2]{
84 | \vspace{-2pt}\item
85 | \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
86 | \textit{\small#1} & \textit{\small #2} \\
87 | \end{tabular*}\vspace{-7pt}
88 | }
89 |
90 |
91 | \newcommand{\resumeEducationHeading}[6]{
92 | \vspace{-2pt}\item
93 | \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
94 | \textbf{#1} & #2 \\
95 | \textit{\small#3} & \textit{\small #4} \\
96 | \textit{\small#5} & \textit{\small #6} \\
97 | \end{tabular*}\vspace{-5pt}
98 | }
99 |
100 |
101 | \newcommand{\resumeProjectHeading}[2]{
102 | \vspace{-2pt}\item
103 | \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
104 | \small#1 & #2 \\
105 | \end{tabular*}\vspace{-7pt}
106 | }
107 |
108 |
109 | \newcommand{\resumeOrganizationHeading}[4]{
110 | \vspace{-2pt}\item
111 | \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
112 | \textbf{#1} & \textit{\small #2} \\
113 | \textit{\small#3}
114 | \end{tabular*}\vspace{-7pt}
115 | }
116 |
117 | \newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
118 |
119 | \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
120 |
121 | \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
122 | \newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
123 | \newcommand{\resumeItemListStart}{\begin{itemize}}
124 | \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
125 |
126 | %-------------------------------------------
127 | %%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
128 |
129 |
130 | \begin{document}
131 |
132 | %---------- HEADING ----------
133 |
134 | \begin{center}
135 | \textbf{\Huge \scshape Aras Güngöre} \\ \vspace{3pt}
136 | \small
137 | \faMobile \hspace{.5pt} \href{tel:905314204536}{+90 531 420 4536}
138 | $|$
139 | \faAt \hspace{.5pt} \href{mailto:arasgungore09@gmail.com}{arasgungore09@gmail.com}
140 | $|$
141 | \faLinkedinSquare \hspace{.5pt} \href{https://www.linkedin.com/in/arasgungore}{LinkedIn}
142 | $|$
143 | \faGithub \hspace{.5pt} \href{https://github.com/arasgungore}{GitHub}
144 | $|$
145 | \faGlobe \hspace{.5pt} \href{https://arasgungore.github.io}{Portfolio}
146 | $|$
147 | \faMapMarker \hspace{.5pt} \href{https://www.google.com/maps/place/Bogazici+University+North+Campus/@41.0863067,29.0441352,15z/data=!4m5!3m4!1s0x0:0x9d2497b07c8edb2f!8m2!3d41.0863067!4d29.0441352}{Istanbul, Turkey}
148 | \end{center}
149 |
150 |
151 |
152 | %----------- EDUCATION -----------
153 |
154 | \section{Education}
155 | \vspace{3pt}
156 | \resumeSubHeadingListStart
157 |
158 | \resumeEducationHeading
159 | {Boğaziçi University
160 | % \normalfont{(Admission rate: 0.09\%)}
161 | }{Istanbul, Turkey}
162 | {B.Sc. in Electrical and Electronics Engineering; \textbf{GPA: 3.62/4.00}}{Sep 2018 \textbf{--} Jun 2023}
163 | {Minor Degree in Computer Science;
164 | \textbf{GPA: 3.58/4.00}}{Oct 2020 \textbf{--} Jun 2023}
165 | \resumeSubHeadingListStart
166 | \small{\item{
167 | % \textbf{Relevant coursework:} Materials Science, Electrical Circuits I-II, Digital System Design, Numerical Methods, Probability Theory, Electronics I-II, Signals and Systems, Electromagnetic Field Theory, Energy Conversion, System Dynamics and Control, Communication Engineering, Pattern Recognition, Introduction to Digital Signal Processing, Introduction to Digital Communications, Introduction to Database Systems, Introduction to Image Processing, Machine Vision
168 | \textbf{National University Admission Exam (YKS):} Ranked $75^{th}$ in Mathematics and Science among ca. 2.3 million candidates with a test score of 489.92/500. (Jul 2018)}}
169 | \resumeSubHeadingListEnd
170 |
171 | % \resumeSubheading
172 | % {Kocaeli Science High School
173 | % \normalfont{(Admission rate: 0.85\%)}
174 | % }{Kocaeli, Turkey}
175 | % {High School Diploma; \textbf{GPA: 97.03/100}}{Sep 2014 \textbf{--} Jun 2018}
176 |
177 | \resumeSubHeadingListEnd
178 |
179 |
180 |
181 | %----------- SKILLS -----------
182 |
183 | \section{Skills}
184 | \vspace{2pt}
185 | \resumeSubHeadingListStart
186 | \small{\item{
187 |
188 | \textbf{Languages:}{ C/C++, C\#, Java, Python, Go, JavaScript, TypeScript, SQL, Swift, Scala, MATLAB, R} \\ \vspace{3pt}
189 |
190 | \textbf{Technologies:}{ Qt, Flask, Django, Node.js, React.js, MySQL, MongoDB, Git, SVN, Docker, AWS, Kubernetes, GCP, Kafka, RabbitMQ, OpenCV, PyTorch, TensorFlow} \\ \vspace{3pt}
191 |
192 | \textbf{Methodologies:}{ Agile, Scrum, OOP, Functional Programming, DevOps, CI/CD, TDD} \\ \vspace{3pt}
193 |
194 | }}
195 | \resumeSubHeadingListEnd
196 |
197 |
198 |
199 | %----------- EXPERIENCE -----------
200 |
201 | \section{Experience}
202 | \vspace{3pt}
203 | \resumeSubHeadingListStart
204 |
205 | \resumeSubheading
206 | {Avikon}{Istanbul, Turkey}
207 | {Software Engineer}{Dec 2023 \textbf{--} Present, Full-time}
208 | \resumeItemListStart
209 | \resumeItem{Designed a Qt-based chat application utilizing TCP for real-time communication within a client-server architecture, demonstrating expertise in socket programming, data serialization, and message routing.}
210 | \resumeItem{Crafted message types in IDL and designed a data-centric publish-subscribe architecture based on a flyweight design pattern to implement OpenDDS for a radar system's command and control interface. Utilized QoS policies to facilitate the transmission of both volatile and persistent data across different topics.}
211 | \resumeItem{Implemented a fully asynchronous AMQP-based C++ client with a layered architecture for RabbitMQ message broker to ensure seamless message handling among multiple topics.}
212 | \resumeItem{Developed a cross-platform asynchronous program to refine UAV detection for a GIS application. Benchmarked point-in-polygon algorithms with a GeoJSON polygon database concurrently fetched from MongoDB.}
213 | \resumeItemListEnd
214 |
215 | \resumeSubheading
216 | {SemperTech}{Istanbul, Turkey}
217 | {Software Engineer}{Sep 2023 \textbf{--} Nov 2023, Full-time}
218 | \resumeItemListStart
219 | \resumeItem{Worked on the “Arçelik Digital Home Energy” project in a collaborative effort with DAI-Labor at the Technical University of Berlin under the supervision of \href{https://www.linkedin.com/in/prof-dr-dr-h-c-sahin-albayrak-65452a1/}{\color{blue}Prof. Dr. Şahin Albayrak}.}
220 | \resumeItem{Simulated discovery, pairing, and data exchange processes using the EEBUS protocol suite with C\# and Go. Migrated the framework from Go to C++ in order to ensure future adaptability for smart home IoT devices.}
221 | \resumeItem{Implemented the TLS protocol for secure data exchange using the X.509 standard and integrated multicast DNS for seamless communication to complement the development of SHIP and SPINE protocols.}
222 | \resumeItemListEnd
223 |
224 | % \resumeSubheading
225 | % {Scale AI}{San Francisco, California, United States (Remote)}
226 | % {Prompt Engineer}{Mar 2023 \textbf{--} Sep 2023, Freelance}
227 | % \resumeItemListStart
228 | % \resumeItem{Crafted elaborate Turkish prompts for various generative AI tasks. Tailored prompts using well-defined formats such as natural language questions and structured inputs based on the task's domain to fine-tune the LLM, improving the chatbot's responses and enhancing overall performance.}
229 | % \resumeItem{Provided user feedback by reviewing and scoring the chatbot's responses to ensure they align with intended chatbot behaviors and the chatbot produces accurate and contextually appropriate responses to given prompts.}
230 | % \resumeItem{Engaged in collaborative meetings with cross-functional teams and project coordinators, actively seeking guidance, addressing queries, and collectively brainstorming strategies to generate higher-quality prompts.}
231 | % \resumeItemListEnd
232 |
233 | \resumeSubheading
234 | {Max Planck Institute for Intelligent Systems}{Stuttgart, Baden\textbf{-}Württemberg, Germany}
235 | {Undergraduate Researcher}{Jun 2022 \textbf{--} Aug 2022, Internship}
236 | \resumeItemListStart
237 | \resumeItem{Engaged in collaborative research within the Robotics, Collectives and Learning subgroup at the Physical Intelligence Department with Ph.D. students \href{https://www.linkedin.com/in/sinan-ozgun-demir-981311129/}{\color{blue}Sinan Özgün Demir} and \href{https://www.linkedin.com/in/alpkaracakol/}{\color{blue}Alp Can Karacakol} on a project about 3D printing and heat-assisted magnetic programming of soft machines under the supervision of \href{https://www.linkedin.com/in/metin-sitti-0a8a712/}{\color{blue}Prof. Dr. Metin Sitti}.}
238 | \resumeItem{Optimized a C++ ROS package for real-time conversion of 3D motion controller events to ROS messages, achieving high-frequency and buffer-free synchronization.}
239 | \resumeItem{Developed an Arduino Mega driver to activate a laser and pressure regulator, for monitoring coil temperatures and PID tuning to control the coil currents. Established a robust ROS-Arduino communication network by integrating ROSSerial and handshaking to simulate a 3D printing and magnetic programming process with Python.}
240 | % \resumeItem{Designed the project's system and software architecture, flowchart, and state machine diagram. Expanded G-code capabilities by incorporating spherical coordinates to specify the direction of magnetization for shape morphing.}
241 | \resumeItemListEnd
242 |
243 | % \resumeSubheading
244 | % {Nanonetworking Research Group, Boğaziçi University}{Istanbul, Turkey}
245 | % {Undergraduate Researcher}{Oct 2021 \textbf{--} Jun 2022, Part-time}
246 | % \resumeItemListStart
247 | % \resumeItem{Worked on the “Design and Implementation of Molecular Communication Systems Using Index Modulation” project under the supervision of \href{https://www.linkedin.com/in/alipusane/}{\color{blue}Prof. Dr. Ali Emre Pusane}.}
248 | % \resumeItem{Simulated the Brownian motion of molecules in a SISO MCvD system and predicted simulation parameters such as receiver radius, diffusion coefficient, and transmitter-receiver distance using CNNs with Keras and TensorFlow.}
249 | % \resumeItem{Plotted the arrival of molecules per symbol duration in a SISO MCvD system using Binomial, Poisson, and Gaussian model approximations with MATLAB.}
250 | % \resumeItem{Ran Monte Carlo simulations of the Gaussian model to encode and decode randomized binary sequences in a SISO MCvD system using BCSK modulation technique and calculated the bit error rate on Z-channel.}
251 | % \resumeItemListEnd
252 |
253 | % \vspace{20pt}
254 | \resumeSubheading
255 | {SESTEK Speech Enabled Software Technologies}{Istanbul, Turkey}
256 | {AI Research and Development Intern}{Jan 2022 \textbf{--} Feb 2022, Internship}
257 | \resumeItemListStart
258 | % \resumeItem{Executed diverse NLP tasks, including NER, POS tagging, sentiment analysis, text classification, and extractive and generative QA using transformers and Hugging Face libraries. Conducted a thorough literature review on information retrieval and reading comprehension to stay updated on SOTA ML models.}
259 | \resumeItem{Developed a generative QA system with dense passage retrieval (DPR) and retrieval-augmented generation (RAG) techniques using the Haystack framework and PyTorch.}
260 | \resumeItem{Worked on a Turkish open-domain QA system made by fine-tuning BERTurk and XLM-Roberta models. Tabularized exact match and F1 scores derived from DeepMind's XQuAD and various Turkish data sets.}
261 | \resumeItemListEnd
262 |
263 | % \resumeSubheading
264 | % {Meteksan Defense Industry Inc.}{Ankara, Turkey}
265 | % {Analog Design Engineering Intern}{Jul 2021 \textbf{--} Aug 2021, Internship}
266 | % \resumeItemListStart
267 | % \resumeItem{Designed and simulated numerous analog circuits such as voltage-mode controlled buck converter, phase-shifted full-bridge isolated DC-DC converter, and EMI filters with LTspice. Integrated these circuits and implemented a 320 W power distribution unit to be used in a radar system's power circuit board.}
268 | % \resumeItem{Researched real-world compatible electronic components to be used in such circuits including GaNFETs, high-side gate drivers, and Schottky diodes.}
269 | % \resumeItem{Assembled PCBs of both common and differential mode filters and used VNA Bode 100 to measure the cut-off frequencies.}
270 | % \resumeItemListEnd
271 |
272 | \resumeSubHeadingListEnd
273 |
274 |
275 |
276 | %----------- AWARDS & ACHIEVEMENTS -----------
277 |
278 | \section{Awards \& Achievements}
279 | \vspace{2pt}
280 | \resumeSubHeadingListStart
281 | \small{\item{
282 | \textbf{High Honors Degree:}{ Awarded to Bachelor alumni who have graduated with a GPA greater than or equal to 3.50 by Boğaziçi University. (Jul 2023)} \\ \vspace{3pt}
283 |
284 | \textbf{TÜBİTAK 2247-C Intern Researcher Scholarship:}{ Awarded to students who take part in research projects carried out by the Scientific and Technological Research Council of Turkey (TÜBİTAK). (Dec 2021 \textbf{--} Jun 2022)} \\ \vspace{3pt}
285 |
286 | % \textbf{National University Admission Exam (YKS):}{ Ranked $75^{th}$ in Mathematics and Science among ca. 2.3 million candidates with a test score of 489.92/500. (Jul 2018)} \\ \vspace{3pt}
287 |
288 | \textbf{KYK Outstanding Success Scholarship:}{ Awarded to students who have been ranked in the top 100 on National University Admission Exam by Higher Education Credit and Hostels Institution (KYK). (Sep 2018 \textbf{--} Jun 2023)} \\ \vspace{3pt}
289 |
290 | % \textbf{Boğaziçi University Success Scholarship:}{ Awarded to students who have been ranked in the top 100 on National University Admission Exam by Boğaziçi University. (Sep 2018 \textbf{--} Jun 2023)} \\ \vspace{3pt}
291 |
292 | \textbf{Kocaeli Science High School Valedictorian Award:}{ Graduated as the highest ranked student. (Jun 2018)}
293 | }}
294 | \resumeSubHeadingListEnd
295 |
296 |
297 |
298 | %----------- PROJECTS -----------
299 |
300 | \section{Projects}
301 | \vspace{3pt}
302 | \resumeSubHeadingListStart
303 |
304 | \resumeProjectHeading
305 | {\textbf{Filters and Fractals} $|$ \emph{\href{https://github.com/arasgungore/filters-and-fractals}{\color{blue}GitHub}}}{}
306 | \resumeItemListStart
307 | \resumeItem{A C project which implements a variety of image processing operations that manipulate the size, filter, brightness, contrast, saturation, and other properties of PPM images from scratch and recursive fractal generation functions to model popular fractals including Mandelbrot set, Julia set, Koch curve, Barnsley fern, and Sierpinski triangle.}
308 | \resumeItemListEnd
309 |
310 | \resumeProjectHeading
311 | {\textbf{Chess Bot} $|$ \emph{\href{https://github.com/arasgungore/chess-bot}{\color{blue}GitHub}}}{}
312 | \resumeItemListStart
313 | \resumeItem{A C++ project in which you can play chess against an AI with a specified decision tree depth that uses alpha-beta pruning algorithm to predict the optimal move. Aside from basic moves, this mini chess engine also implements chess rules such as castling, en passant, fifty-move rule, threefold repetition, and pawn promotion.}
314 | \resumeItemListEnd
315 |
316 | \resumeProjectHeading
317 | {\textbf{DS\&A Projects} $|$ \emph{\href{https://github.com/arasgungore/CMPE250-projects}{\color{blue}GitHub}}}{}
318 | \resumeItemListStart
319 | \resumeItem{Five Java projects that apply DS\&A concepts such as discrete-event simulation using priority queues, Dijkstra's shortest path algorithm, Prim's algorithm to find the minimum spanning tree, Dinic's algorithm for maximum flow problems, and weighted job scheduling with dynamic programming to real-world problems.}
320 | \resumeItemListEnd
321 |
322 | \resumeSubHeadingListEnd
323 |
324 |
325 |
326 | %----------- RELEVANT COURSEWORK -----------
327 |
328 | % \section{Relevant Coursework}
329 | % \vspace{2pt}
330 | % \resumeSubHeadingListStart
331 | % \small{\item{
332 | % \textbf{Major coursework:}{ Materials Science, Electrical Circuits I-II, Digital System Design, Numerical Methods, Probability Theory, Electronics I-II, Signals and Systems, Electromagnetic Field Theory, Energy Conversion, System Dynamics and Control, Communication Engineering, Pattern Recognition, Introduction to Digital Signal Processing, Introduction to Digital Communications, Introduction to Database Systems, Introduction to Image Processing, Machine Vision} \\ \vspace{3pt}
333 |
334 | % \textbf{Minor coursework:}{ Discrete Computational Structures, Introduction to Object-Oriented Programming, Data Structures and Algorithms, Computer Organization, Fundamentals of Software Engineering}
335 | % }}
336 | % \resumeSubHeadingListEnd
337 |
338 |
339 |
340 | %----------- CERTIFICATES -----------
341 |
342 | % \section{Certificates}
343 | % \resumeSubHeadingListStart
344 |
345 | % \resumeOrganizationHeading
346 | % {Procter \& Gamble VIA Certificate Program}{Feb 2022}{Project Management and Personal Productivity}
347 |
348 | % \resumeSubHeadingListEnd
349 |
350 |
351 |
352 | %----------- ORGANIZATIONS -----------
353 |
354 | % \section{Organizations}
355 | % \resumeSubHeadingListStart
356 |
357 | % \resumeOrganizationHeading
358 | % {Institute of Electrical and Electronics Engineers (IEEE)}{Feb 2022 -- Present}{Student Member}
359 |
360 | % \resumeSubHeadingListEnd
361 |
362 |
363 |
364 | %----------- HOBBIES -----------
365 |
366 | % \section{Hobbies}
367 | % \resumeSubHeadingListStart
368 | % \small{\item{Basketball, Swimming, Fitness, Eight-ball, Horology}}
369 | % \resumeSubHeadingListEnd
370 |
371 |
372 |
373 | %----------- REFERENCES -----------
374 |
375 | % \section{References}
376 | % \vspace{2pt}
377 | % \resumeSubHeadingListStart
378 | % \item{References available upon request.}
379 | % \resumeSubHeadingListEnd
380 |
381 |
382 |
383 | %-------------------------------------------
384 | \end{document}
385 |
--------------------------------------------------------------------------------