rishiilluri

Untitled

May 13th, 2023
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. %-------------------------
  2. % Resume in Latex
  3. % Author : Jake Gutierrez
  4. % Based off of: https://github.com/sb2nov/resume
  5. % License : MIT
  6. %------------------------
  7.  
  8. \documentclass[letterpaper,11pt]{article}
  9.  
  10. \usepackage{latexsym}
  11. \usepackage[empty]{fullpage}
  12. \usepackage{titlesec}
  13. \usepackage{marvosym}
  14. \usepackage[usenames,dvipsnames]{color}
  15. \usepackage{verbatim}
  16. \usepackage{enumitem}
  17. \usepackage[hidelinks]{hyperref}
  18. \usepackage{fancyhdr}
  19. \usepackage[english]{babel}
  20. \usepackage{tabularx}
  21. \usepackage{fontawesome5}
  22. \usepackage{multicol}
  23. \setlength{\multicolsep}{-3.0pt}
  24. \setlength{\columnsep}{-1pt}
  25. \input{glyphtounicode}
  26.  
  27.  
  28. %----------FONT OPTIONS----------
  29. % sans-serif
  30. % \usepackage[sfdefault]{FiraSans}
  31. % \usepackage[sfdefault]{roboto}
  32. % \usepackage[sfdefault]{noto-sans}
  33. % \usepackage[default]{sourcesanspro}
  34.  
  35. % serif
  36. % \usepackage{CormorantGaramond}
  37. % \usepackage{charter}
  38.  
  39.  
  40. \pagestyle{fancy}
  41. \fancyhf{} % clear all header and footer fields
  42. \fancyfoot{}
  43. \renewcommand{\headrulewidth}{0pt}
  44. \renewcommand{\footrulewidth}{0pt}
  45.  
  46. % Adjust margins
  47. \addtolength{\oddsidemargin}{-0.6in}
  48. \addtolength{\evensidemargin}{-0.5in}
  49. \addtolength{\textwidth}{1.19in}
  50. \addtolength{\topmargin}{-.7in}
  51. \addtolength{\textheight}{1.4in}
  52.  
  53. \urlstyle{same}
  54.  
  55. \raggedbottom
  56. \raggedright
  57. \setlength{\tabcolsep}{0in}
  58.  
  59. % Sections formatting
  60. \titleformat{\section}{
  61. \vspace{-4pt}\scshape\raggedright\large\bfseries
  62. }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
  63.  
  64. % Ensure that generate pdf is machine readable/ATS parsable
  65. \pdfgentounicode=1
  66.  
  67. %-------------------------
  68. % Custom commands
  69. \newcommand{\resumeItem}[1]{
  70. \item\small{
  71. {#1 \vspace{-2pt}}
  72. }
  73. }
  74.  
  75. \newcommand{\classesList}[4]{
  76. \item\small{
  77. {#1 #2 #3 #4 \vspace{-2pt}}
  78. }
  79. }
  80.  
  81. \newcommand{\resumeSubheading}[4]{
  82. \vspace{-2pt}\item
  83. \begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r}
  84. \textbf{#1} & \textbf{\small #2} \\
  85. \textit{\small#3} & \textit{\small #4} \\
  86. \end{tabular*}\vspace{-7pt}
  87. }
  88.  
  89. \newcommand{\resumeSubSubheading}[2]{
  90. \item
  91. \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
  92. \textit{\small#1} & \textit{\small #2} \\
  93. \end{tabular*}\vspace{-7pt}
  94. }
  95.  
  96. \newcommand{\resumeProjectHeading}[2]{
  97. \item
  98. \begin{tabular*}{1.001\textwidth}{l@{\extracolsep{\fill}}r}
  99. \small#1 & \textbf{\small #2}\\
  100. \end{tabular*}\vspace{-7pt}
  101. }
  102.  
  103. \newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
  104.  
  105. \renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$}
  106. \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
  107.  
  108. \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]}
  109. \newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
  110. \newcommand{\resumeItemListStart}{\begin{itemize}}
  111. \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
  112.  
  113. \usepackage{fontawesome}
  114. \usepackage[hidelinks]{hyperref}
  115.  
  116. %-------------------------------------------
  117. %%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
  118.  
  119.  
  120. \begin{document}
  121.  
  122. %----------HEADING----------
  123. % \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
  124. % \textbf{\href{http://sourabhbajaj.com/}{\Large Sourabh Bajaj}} & Email : \href{mailto:[email protected]}{[email protected]}\\
  125. % \href{http://sourabhbajaj.com/}{http://www.sourabhbajaj.com} & Mobile : +1-123-456-7890 \\
  126. % \end{tabular*}
  127.  
  128. \begin{center}
  129. {\Huge \scshape Rishi Illuri} \\ \vspace{1pt}
  130. Bloomington, IN\\ \vspace{1pt}
  131. \small \raisebox{-0.1\height}\faPhone\ +1 (812) 345 5494 ~ \href{mailto:[email protected]}{\raisebox{-0.2\height}\faEnvelope\ {[email protected]}} ~
  132. \href{https://www.linkedin.com/in/rishi-illuri}{\raisebox{-0.2\height}\faLinkedin\ {rishi-illuri}} ~
  133. \vspace{-8pt}
  134. \end{center}
  135.  
  136.  
  137. %-----------EDUCATION-----------
  138. \section{Education}
  139. \resumeSubHeadingListStart
  140. \resumeSubheading
  141. {Indiana University Bloomington}{August 2022 -- May 2024}
  142. {Master of Science in Computer Science , \textbf{GPA} - \normalfont 4/4}{Bloomington, Indiana}
  143. \resumeSubheading
  144. {National Institute of Technology}{July 2016 -- June 2020}
  145. {Bachelor of Technology in Computer Science, \textbf{CGPA} - \normalfont 8.29/10}{Bhopal, India}
  146.  
  147. \resumeSubHeadingListEnd
  148.  
  149. %-----------PROGRAMMING SKILLS-----------
  150.  
  151. \section{Technical Skills}
  152. \begin{itemize}[leftmargin=0.15in, label={}]
  153. \small{\item{
  154. \textbf{Languages}{~~~~~~Python, GoLang, C++, Java, JavaScript, bash, HTML, MongoDb, MySQL} \\
  155. \textbf{Frameworks}{~~~~Flask, bottle, ReactJS} \\
  156. \textbf{Tools}{~~~~~~~~~~~~~~Kubernetes, Docker, helm, GIT} \\
  157. }}
  158. \end{itemize}
  159. \vspace{-16pt}
  160.  
  161. %-----------EXPERIENCE-----------
  162. \section{Experience}
  163. \resumeSubHeadingListStart
  164.  
  165. \resumeSubheading
  166. {Nutanix}{\normalfont \emph{\bf August 2020 -- July 2022}}
  167. {Member of Technical Staff}{Bangalore, India}
  168. \resumeItemListStart
  169. \resumeItem{Part of Canaveral team. Canaveral is a highly scalable and reliable service that is used to deploy user applications and workloads across on-premises and in multiple public clouds for consistent development and operations at scale.}
  170. \resumeItem{Built, designed, and owned a couple of micro-services. Worked on various significant projects from inception to completion. }
  171.  
  172. \resumeItem{Improved security by implementing role-based access control in all our services}
  173. \resumeItem{Contributed to the improvement of build tools and deployment engine and many other micro-services which helps in developers productivity}
  174. \resumeItem{Upgraded tech stack and added unit tests and integration tests that improved the reliability and maintainability. That helped catch regression early in the development stages }
  175. \resumeItemListEnd
  176. \vspace{-13pt}
  177. \resumeSubheading
  178.  
  179.  
  180.  
  181.  
  182. \resumeSubheading
  183. {Nutanix}{January 2020 -- July 2020}
  184. {Member of Technical Staff Intern}{Bangalore, India}
  185. \resumeItemListStart
  186. \resumeItem{Responsible for creation of developer monitoring tool, developed its backend and user interface using the Flask framework to design API endpoints to store and retrieve data from mongoDB.}
  187.  
  188. \resumeItem{Enhanced the tool's performance by increasing its scalability and availability.}
  189.  
  190. \resumeItemListEnd
  191. \resumeSubheading
  192. {Microsoft}{May 2019 -- July 2019}
  193. {Software Development Engineer Intern}{Hyderabad, India}
  194. \resumeItemListStart
  195. \resumeItem{Developed Azure portal extension utilizing Portal SDK}
  196.  
  197. \resumeItem{Learned about the REST APIs and the role of headers in making API calls and the types of tokens used in the flow.}
  198. \resumeItemListEnd
  199. \resumeSubHeadingListEnd
  200. \vspace{-16pt}
  201.  
  202. %-----------PROJECTS-----------
  203.  
  204. \section{Projects}
  205. \vspace{-5pt}
  206. \resumeSubHeadingListStart
  207. \resumeProjectHeading
  208. {\textbf{Feature-Based Sentimental Analysis on Product Reviews}}{}
  209. \resumeItemListStart
  210. \resumeItem{The project aims to make use of the highly unstructured text reviews about any product, extract the potential features about the product, assign scores to them and represent sentiment(positive or negative) of each feature of a product in a bar graph representation from the product reviews}
  211. \resumeItem{Used Text-processing to detect the sentiment of each feature using mainly two algorithms The High Adjective Count Algorithm (HAC) and Max Opinion Score Algorithm (MOS)}
  212. \resumeItemListEnd
  213. \vspace{-13pt}
  214.  
  215. \resumeProjectHeading
  216. {\textbf{Text Recognition in Images}}{}
  217. \resumeItemListStart
  218. \resumeItem{The objective of the project is to detect text from the image}
  219. \resumeItem{Implemented a robust approach which combines the advantages of both MSER and CNN feature representations. It can be summarized into two points. First, a MSER function is used to detect the regions of image using intensity differnces and returns the bounding boxes . The second contribution is classification step, we train a powerful convolutional neural network which will recognise the text from the image. Was able to get result with accuracy of 84.75\%}
  220. \resumeItemListEnd
  221. \resumeSubHeadingListEnd
  222. \vspace{-16pt}
  223.  
  224.  
  225.  
  226.  
  227. %-----------INVOLVEMENT---------------
  228. \section{Achievements / Extracurricular}
  229. \resumeItemListStart
  230. \resumeItem{Selected for representing my college in ICPC Asia Regionals -
  231. Amritapuri Onsite}
  232. \resumeItem{5 star rated coder on codechef platform}
  233. \resumeItem{Core Member of "Zenith" a Programming club to promote coding culture more in the institute and organise various sessions on programming and host coding contests.}
  234. \resumeItemListEnd
  235.  
  236.  
  237.  
  238. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment