%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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}