Last active
March 24, 2026 11:02
-
-
Save lynkos/07432ff78ca975b922f65a9083c47862 to your computer and use it in GitHub Desktop.
My resume in LaTeX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % Resume in LaTeX | |
| % Author : Kiran Brahmatewari | |
| % Website: https://github.com/lynkos | |
| % License : MIT | |
| %------------------------ | |
| \documentclass[letterpaper,11pt]{article} | |
| \usepackage{latexsym} | |
| \usepackage[empty]{fullpage} | |
| \usepackage{titlesec} | |
| \usepackage{marvosym} | |
| \usepackage{multicol} | |
| \usepackage[usenames,dvipsnames]{color} | |
| \usepackage{verbatim} | |
| \usepackage{enumitem} | |
| \usepackage[pdftex]{hyperref} | |
| \usepackage{fancyhdr} | |
| \usepackage{tikz} | |
| \usepackage{fontawesome} | |
| \usetikzlibrary{positioning, calc} | |
| \pagestyle{fancy} | |
| \fancyhf{} % clear all header and footer fields | |
| \fancyfoot{} | |
| \renewcommand{\headrulewidth}{0pt} | |
| \renewcommand{\footrulewidth}{0pt} | |
| % Adjust margins | |
| \addtolength{\oddsidemargin}{-0.475in} | |
| \addtolength{\evensidemargin}{-0.375in} | |
| \addtolength{\textwidth}{1in} | |
| \addtolength{\topmargin}{-.5in} | |
| \addtolength{\textheight}{1.0in} | |
| \urlstyle{same} | |
| \raggedbottom | |
| \raggedright | |
| \setlength{\tabcolsep}{0in} | |
| % Sections formatting | |
| \titleformat{\section}{ | |
| \vspace{-4pt}\scshape\raggedright\large | |
| }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] | |
| %------------------------- | |
| % Custom commands | |
| \newcommand{\listItem}[2]{ | |
| \item\small{ | |
| \textbf{#1}{#2 \vspace{-2pt}} | |
| } | |
| } | |
| \newcommand{\subheading}[4]{ | |
| \vspace{-1pt}\item | |
| \begin{tabular*}{0.982\textwidth}{l@{\extracolsep{\fill}}r} | |
| \textbf{#1} & {\small#2}\\ | |
| \textit{\small#3} & \textit{\small#4}\\ | |
| \end{tabular*}\vspace{-5pt} | |
| } | |
| \newcommand{\subItem}[2]{\listItem{#1}{#2}\vspace{-4pt}} | |
| \renewcommand{\labelitemii}{$\circ$} | |
| \newcommand{\subheadingListStart}{\begin{itemize}[leftmargin=*,label={}]} | |
| \newcommand{\subheadingListEnd}{\end{itemize}} | |
| \newcommand{\itemListStart}{\begin{itemize}} | |
| \newcommand{\itemListEnd}{\end{itemize}\vspace{-5pt}} | |
| %------------------------------------------- | |
| %%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| \setlength{\footskip}{4.1pt} | |
| \begin{document} | |
| %----------HEADING----------------- | |
| \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} | |
| \textbf{\href{https://lynkos.dev}{\Large KIRAN BRAHMATEWARI}} & \href{mailto:kiran.brahma98@gmail.com}{kiran.brahma98@gmail.com}\\ | |
| \faLinkedin \hspace{0.05em} \href{https://linkedin.com/in/kiran-brahmatewari}{kiran-brahmatewari} \faGithub \hspace{0.05em} \href{https://github.com/lynkos}{lynkos} \faLink \hspace{0.05em} \href{https://lynkos.dev}{lynkos.dev} & +1 (305) 491--5507\\ | |
| \end{tabular*} | |
| %-----------EXPERIENCE----------- | |
| \section{Experience} | |
| \subheadingListStart | |
| \subheading | |
| {Software Engineer Intern}{May 2021 -- August 2024} | |
| {\href{https://www.oracle.com/cloud}{Oracle}}{Remote, Hybrid} | |
| \itemListStart | |
| \listItem{} | |
| {Automated (1) Top of Rack switch replacement workflow, (2) change management ticket creation, and (3) release creation/deployment; resulted in 80\% decrease in time spent triaging tickets} | |
| \listItem{} | |
| {Enhanced network monitoring capabilities by developing a command line tool to automatically convert all Terraform alarm configurations within a given directory and subdirectories into a Grafana dashboard; conveniently auto-uploaded once user enters new dashboard's name, parent folder (optional), and commit message (optional)} | |
| \listItem{} | |
| {Authored comprehensive technical documentation, unit tests, and test scenarios/cases; method coverage $\approx$ 90\%} | |
| \listItem{} | |
| {Engineered a database solution for fault code data management, including a Data Access Object (DAO) layer, to support a data pipeline for the data warehouse, contributing to operational analytics} | |
| % {Created table in Oracle Database for storing fault code data to be sent to data warehouse, and implemented Data Access Object (DAO) pattern to handle communication (i.e. CRUD) between table and data objects} | |
| \listItem{} | |
| {Onboarded throttling service to limits service} | |
| \itemListEnd | |
| \subheading | |
| {Research Assistant}{September 2023 -- April 2024} | |
| {\href{https://acyd.fiu.edu}{Analytics for Cyber Defense Lab}}{Miami, FL} | |
| \itemListStart | |
| \listItem{} | |
| {Designed and developed \href{https://github.com/lericemautech/Q-SECURE}{client-server software} for large matrix multiplication with Internet of Things (IoT) devices} | |
| %{Writing and designing \href{https://github.com/lericemautech/Q-SECURE}{custom client-server software} from scratch to facilitate secure communication between a computer (i.e. client) and $M$ Internet of Things (IoT) devices (i.e. servers)} | |
| \listItem{} | |
| {Implemented multiparty computation (MPC), a quantum-resistant cryptographic algorithm, to ensure reliable and secure data exchange} | |
| \listItem{} | |
| {Improved multiplication speed for sufficiently large matrices; i.e. runtime is significantly faster --- in comparison to NumPy's $\texttt{dot}$, $\texttt{matmult}$, and $\texttt{einsum}$ routines --- when computing the product of sufficiently large matrices} | |
| \itemListEnd | |
| \subheadingListEnd | |
| %--------SKILLS------------ | |
| \section{Skills} | |
| \subheadingListStart | |
| \listItem{Languages} | |
| {: Python, Bash, YAML, JSON, HTML, CSS, JavaScript, Markdown, Java, Ruby, Terraform, Jinja, C, C++} | |
| \listItem{Frameworks} | |
| {: PyTorch, OpenCV, Keras, TensorFlow, NumPy, SymPy, MySQL, Espressif, Arduino, SASS, Jekyll} | |
| \listItem{Tools} | |
| {: Jira, Git, Conda, Jupyter, Colab, Roboflow, Grafana, Docker, GitHub Actions, VMWare Fusion, Vim, Wine} | |
| \subheadingListEnd | |
| %-----------EDUCATION----------------- | |
| \section{Education} | |
| \subheadingListStart | |
| \subheading | |
| {Bachelor of Science in Computer Science}{August 2025} | |
| {Florida International University}{Miami, FL} | |
| \itemListStart | |
| \listItem{Relevant Coursework} | |
| {: Artificial Intelligence, Operating Systems, Net-Centric Computing, Data Structures, Discrete Mathematics, Systems Programming, Computer Architecture, Software Engineering, Algorithm Techniques, Principles of Programming Languages, Mobile Application Development, Fundamentals of Quantum Computing} | |
| \itemListEnd | |
| \subheadingListEnd | |
| %-----------PROJECTS----------------- | |
| \section{Projects} | |
| \subheadingListStart | |
| \subheading | |
| {Personal Blog}{April 2025 -- Present} | |
| {\href{https://blog.lynkos.dev}{blog.lynkos.dev}}{Miami, FL} | |
| \itemListStart | |
| \listItem{} | |
| {Developing, customizing, and maintaining a blog that's auto-generated with Markdown and Jekyll} | |
| \listItem{} | |
| {Writing about \href{https://blog.lynkos.dev/posts/grover-full}{quantum search algorithm}; \href{https://blog.lynkos.dev/posts/self-compiled-llm}{self-compiled, optimized large language models (LLMs) for Apple Silicon} (e.g. MacBook Pro M1, M2, etc.); \href{https://blog.lynkos.dev/posts/play-windows-games}{playing Windows games on Mac} using \href{https://gist.github.com/lynkos/fc27a9cf827a4d7adf6c2f3a6b7f0f7a}{custom Bash scripts}, Wine, and various graphics APIs; \href{https://blog.lynkos.dev/posts/singularity}{the singularity}; \href{https://blog.lynkos.dev/tags/cybersecurity}{cybersecurity}; and much more} | |
| \itemListEnd | |
| \subheading | |
| {\href{https://github.com/lynkos/algae-detection}{Using AI and Low-Cost Camera to Detect Harmful Algae in Natural Water}}{January -- May 2024} | |
| {Capstone II}{Miami, FL} | |
| \itemListStart | |
| \listItem{} | |
| {Designed and developed a system that uses a custom computer vision model and a camera (i.e. most ESP32-CAMs, iPhones, and webcams) to quickly detect and identify species of harmful algae in real-time via livestream and video; i.e. using convolutional neural networks for object detection} | |
| \listItem{} | |
| {Wrote \href{https://colab.research.google.com/drive/19X4aGWTeXQbgEKVteR9qrgit67jNxkmJ}{comprehensive Google Colab tutorial} that details the process of training, validating, inferencing, exporting, and deploying the custom AI model; tutorial also goes over dataset annotation, preprocessing, and augmentation} | |
| \listItem{} | |
| {Lead and managed team of 3 senior computer science students (i.e. team lead)} | |
| \itemListEnd | |
| \subheading | |
| {\href{https://github.com/lynkos/grovers-algorithm}{Quantum Search Algorithm}}{January -- May 2023} | |
| {Fundamentals of Quantum Computing}{Miami, FL} | |
| \itemListStart | |
| \listItem{} | |
| {} | |
| \itemListEnd | |
| \subheading | |
| {\href{https://github.com/lynkos}{iPhone App}}{January -- May 2025} | |
| {Mobile App Development}{Miami, FL} | |
| \itemListStart | |
| \listItem{} | |
| {} | |
| \itemListEnd | |
| \subheading | |
| {Personal Website}{September 2022 -- Present} | |
| {\href{https://lynkos.dev}{lynkos.dev}}{Miami, FL} | |
| \itemListStart | |
| \listItem{} | |
| {} | |
| \itemListEnd | |
| \subheadingListEnd | |
| %------------------------------------------- | |
| %%%%%% CV ENDS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment