Skip to content

Instantly share code, notes, and snippets.

@soulcyon
Last active May 12, 2016 20:27
Show Gist options
  • Save soulcyon/5678317 to your computer and use it in GitHub Desktop.
Save soulcyon/5678317 to your computer and use it in GitHub Desktop.
My latest resume
\documentclass[11pt]{article}
\usepackage{ifthen}
\usepackage{xcolor}
\usepackage{multicol}
\usepackage[left=1cm,top=0.7cm,right=1cm,bottom=1cm,nohead,nofoot]{geometry}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\setitemize{itemsep=-0.3em}
\pagenumbering{gobble}
\newcommand{\boldfont}[1]{\usefont{T1}{bold}{m}{n}#1}
\newcommand{\regfont}[1]{\usefont{T1}{regular}{m}{n}#1}
\newcommand{\nametitle}[1]{\hrulefill\\\vspace{-1.1em}\colorbox{white}{\hspace{1em}\begin{LARGE}\boldfont{#1}\end{LARGE}\hspace{1em}}}
\newcommand{\maintitle}[1]{\hrulefill\\\vspace{-1em}\colorbox{white}{\begin{large}\boldfont{#1}\end{large}\hspace{1em}}}
\newcommand{\exptitle}[3]{\hspace{0.2em}\makebox[8em][s]{\regfont{#3}}\hspace{2em}\boldfont{#1} \regfont{-} \boldfont{#2}\regfont{}
\vspace{-0.5em}}
\begin{document}
\center
\nametitle{Sashank Tadepalli}
\boldfont{2 Banko Farm Rd, Dayton, NJ 08810}\\
\boldfont{(707) 234-5548 | sashank@tadepalli.com}\\
\raggedright
\maintitle{Skill set}
\vspace{-0.5em}
\begin{multicols}{4}
\begin{itemize}
\item \regfont{HTML5}
\item CSS3
\item Javascript
\item C\#.Net
\item Java
\item C++
\item Python
\item OpenCV
\item Visual Studio
\item Sublime Text
\item GitHub
\item MySQL
\item MongoDB
\item LateX
\item Bash Scripting
\item Nginx/Apache
\end{itemize}
\end{multicols}
\vspace{-0.4em}
\maintitle{Professional Experience}
\vspace{0.5em}\\
\exptitle{New Jersey Institute of Technology}{Research Assistant}{May 2012 - Present}
\begin{itemize}[leftmargin=12em]
\item Implemented a Java application for Dependability Model with Cascading Failures
\item Re-engineer 10,000 lines of legacy Java code
\item Refined and revamped the tree generation algorithm
\item Utilized GitHub and Eclipse to fuel teamwork with partner
\end{itemize}
\exptitle{AlaPoker}{Capstone Project}{Jan 2013 - May 2013}
\begin{itemize}[leftmargin=12em]
\item Implemented a variation of poker patented by Professor Ala Saadeghvaziri
\item Managed and lead a team of developers to create an immersive web-based game
\item Consulted directly with client
\item Kept tight control on project scope
\item Utilized GitHub for versioning and managing work progress
\end{itemize}
\exptitle{Marathon Data Systems}{Capstone Project}{Jan 2013 - May 2013}
\begin{itemize}[leftmargin=12em]
\item Implemented image processing algorithms for mobile devices, in pure Javascript
\item Gained experience with OpenCV HAAR cascade training using Python
\item Built initial Javascript framework for future expansion of codebase
\end{itemize}
\iffalse
\exptitle{New Jersey Institute of Technology}{Research Assistant}{Aug 2012 - Nov 2012}
\begin{itemize}[leftmargin=12em]
\item Participated in enhancing a secure-collaboration media application
\item Collaborated with professor to port an iPhone application to the web
\item Utilized Twitter Bootstrap to assist in porting and mobile features
\end{itemize}
\fi
\exptitle{BlackRock Inc}{Javascript Developer}{Jul 2012 - Aug 2012}
\begin{itemize}[leftmargin=12em]
\item Implemented a charting framework for BlackRock Model Portfolios
\item Used jQuery, XML and JSON to interact with internal BlackRock APIs
\item Authored the library documentation in Confluence Wiki
\end{itemize}
\exptitle{Eagle Fleet Service Inc}{Volunteer Developer}{May 2012 - Aug 2012}
\begin{itemize}[leftmargin=12em]
\item Built, deployed and managed financial transaction database (MongoDB)
\item Utilized various PHP libraries to import receipts and export PDFs
\item Designed reporting tool that converts transactions to local standard format
\end{itemize}
\exptitle{iSpeech Inc}{Intern}{May 2011 - May 2012}
\begin{itemize}[leftmargin=12em]
\item Created internal Javascript library for iSpeech public application.
\item Adapted existing code to new backend database, proprietary to iSpeech
\item Filled feedback tickets from QA team throughout development process
\end{itemize}
\exptitle{Viswa Santi Sri Yagam}{Volunteer Webmaster}{May 2010 - Aug 2010}
\begin{itemize}[leftmargin=12em]
\item Created custom website including online registration application for large event
\item Gained experience with Paypal, Authorize.net and Google Checkout APIs
\item Utilized Zend framework to process registrations using Google Spreadsheet as data store
\item Designed and deployed complete payment and authorization system
\end{itemize}
\iffalse
\pagebreak
\exptitle{Global Development Co}{Volunteer Webmaster}{Jul 2011 - May 2012}
\begin{itemize}[leftmargin=12em]
\item Developed \& deployed custom web-based solution
\item Consulted Board members to arrive at viable solution
\item Trained content managers to use Wordpress UI
\item Designed and created custom Wordpress template from scratch
\end{itemize}
\exptitle{Cabeus Inc}{Intern}{Jan 2011 - Jul 2011}
\begin{itemize}[leftmargin=12em]
\item Developed and deployed a Sharepoint-compliant web solution
\item Gained experience with Microsoft Sharepoint and developed with IE6 - IE9
\item Created a customized C\#.Net solution, forward compatiblity with Sharepoint 2012
\end{itemize}
\fi
\maintitle{Education}
\vspace{1em}\\
\exptitle{New Jersey Institute of Technology}{Undergrad}{2013}
\begin{itemize}
\item Bachelor of Science in Computer Science
\end{itemize}
\iffalse
\maintitle{Interests}
\begin{multicols}{3}
\begin{itemize}
\item \regfont{Playing piano}
\item Competitive badminton
\item Building computers
\item Audiophile
\item Design perfectionist
\item Video gamer
\end{itemize}
\end{multicols}
\maintitle{References}
\vspace{1em}\\
Available Upon Request\newline\newline\newline
\fi
\begin{tiny}
This document was created using LateX.
\end{tiny}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment