fix(tex): remove old latex cv template files

This commit is contained in:
Prad Nukala
2026-06-25 13:46:16 -04:00
parent 2145a059fe
commit 76c24c8313
3 changed files with 96 additions and 281 deletions
-84
View File
@@ -1,84 +0,0 @@
% Intro Options
\ProvidesClass{deedy-resume-openfont}[2014/04/30 CV class]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{print}{\def\@cv@print{}}
\DeclareOption*{%
\PassOptionsToClass{\CurrentOption}{article}
}
\ProcessOptions\relax
\LoadClass{article}
% Package Imports
\usepackage[hmargin=1.25cm, vmargin=0.75cm]{geometry}
\usepackage[hidelinks]{hyperref}
% Publications
\usepackage{cite}
\renewcommand\refname{\vskip -1.5cm}
% Color definitions
\usepackage[usenames,dvipsnames]{xcolor}
\definecolor{date}{HTML}{666666}
\definecolor{primary}{HTML}{2b2b2b}
\definecolor{headings}{HTML}{6A6A6A}
\definecolor{subheadings}{HTML}{333333}
% Set main fonts
\usepackage{fontspec}
\setmainfont[Color=primary, Path = fonts/lato/,BoldItalicFont=Lato-RegIta,BoldFont=Lato-Reg,ItalicFont=Lato-LigIta]{Lato-Lig}
\setsansfont[Scale=MatchLowercase,Mapping=tex-text, Path = fonts/raleway/]{Raleway-ExtraLight}
% Date command
\usepackage[absolute]{textpos}
\usepackage[UKenglish]{isodate}
\setlength{\TPHorizModule}{1mm}
\setlength{\TPVertModule}{1mm}
\newcommand{\lastupdated}{\begin{textblock}{60}(155,5)
\color{date}\fontspec[Path = fonts/raleway/]{Raleway-ExtraLight}\fontsize{8pt}{10pt}\selectfont
Last Updated on \today
\end{textblock}}
% Name command
\newcommand{\namesection}[3]{
\centering{
\fontsize{40pt}{60pt}
\fontspec[Path = fonts/lato/]{Lato-Hai}\selectfont #1
\fontspec[Path = fonts/lato/]{Lato-Lig}\selectfont #2
} \\[5pt]
\centering{
\color{headings}
\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{14pt}\selectfont #3}
\noindent\makebox[\linewidth]{\color{headings}\rule{\paperwidth}{0.4pt}}
\vspace{-15pt}
}
% Section seperators
\usepackage{titlesec}
\titlespacing{\section}{0pt}{0pt}{0pt}
\titlespacing{\subsection}{0pt}{0pt}{0pt}
\newcommand{\sectionsep}{\vspace{8pt}}
% Headings command
\titleformat{\section}{\color{headings}
\scshape\fontspec[Path = fonts/lato/]{Lato-Lig}\fontsize{16pt}{24pt}\selectfont \raggedright\uppercase}{}{0em}{}
% Subeadings command
\titleformat{\subsection}{
\color{subheadings}\fontspec[Path = fonts/lato/]{Lato-Bol}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase}{}{0em}{}
\newcommand{\runsubsection}[1]{
\color{subheadings}\fontspec[Path = fonts/lato/]{Lato-Bol}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase {#1} \normalfont}
% Descriptors command
\newcommand{\descript}[1]{
\color{subheadings}\raggedright\scshape\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{13pt}\selectfont {#1 \\} \normalfont}
% Location command
\newcommand{\location}[1]{
\color{headings}\raggedright\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{10pt}{12pt}\selectfont {#1\\} \normalfont}
% Bullet Lists with fewer gaps command
\newenvironment{tightemize}{
\vspace{-\topsep}\begin{itemize}\itemsep1pt \parskip0pt \parsep0pt}
{\end{itemize}\vspace{-\topsep}}
-197
View File
@@ -1,197 +0,0 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy - One Page Two Column Resume
% LaTeX Template
% Version 1.2 (16/9/2014)
%
% Original author:
% Debarghya Das (http://debarghyadas.com)
%
% Original repository:
% https://github.com/deedydas/Deedy-Resume
%
% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
%
% This template uses several fonts not included with Windows/Linux by
% default. If you get compilation errors saying a font is missing, find the line
% on which the font is used and either change it to a font included with your
% operating system or comment the line out to use the default font.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Known Issues:
% 1. Overflows onto second page if any column's contents are more than the
% vertical limit
% 2. Hacky space on the first bullet point on the second column.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume-openfont}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% LAST UPDATED DATE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lastupdated
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\namesection{Prad}{Nukala}{ \urlstyle{same}\href{https://prad.nu}{prad.nu} | \href{https://did.run}{did.run} | \href{https://github.com/prdlk}{github.com/prdlk} | \href{mailto:prad@sonr.io}{prad@sonr.io}\\
Principal Architect --- Distributed Systems \& Applied Cryptography
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN ONE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[t]{0.33\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PROFILE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Profile}
15+ years building crypto-primitives from first principles. Specialist in client-side WASM enclaves, WebAuthn / Account Abstraction identity, and high-performance settlement rails.
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% STACK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Stack}
\subsection{Languages}
Go (expert) \textbullet{} Rust \textbullet{} TypeScript / React \textbullet{} C++
\sectionsep
\subsection{Cryptography \& Identity}
WebAuthn / Passkeys \textbullet{} MPC-TSS \textbullet{} ERC-4337 \textbullet{} UCANs \textbullet{} DIDs
\sectionsep
\subsection{Runtime \& Storage}
WASM (Extism, Dedicated Workers) \textbullet{} OPFS \textbullet{} SQLite / wa-sqlite \textbullet{} TigerBeetle
\sectionsep
\subsection{Networking}
libp2p \textbullet{} WebRTC DataChannels \textbullet{} GossipSub \textbullet{} IBC
\sectionsep
\subsection{Chains \& Infra}
EVM (Base, Monad) \textbullet{} Cosmos SDK \textbullet{} Cloudflare Workers \textbullet{} IPFS / Helia
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LINKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Links}
Site:// \href{https://prad.nu}{\bf prad.nu} \\
Demo:// \href{https://did.run}{\bf did.run} \\
Github:// \href{https://github.com/prdlk}{\bf prdlk} \\
LinkedIn:// \href{https://www.linkedin.com/in/pradn}{\bf pradn} \\
X:// \href{https://x.com/thisisprad}{\bf @thisisprad} \\
Email:// \href{mailto:prad@sonr.io}{\bf prad@sonr.io}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RECOGNITION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Recognition}
\subsection{GitHub}
\descript{4th Most Contributions Worldwide}
\location{2021 -- 2023 \textbullet{} 6{,}000+ commits}
\sectionsep
\subsection{Fast Company}
\descript{Featured}
Decentralized identity \& consumer crypto.
\sectionsep
\subsection{iOS App Store}
\descript{Top 5{,}000 launch app}
\location{age 12 \textbullet{} 2008}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN TWO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{minipage}
\hfill
\begin{minipage}[t]{0.66\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EXPERIENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\runsubsection{HyperAuth} \descript{(formerly Sonr) | Founder \& Architect}
\location{2020 -- Present}
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Led a \$5M venture-backed buildout of a decentralized identity protocol; raised at age 24.
\item Architected \textbf{Motr} --- a Go-compiled WASM enclave running in a browser Dedicated Worker. \textbf{Sub-10ms signing}, 15--20x faster than Privy and Web3Auth.
\item Solved the ``header constraint'': Motr runs without \texttt{SharedArrayBuffer} or COOP/COEP, dropping into any dApp with zero security-header friction.
\item Shipped 60+ cryptographic operations --- MPC-TSS keygen, DID management, UCAN delegation --- locally, with hardware-backed entropy.
\item Built end-to-end Passkey/WebAuthn $\rightarrow$ ERC-4337 onboarding (Pimlico, Alchemy); biometric-to-on-chain in under 3 seconds.
\item Executed a 3-week ``power-wash'' refactor (Mar 2026): full migration from a sovereign Cosmos L1 to a lean Ethereum / L2 stack.
\item Built \href{https://did.run}{did.run} solo --- public demo of the world's fastest client-side identity enclave.
\end{tightemize}
\sectionsep
\runsubsection{W3C} \descript{| Working Group Member}
\location{2021 -- Present}
\begin{tightemize}
\item Contributing member on standards bodies covering DIDs, WebAuthn, and WASM --- the three primitives the HyperAuth stack is built on.
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SELECTED ENGINEERING
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Selected Engineering}
\runsubsection{Local-First Runtime}
\descript{| WASM concurrency \& sync}
\begin{tightemize}
\item OPFS + SQLite-in-WASM for high-concurrency state inside a single browser tab.
\item P2P device synchronization over libp2p, WebRTC DataChannels, and GossipSub.
\end{tightemize}
\sectionsep
\runsubsection{Settlement Pipeline}
\descript{| Fiat-to-crypto rails}
\begin{tightemize}
\item Apple Pay Gateway $\rightarrow$ Noble USDC (IBC) $\rightarrow$ TigerBeetle double-entry accounting.
\end{tightemize}
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SPEAKING
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Speaking}
\runsubsection{MIT Media Lab}
\descript{| Guest Lecturer}
\location{Graduate blockchain courses}
\begin{tightemize}
\item ``The Future of Self-Sovereign Identity.'' Co-shaped curriculum at the intersection of WebAuthn and hardware-backed security modules.
\end{tightemize}
\end{minipage}
\end{document} \documentclass[]{article}
+96
View File
@@ -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}