Resume Template - modified Jake's Resume
unknown
latex
8 months ago
5.7 kB
285
No Index
\documentclass[a4paper,8pt]{article} \usepackage{parskip} \usepackage{hologo} \usepackage{fontspec} %other packages for formatting \RequirePackage{color} \RequirePackage{graphicx} \usepackage[usenames,dvipsnames]{xcolor} \usepackage[scale=0.9, top=.4in, bottom=.4in]{geometry} %tabularx environment \usepackage{tabularx} %for lists within experience section \usepackage{enumitem} % centered version of 'X' col. type \newcolumntype{C}{>{\centering\arraybackslash}X} %to prevent spillover of tabular into next pages \usepackage{supertabular} \usepackage{tabularx} \newlength{\fullcollw} \setlength{\fullcollw}{0.42\textwidth} %custom \section \usepackage{titlesec} \usepackage{multicol} \usepackage{multirow} %CV Sections inspired by: %http://stefano.italians.nl/archives/26 \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] \titlespacing{\section}{1pt}{4pt}{6pt} %for publications \usepackage[style=authoryear,sorting=ynt, maxbibnames=2]{biblatex} %Setup hyperref package, and colours for links \usepackage[unicode, draft=false, hidelinks]{hyperref} \color[HTML]{110223}%{1C033C} \addbibresource{citations.bib} \setlength\bibitemsep{1em} %for social icons \usepackage{fontawesome5} % \usepackage{times} % For underline \usepackage[normalem]{ulem} \setmainfont{Carlito} % Set it to whatever you like \begin{document} % non-numbered pages \pagestyle{empty} \begin{tabularx}{\linewidth}{@{} C @{}} \color[HTML]{1C033C} \Huge{Name Here} \\[4pt] \\ {\href{mailto:email@email.com}{\raisebox{-0.05\height}{\faEnvelope} email@email.com}} $|$ \href{tel:+11234567890}{\raisebox{-0.05\height}{\faMobile} +1 1234 567 890} $|$ {\href{https://github.com/username}{\raisebox{-0.05\height}{\faGithub} github.com/username}} $|$ {\href{https://linkedin.com/in/username}{\raisebox{-0.05\height}{\faLinkedin} linkedin.com/in/username}} $|$ {\href{https://website.com}{\raisebox{-0.05\height}{\faGlobe} website.com}} \end{tabularx} %Experience \section{\textbf{Experience}} \begin{tabularx}{\linewidth}{ @{}l r@{} } \color[HTML]{1C033C} \textbf{\uline{Company Name}} \hfill March 2024 - Present \\[4pt] \color[HTML]{371e77}\textbf{\textit{Senior Full-stack Engineer}}\ \hfill \color[HTML]{4B28A4} \textit{Hydrabad, Telangana} \\[4pt] \begin{minipage}[t]{\linewidth} \begin{itemize}[nosep,after=\strut, leftmargin=2em, itemsep=2pt] \item \textbf{Led a team of Engineers} to build a chat-platform for \textbf{MVP release} \item Successfully released the \textbf{Beta version} to acquire the \textbf{First 1000 Users} \end{itemize} \end{minipage} \end{tabularx} \begin{tabularx}{\linewidth}{ @{}l r@{} } \color[HTML]{1C033C} \textbf{\uline{Company Name}} \hfill June 2021 - July 2023 \\[4pt] \color[HTML]{371e77}\textit{\textbf{Lead Product Engineer}}\ \hfill \textit{Mumbai, Maharashtra} \\[5pt] \begin{minipage}[t]{\linewidth} \begin{itemize}[nosep,after=\strut, leftmargin=2em, itemsep=2pt] \item \textbf{Led a team of 4 people} to drive revenue, achieving organizational \textbf{break-even point} \item Acquired \textbf{10K+ users} by building a web-app for boot-camp that helped conduct sessions on Meditation and Workout \item Tested and Identified \textbf{critical bugs} in customer-facing products, and helped resolve them along with Android team \item Built internal tools for data analysis and decision-making \end{itemize} \end{minipage} \end{tabularx} \begin{tabularx}{\linewidth}{ @{}l r@{} } \color[HTML]{371e77}\textit{\textbf{Software Engineer}}\ \hfill \\[4pt] \begin{minipage}[t]{\linewidth} \begin{itemize}[nosep,after=\strut, leftmargin=2em, itemsep=2pt] \item Reduced bandwidth by \textbf{up to 78\%} through implementation of HTTP Live Streaming, improving user experience \item Reduced API \textbf{response time by 99\%} by implementing caching mechanisms, resulting in better conversions \item Seamlessly handled \textbf{thousands of transactions} on a monthly basis by building the Payment Infrastructure end-to-end \item Designed robust database schema that helped shape the foundation of the back-end infrastructure for the start-up \end{itemize} \end{minipage} \end{tabularx} % Education \section{\textbf{Education}} \begin{tabularx}{\linewidth}{ @{}l r@{} } \color[HTML]{1C033C} \textbf{Gauhati University} & \hfill 2020 \\ \color[HTML]{371e77} Degree {} & \hfill \color[HTML]{4B28A4} \textit{City, State} \\ \multicolumn{2}{@{}X@{}}{Relevant Courses: } \end{tabularx} % Projects \section{\textbf{Projects}} \begin{tabularx}{\linewidth}{ @{}l r@{} } \color[HTML]{1C033C} \textbf{{\href{https://github.com/user/repo/}{ \faGithub{ RepoName }}}} \hfill \color[HTML]{371e77} {} \\[4pt] \color[HTML]{371e77}\textbf{\textit{Social Media App for Meme Sharing}} \hfill \color[HTML]{4B28A4} \textit{Firebase, React, TypeScript, Git} \\[5pt] \begin{minipage}[t]{\linewidth} \begin{itemize}[nosep,after=\strut, leftmargin=2em, itemsep=2pt] \item Developed a meme-centered social media platform, closely resembling Instagram’s interface \item Implemented real-time features using Firebase to enhance user engagement, allowing instant updates on likes, and comments \end{itemize} \end{minipage} \end{tabularx} % Skills \section{\textbf{Skills}} \begin{minipage}[t]{\linewidth} \begin{itemize}[nosep,after=\strut, leftmargin=2em, itemsep=2pt] \item RESTful, Node, Fastify, Express, Node, JavaScript, SASS \item MySQL, Redis, PostgreSQL, MongoDB, DynamoDB, \item React, Next, GatsBy, TailwindCSS, TypeScript \item GraphQL, PrismaORM, Rust, Docker, Git, AWS, TerraForm \end{itemize} \end{minipage} \end{document}
Editor is loading...
Leave a Comment