Advertisement
rajeshinternshala

Untitled

Aug 23rd, 2023
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 9.78 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. \input{glyphtounicode}
  22. \usepackage{fontawesome}
  23.  
  24.  
  25. %----------FONT OPTIONS----------
  26. % sans-serif
  27. % \usepackage[sfdefault]{FiraSans}
  28. % \usepackage[sfdefault]{roboto}
  29. % \usepackage[sfdefault]{noto-sans}
  30. % \usepackage[default]{sourcesanspro}
  31.  
  32. % serif
  33. % \usepackage{CormorantGaramond}
  34. % \usepackage{charter}
  35.  
  36.  
  37. \pagestyle{fancy}
  38. \fancyhf{} % clear all header and footer fields
  39. \fancyfoot{}
  40. \renewcommand{\headrulewidth}{0pt}
  41. \renewcommand{\footrulewidth}{0pt}
  42.  
  43. % Adjust margins
  44. \addtolength{\oddsidemargin}{-0.5in}
  45. \addtolength{\evensidemargin}{-0.5in}
  46. \addtolength{\textwidth}{1in}
  47. \addtolength{\topmargin}{-.5in}
  48. \addtolength{\textheight}{1.0in}
  49.  
  50. \urlstyle{same}
  51.  
  52. \raggedbottom
  53. \raggedright
  54. \setlength{\tabcolsep}{0in}
  55.  
  56. % Sections formatting
  57. \titleformat{\section}{
  58.  \vspace{-4pt}\scshape\raggedright\large
  59. }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
  60.  
  61. % Ensure that generate pdf is machine readable/ATS parsable
  62. \pdfgentounicode=1
  63.  
  64. %-------------------------
  65. % Custom commands
  66. \newcommand{\resumeItem}[1]{
  67.  \item\small{
  68.    {#1 \vspace{-2pt}}
  69.  }
  70. }
  71.  
  72. \newcommand{\resumeSubheading}[4]{
  73.  \vspace{-2pt}\item
  74.    \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
  75.      \textbf{#1} & #2 \\
  76.      \textit{\small#3} & \textit{\small #4} \\
  77.    \end{tabular*}\vspace{-7pt}
  78. }
  79.  
  80. \newcommand{\resumeSubSubheading}[2]{
  81.    \item
  82.    \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
  83.      \textit{\small#1} & \textit{\small #2} \\
  84.    \end{tabular*}\vspace{-7pt}
  85. }
  86.  
  87. \newcommand{\resumeProjectHeading}[2]{
  88.    \item
  89.    \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
  90.      \small#1 & #2 \\
  91.    \end{tabular*}\vspace{-7pt}
  92. }
  93.  
  94. \newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
  95.  
  96. \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
  97.  
  98. \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
  99. \newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
  100. \newcommand{\resumeItemListStart}{\begin{itemize}}
  101. \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
  102.  
  103. %-------------------------------------------
  104. %%%%%%  RESUME STARTS HERE  %%%%%%%%%%%%%%%%%%%%%%%%%%%%
  105.  
  106.  
  107. \begin{document}
  108.  
  109. %----------HEADING----------
  110. % \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
  111. %   \textbf{\href{http://sourabhbajaj.com/}{\Large Sourabh Bajaj}} & Email : \href{mailto:sourabh@sourabhbajaj.com}{sourabh@sourabhbajaj.com}\\
  112. %   \href{http://sourabhbajaj.com/}{http://www.sourabhbajaj.com} & Mobile : +1-123-456-7890 \\
  113. % \end{tabular*}
  114.  
  115. \begin{center}
  116.    \textbf {\Huge \scshape \href{https://www.buffalo.edu/~rbammidi}{Rajesh Bammidi}} \\ \vspace{1pt}
  117.   { \faPhone } \small +17169073693 $|$ { \faEnvelope} \href{mailto:rbammidi@buffalo.edu}{{rbammidi@buffalo.edu}} $|$
  118.    { \faLinkedin} \href{https://www.linkedin.com/in/rajeshbammidi/}{\underline{linkedin.com/in/rajeshbammidi}} $|$
  119.    { \faGithub}\href{https://github.com/rajeshbammidy}{\underline{ github.com/rajeshbammidy}} \\
  120.    
  121.    
  122.    
  123. \end{center}
  124.  
  125.  
  126. %-----------EDUCATION-----------
  127. \section{Education}
  128.  \resumeSubHeadingListStart
  129.    \resumeSubheading
  130.      {State University Of New York At Buffalo}{Buffalo, NY}
  131.      {Master's in Computer Science; GPA: 3.9/4.0}{Aug. 2022 -- Dec 2023}
  132.    \resumeSubheading
  133.      {Lovely Professional University}{Jalandhar, India}
  134.      {Bachelor's in Computer Science ; GPA: 9.32/10.0}{Aug. 2016 -- May 2020}
  135.   \resumeSubHeadingListEnd
  136.  
  137.  
  138. %-----------EXPERIENCE-----------
  139. \section{Experience}
  140.  \resumeSubHeadingListStart
  141.  
  142.    \resumeSubheading
  143.    {University at Buffalo}{Jan. 2023 -- Present}
  144.      {Graduate Teaching Assistant (CSE 250 Data Structures And Algorithms)}{Buffalo, NY}
  145.      \resumeItemListStart
  146.        \resumeItem{Guiding students in crafting {\bf optimized code} solutions for real-world challenges. Conducting comprehensive code reviews and offering constructive feedback to enhance coding skills.}
  147.        \resumeItem{Serving as a proficient Subject Matter Expert in {\bf Core Java and JavaFX technologies.}}
  148.       \resumeItemListEnd
  149.      
  150. % -----------Multiple Positions Heading-----------
  151. %    \resumeSubSubheading
  152. %     {Software Engineer I}{Oct 2014 - Sep 2016}
  153. %     \resumeItemListStart
  154. %        \resumeItem{Apache Beam}
  155. %          {Apache Beam is a unified model for defining both batch and streaming data-parallel processing pipelines}
  156. %     \resumeItemListEnd
  157. %    \resumeSubHeadingListEnd
  158. %-------------------------------------------
  159.  
  160.     \resumeSubheading
  161.         {Urban Company}{Dec 2020 -- Aug 2022}
  162.      {Software Development Engineer 1}{Bangalore, India}
  163.      \resumeItemListStart
  164.        \resumeItem{Created scalable backend microservices with {\bf NodeJs}, {\bf ExpressJs}, {\bf TypeScript}, and {\bf MongoDB} for provider matchmaking system. These microservices expedite the process of finding the best-suited provider for the customer, thereby enhancing the overall {\bf CX}.}
  165.        \resumeItem{Improved slot capacity service performance by reducing critical API response times through optimization, achieving {\bf P99} and {\bf P95} times of under {\bf 150ms} and {\bf 50ms}, respectively, from previous values of around {\bf 350ms} and {\bf 150ms}.}
  166.        \resumeItem{Migrated native Provider {\bf Android App} screens to {\bf React Native} using the in-house framework called Orion, resulting in consistent {\bf UX} across multiple platforms (Android, iOS). This migration significantly reduced deployment wait time by {\bf 45\%} by implementing {\bf OTA} feasibility.}
  167.        \resumeItem{Created a dashboard to configure the provider calendar metrics at city level to handle the supply and demand, which helps to make informed business decisions and also integrated {\bf Airflow} workflow to fill 1M data points in {\bf MongoDB} for the dashboard.}
  168.    \resumeItemListEnd
  169.  
  170.    \resumeSubheading
  171.      { NCR Corporation}{Jan 2020 -- Dec 2020}
  172.      {Software Engineer 1}{Hyderabad, India}
  173.      \resumeItemListStart
  174.        \resumeItem{Developed robust web applications for financial banks, leveraging {\bf ReactJS} and {\bf Spring Boot(Java)} to create responsive and scalable user interfaces and backend systems.}
  175.         % \resumeItem{Monitored and reported on system resource consumption trends using Jmeter and GCP, ensuring that production systems met availability requirements, and that hardware upgrades were scheduled appropriately to maintain optimal performance.}
  176.         % \resumeItem{Led and mentored a team of interns, developing an organizational hiring platform using ReactJS and SpringBoot(Java), from ideation to deployment, resulting in a successful product that met business requirements and delivered significant value to the organization.}
  177.         \resumeItem{Improved response time of critical backend APIs in banking applications from {\bf 180ms} to {\bf 70ms} through API profiling and optimization, and conducted load testing on the optimized APIs using {\bf JMeter}.}
  178.       \resumeItemListEnd
  179.  
  180.   \resumeSubHeadingListEnd
  181.  
  182. %
  183. %-----------PROGRAMMING SKILLS-----------
  184. \section{Technical Skills}
  185. \begin{itemize}[leftmargin=0.15in, label={}]
  186.    \small{\item{
  187.     \textbf{Programming}{: Java({\bf Oracle Certified Java Programmer}), C/C++, Python, JavaScript, TypeScript, Kotlin} \\
  188.     \textbf{Database}{: PostgreSQL, MongoDB, MySql, Firebase, T-SQL, Azure} \\
  189.     \textbf{Development}{: MicroServices, SpringBoot, Android Development, ExpressJS, Nodejs, ReactJS, Material-UI, Hadoop} \\
  190.     \textbf{Developer Tools}{: Git, Jmeter, CI/CD, Docker, Agile, SCRUM, JIRA, VS Code, IntelliJ, Eclipse, Linux} \\
  191.     \textbf{Others}{: DataStructures And Algorithms, Parallel Algorithms, Object Oriented Design, Database Design, Design Patterns, MPI}
  192.    }}
  193. \end{itemize}
  194.  
  195. %-----------PROJECTS-----------
  196. \section{Projects}
  197.    \resumeSubHeadingListStart
  198.      \resumeProjectHeading
  199.          {\textbf{Parallelization of KMP string matching algorithm} $|$ \emph{C/C++, MPI, SLURM}}{Jan 2023 -- Present}
  200.          \resumeItemListStart
  201.            \resumeItem{I developed a parallel KMP string matching algorithm guided by Prof. Dr. Russ Miller, employing {\bf OpenMP} and {\bf MPI} frameworks. My emphasis was on enhancing inter-processor communication to optimize performance. I conducted experiments on substantial DNA datasets at Buffalo's Centre for Computational Research facility, resulting in notably improved runtime. I also assessed performance across diverse network bands like {\bf TCP/IP} and {\bf IB}. This project bolstered my proficiencies in high-performance computing, algorithm design, and optimization.}
  202.          \resumeItemListEnd
  203.      \resumeProjectHeading
  204.          {\textbf{Project Enigma} $|$ \emph{PostgreSQL, Node.js, TypeScript, ReactJs, Git}}{Aug 2022 -- Dec 2022}
  205.          \resumeItemListStart
  206.            \resumeItem{Designed and developed Buffalo's groundbreaking home services web app using {\bf React} for frontend development and Node.js with {\bf PostgreSQL} for scalable backend systems. Successful campus trials impressed investors, leading to encouragement for widespread deployment. Transformed the home services industry in Buffalo, optimizing convenience and efficiency for service providers and customers alike.}
  207.           \resumeItemListEnd
  208.     \resumeSubHeadingListEnd
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. %-------------------------------------------
  216. \end{document}
  217.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement