mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 17:31:41 +00:00
fix(tex): remove old latex cv template files
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
\documentclass[11pt]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{geometry}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{paracol}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\geometry{a4paper, margin=0.5in}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{2pt}
|
||||
\columnratio{0.3}
|
||||
|
||||
\begin{document}
|
||||
|
||||
{\centering
|
||||
{\Huge \textbf{Prad Nukala}}\\[2pt]
|
||||
{\large Senior React Native Engineer}
|
||||
\par
|
||||
}
|
||||
\vspace{14pt}
|
||||
|
||||
\begin{paracol}{2}
|
||||
\raggedright
|
||||
\small
|
||||
{\bfseries Contact}\\[2pt]
|
||||
\rule{\linewidth}{0.4pt}\\[4pt]
|
||||
\href{mailto:prnk28@gmail.com}{prnk28@gmail.com}\\[2pt]
|
||||
+ 1 646-508-7789\\[2pt]
|
||||
\href{https://prad.nu}{Website}\\[2pt]
|
||||
\href{https://linkedin.com/in/pradn}{LinkedIn}
|
||||
|
||||
\vspace{8pt}
|
||||
|
||||
{\bfseries Skills}\\[2pt]
|
||||
\rule{\linewidth}{0.4pt}\\[4pt]
|
||||
\textbf{Technical}\\[1pt]
|
||||
Mobile Engineering, Stakeholder Management, iOS Development, React Native, Agile Methodologies, Collaboration, Mobile Architecture\\[4pt]
|
||||
|
||||
\vspace{8pt}
|
||||
|
||||
{\bfseries Languages}\\[2pt]
|
||||
\rule{\linewidth}{0.4pt}\\[4pt]
|
||||
English -- Native\\[2pt]
|
||||
|
||||
\vspace{8pt}
|
||||
|
||||
|
||||
\switchcolumn
|
||||
\normalsize
|
||||
\raggedright
|
||||
{\bfseries Summary}\\[2pt]
|
||||
\rule{\linewidth}{0.4pt}\\[4pt]
|
||||
Senior Software Engineer with 15+ years of experience in mobile development, specializing in React Native. Proven track record in defining architecture patterns and leading cross-functional teams to deliver high-impact features. Adept in product strategy and stakeholder management, I am eager to drive innovative solutions for a mission-driven fintech organization serving immigrant communities.
|
||||
|
||||
\vspace{6pt}
|
||||
{\bfseries Experience}\\[2pt]
|
||||
\rule{\linewidth}{0.4pt}\\[4pt]
|
||||
\textbf{Founder \& CEO} \hfill \textit{Mar 2021 -- Present}\\
|
||||
\textit{Sonr Inc.}
|
||||
\begin{itemize}[leftmargin=*, nosep, topsep=2pt]
|
||||
\item \small{Founded the startup and led executive fundraising efforts, securing \$4.7M to build a peer-to-peer identity and asset management system.}
|
||||
\item \small{Spearheaded end-to-end development of a React Native mobile app (iOS \& Android) powered by the decentralized Matrix protocol, shipping v1.0 with a team of 6 engineers in under 9 months.}
|
||||
\item \small{Architected a custom Layer 1 blockchain using the Cosmos SDK, reducing data serialization overhead by 40\% and cutting cross-node latency by 30\%.}
|
||||
\item \small{Scaled cloud infrastructure on Google Cloud using Kubernetes, Docker, and Ansible, achieving 99.9\% uptime across 3 production environments.}
|
||||
\end{itemize}
|
||||
\vspace{4pt}
|
||||
\textbf{Mobile App Developer} \hfill \textit{Aug 2020 -- May 2021}\\
|
||||
\textit{Leidos Inc.}
|
||||
\begin{itemize}[leftmargin=*, nosep, topsep=2pt]
|
||||
\item \small{Delivered 8+ high-impact features for the Mobile Passport app --- used by 2M+ travelers annually entering the US --- reducing average border check-in time by 15\%.}
|
||||
\item \small{Built and maintained a high-performance Flutter/Dart application across iOS and Android, achieving a 4.8-star App Store rating and cutting crash rate by 25\%.}
|
||||
\item \small{Drove compliance with federal security, privacy, and accessibility standards (WCAG 2.1, FedRAMP) across a 12-person cross-functional agile team.}
|
||||
\end{itemize}
|
||||
\vspace{4pt}
|
||||
|
||||
{\bfseries Education}\\[2pt]
|
||||
\rule{\linewidth}{0.4pt}\\[4pt]
|
||||
\textbf{B.S. in Applied Math} \hfill \textit{2016 -- 2020}\\
|
||||
\textit{Virginia Commonwealth University}
|
||||
\vspace{4pt}
|
||||
|
||||
{\bfseries Projects}\\[2pt]
|
||||
\rule{\linewidth}{0.4pt}\\[4pt]
|
||||
\textbf{Like.ly / 2017}\\
|
||||
\small{Developed an intuitive user interface by building a cross-platform mobile application and a cohesive messenger bot using React Native.}
|
||||
\begin{itemize}[leftmargin=*, nosep, topsep=2pt]
|
||||
\item \small{Developed an intuitive user interface by building a cross-platform mobile application and a cohesive messenger bot using React Native.}
|
||||
\item \small{Customized a web scraper to systematically aggregate public user data to train the model and optimize prediction accuracy.}
|
||||
\item \small{Integrated a Computer Vision API to analyze visual post content and extract key features for the machine learning pipeline.}
|
||||
\end{itemize}
|
||||
\vspace{4pt}
|
||||
|
||||
|
||||
\end{paracol}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user