akshatsingh1718

Untitled

Jan 29th, 2025
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 11.01 KB | Source Code | 0 0
  1. %-------------------------
  2. % Resume in Latex
  3. % Author : Vaishanth
  4. % License : MIT
  5. %------------------------
  6.  
  7. \documentclass[letterpaper,11pt]{article}
  8.  
  9. \usepackage{latexsym}
  10. \usepackage[empty]{fullpage}
  11. \usepackage{titlesec}
  12. \usepackage{marvosym}
  13. \usepackage[usenames,dvipsnames]{color}
  14. \usepackage{verbatim}
  15. \usepackage{enumitem}
  16. \usepackage[hidelinks]{hyperref}
  17. \usepackage[english]{babel}
  18. \usepackage{tabularx}
  19. \usepackage{fontawesome5}
  20. \usepackage{multicol}
  21. \usepackage{graphicx}%\setmainfont{Times New Roman}
  22. \setlength{\multicolsep}{-3.0pt}
  23. \setlength{\columnsep}{-1pt}
  24. \input{glyphtounicode}
  25.  
  26. \RequirePackage{tikz}
  27. \RequirePackage{xcolor}
  28.  
  29. \definecolor{cvblue}{HTML}{0E5484}
  30. \definecolor{black}{HTML}{130810}
  31. \definecolor{darkcolor}{HTML}{0F4539}
  32. \definecolor{cvgreen}{HTML}{3BD80D}
  33. \definecolor{taggreen}{HTML}{00E278}
  34. \definecolor{SlateGrey}{HTML}{2E2E2E}
  35. \definecolor{LightGrey}{HTML}{666666}
  36. \colorlet{name}{black}
  37. \colorlet{tagline}{darkcolor}
  38. \colorlet{heading}{darkcolor}
  39. \colorlet{headingrule}{cvblue}
  40. \colorlet{accent}{darkcolor}
  41. \colorlet{emphasis}{SlateGrey}
  42. \colorlet{body}{LightGrey}
  43.  
  44. %----------FONT OPTIONS----------
  45. % sans-serif
  46. % \usepackage[sfdefault]{FiraSans}
  47. % \usepackage[sfdefault]{roboto}
  48. % \usepackage[sfdefault]{noto-sans}
  49. % \usepackage[default]{sourcesanspro}
  50.  
  51. % \usepackage[T1]{fontenc}
  52. % \usepackage[T1]{fontenc}
  53. % \usepackage{cochineal}
  54. % \usepackage{fourier}
  55.  
  56. % \usepackage{fontspec}
  57. % \usepackage{polyglossia}
  58. % \setmainlanguage{german}
  59. % \setmainfont{Times New Roman}
  60.  
  61. % serif
  62. \usepackage{CormorantGaramond}
  63. \usepackage{charter}
  64.  
  65. % \pagestyle{fancy}
  66. % \fancyhf{}  % clear all header and footer fields
  67. % \fancyfoot{}
  68. % \renewcommand{\headrulewidth}{0pt}
  69. % \renewcommand{\footrulewidth}{0pt}
  70.  
  71. % Adjust margins
  72. \addtolength{\oddsidemargin}{-0.6in}
  73. \addtolength{\evensidemargin}{-0.5in}
  74. \addtolength{\textwidth}{1.19in}
  75. \addtolength{\topmargin}{-.7in}
  76. \addtolength{\textheight}{1.4in}
  77. \urlstyle{same}
  78.  
  79. \definecolor{airforceblue}{rgb}{0.36, 0.54, 0.66}
  80.  
  81. \raggedbottom
  82. \raggedright
  83. \setlength{\tabcolsep}{0in}
  84.  
  85. % Sections formatting
  86. \titleformat{\section}{
  87.  \vspace{-4pt}\scshape\raggedright\large\bfseries
  88. }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
  89.  
  90. % Ensure that generate pdf is machine readable/ATS parsable
  91. \pdfgentounicode=1
  92.  
  93. %-------------------------
  94. % Custom commands
  95. \newcommand{\resumeItem}[1]{
  96.  \item\small{
  97.    {#1 \vspace{-1pt}}
  98.  }
  99. }
  100.  
  101. \newcommand{\classesList}[4]{
  102.    \item\small{
  103.        {#1 #2 #3 #4 \vspace{-2pt}}
  104.  }
  105. }
  106.  
  107. \newcommand{\resumeSubheading}[4]{
  108.  \vspace{-2pt}\item
  109.    \begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r}
  110.      \textbf{\large#1} & \textbf{\small #2} \\
  111.      \textit{\large#3} & \textit{\small #4} \\
  112.      
  113.    \end{tabular*}\vspace{-7pt}
  114. }
  115.  
  116.  
  117. \newcommand{\resumeSingleSubheading}[4]{
  118.  \vspace{-2pt}\item
  119.    \begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r}
  120.      \textbf{\large#1} & \textbf{\small #2} \\
  121.      
  122.    \end{tabular*}\vspace{-7pt}
  123. }
  124.  
  125. \newcommand{\resumeSubSubheading}[2]{
  126.    \item
  127.    \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
  128.      \textit{\small#1} & \textit{\small #2} \\
  129.    \end{tabular*}\vspace{-7pt}
  130. }
  131.  
  132.  
  133. \newcommand{\resumeProjectHeading}[2]{
  134.    \item
  135.    \begin{tabular*}{1.001\textwidth}{l@{\extracolsep{\fill}}r}
  136.      \small#1 & \textbf{\small #2}\\
  137.    \end{tabular*}\vspace{-7pt}
  138. }
  139.  
  140. \newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
  141.  
  142. \renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$}
  143. \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
  144.  
  145. \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]}
  146. \newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
  147. \newcommand{\resumeItemListStart}{\begin{itemize}[leftmargin=0.1in]}
  148. \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
  149.  
  150. \newcommand\sbullet[1][.5]{\mathbin{\vcenter{\hbox{\scalebox{#1}{$\bullet$}}}}}
  151.  
  152. %-------------------------------------------\usepackage{fontspec}
  153. %%%%%%  RESUME STARTS HERE  %%%%%%%%%%%%%%%%%%%%%%%%%%%%
  154.  
  155.  
  156. \begin{document}
  157. %----------HEADING----------
  158.  
  159.  
  160. \begin{center}
  161.    {\huge AKSHAT SINGH} \\ \vspace{2pt}
  162.    {+91 96674-51718} ~
  163.    \small{-}
  164.    \href{https://medium.com/@akshat.singh1718}{\color{blue}{Medium Blogs}} ~
  165.    \small{-}
  166.    \href{mailto:[email protected]}{\color{blue}{[email protected]}} ~
  167.    \small{-}
  168.    \href{https://www.linkedin.com/in/akshatsingh1718/}{ \color{blue}{linkedin}}  ~
  169.    \small{-}
  170.    \href{https://github.com/akshatsingh1718/}{ \color{blue}{github}} ~
  171.    \small{-}
  172.    \href{https://leetcode.com/u/AkshatSingh1718/}{ \color{blue}{leetcode}} ~
  173.    \vspace{-7pt}
  174.    
  175. \end{center}
  176.  
  177. %-----------EDUCATION-----------
  178. \section{\color{airforceblue}EDUCATION}
  179.  \resumeSubHeadingListStart
  180.     \resumeSubheading
  181.      {BITS Pilani}{Pilani, Rajasthan}
  182.      {B.SC. DESIGN \& COMPUTING}{February 2021 - February 2025}
  183.  \resumeSubHeadingListEnd
  184.  \vspace{-10pt}
  185.  
  186. %-----------PROGRAMMING SKILLS-----------
  187. \section{\color{airforceblue}TECHNICAL SKILLS}
  188. \begin{itemize}[leftmargin=0in, label={}]
  189.    \small{\item{
  190.     \textbf{\normalsize{Languages:}}{ \normalsize{Python, Javascript, Java, C++, Dart}} \\
  191.      \vspace{1.2pt}
  192.      
  193.     \textbf{\normalsize{Web development:}}{ \normalsize{ Next js, React, Redux, Django, Flask,  HTML, CSS, JQuery, Tailwind CSS, Material UI, Electron js}} \\
  194.      \vspace{1.2pt}
  195.     \textbf{\normalsize{ML \& Generative AI:}}{ \normalsize{ PyTorch, Tensorflow, Langchain, Llamaindex, Ollama, TruLens,  Sklearn, Pandas, Numpy, OpenCV}} \\
  196.      \vspace{1.2pt}
  197.     \textbf{\normalsize{Cloud tools:}}{ \normalsize{ Azure Databrics, Azure Web Services, Azure data factory, Azure DevOps, Amazon S3, Py-Spark,  CI \& CD}} \\
  198.      \vspace{1.2pt}
  199.     \textbf{\normalsize{Other tools \& Libraries:}}{ \normalsize{SQL, Postgresql, MongoDB, Shell, Git \& GitHub, Docker, Linux}}
  200.  
  201.      % copy and paste above textbf block to add more
  202.      }}
  203.  \end{itemize}
  204. \vspace{-16pt}
  205.  
  206.  %-----------EXPERIENCE-----------
  207. \section{\color{airforceblue}WORK EXPERIENCE}
  208.  \resumeSubHeadingListStart
  209.  
  210.    \resumeSubheading
  211.      {Senior Software engineer}{}
  212.      {HCL Technologies, Noida, India}{October 2020 - Present}
  213.      \resumeItemListStart
  214.            \resumeItem{\normalsize{Leading initiatives utilizing Large Language Models to elevate natural language comprehension and produce compelling, human-like textual outputs.}}
  215.            \resumeItem{\normalsize{Introduced Azure Data Factory pipelines with integrated DevOps CI/CD methodologies to streamline cloud solutions, while optimizing demand-supply chain processes using Databricks to enhance operational efficiency and predictive capabilities.}}  
  216.            \resumeItem{\normalsize{Directed AI-driven health safety initiatives, spearheading a project on deep learning models for COVID-19 mask detection. Implemented real-time temperature monitoring and mask compliance using thermal cameras and live feeds, ensuring adherence to health safety protocols.}}  
  217.       \resumeItemListEnd  
  218.     % copy and paste above resumeSubheading block to add more
  219.   \resumeSubHeadingListEnd
  220. \vspace{-12pt}
  221.  
  222.  
  223.  %-----------PROJECTS-----------
  224. \section{\color{airforceblue}PROJECTS}    
  225.  
  226.  \resumeSubHeadingListStart
  227.  
  228.    \resumeSubheading
  229.      {GST Billing Software} {}
  230.      {\normalsize{React, Electron.js, Material UI, Redux, Cross-Platform, Auto-Update, Authentication, PDF \& Excel Generation}}{}
  231.      \resumeItemListStart
  232.            \resumeItem{\normalsize{\textbf{Implemented} a comprehensive courier management system for a courier business, operational for \textbf{over a year}.}}
  233.            \resumeItem{\normalsize{Developed using React and Electron.js for a seamless cross-platform experience with Material UI for an intuitive interface, and Redux for efficient state management.}}
  234.            \resumeItem{\normalsize{\textbf{Integrated authentication-based login} with distinct \textbf{permissions} for admin and staff, enhancing security, and \textbf{enabled auto-updates} through GitHub, ensuring users always have the latest features and security patches.}}
  235.            \resumeItem{\normalsize{\textbf{Designed} and \textbf{generated customizable PDF \& Excel} formats for billing, improving transaction documentation and presentation.}}
  236.      \resumeItemListEnd  
  237.  
  238.      
  239.    \resumeSubheading
  240.      {Tanishq Marriage Bureau \href{https://www.tanishqmarriagebureau.com/}{\color{blue}\underline{[see website]}}} {}
  241.      {\normalsize{HTML, CSS, JavaScript, Python Django, Tailwind CSS, MySQL, SMTP, Whatsapp API}}{}
  242.      \resumeItemListStart
  243.            \resumeItem{\normalsize{\textbf{Empowered} a matrimonial company with a robust web application, serving \textbf{over 5000 registered users} for \textbf{more than 2 years}.}}
  244.            \resumeItem{\normalsize{\textbf{Provided a function-rich dashboard} for users match making. \textbf{Integrated E-mail (SMTP), WhatsApp API} for sending user profiles. Implemented authentication-based login for different permission levels.}}
  245.      \resumeItemListEnd  
  246.  
  247.  
  248.  
  249.    \resumeSubheading
  250.      {BuyFy E-Commerce Website \href{https://github.com/akshatsingh1718/buyfy}{\color{blue}\underline{[see github]}}} {}
  251.      {\normalsize{Java, JSP, Java Hibernate, Bootstrap, PayTM API}}{}
  252.      \resumeItemListStart
  253.            \resumeItem{\normalsize{\textbf{Developed a full-stack E-Commerce website} using Java as the backend framework, JSP for dynamic pages, and Java Hibernate for database interaction.}}
  254.            \resumeItem{\normalsize{Designed different pages for displaying search results and dedicated product pages, enhancing user navigation and experience. \textbf{Integrated local storage} to persist shopping cart data across sessions, improving user convenience, and \textbf{incorporated Paytm payment} test API for simulated transactions, ensuring the checkout process was fully functional.}}
  255.       \resumeItemListEnd  
  256.     % copy and paste above resumeSubheading block to add more
  257.   \resumeSubHeadingListEnd  
  258.  \vspace{-12pt}
  259. %
  260.  
  261. %-----------Publications---------------
  262. \section{\color{airforceblue}PUBLICATIONS}
  263.    
  264.  \resumeItemListStart
  265.    \resumeItem{\normalsize{Generative AI Blog titled \textbf{Decoding BabyAGI: Unraveling Task-Driven Autonomy} explaining detailed code understanding of how Bab AGI works.}}\href{https://medium.com/@akshat.singh1718/decoding-babyagi-unraveling-task-driven-autonomy-f6002dbd659c}{\color{blue}\underline{Link}}
  266.    \vspace{-5pt}
  267.    
  268.    \resumeItem{\normalsize{Blog titled \textbf{Enhancing RAG with Corrective Strategies: A Plug-and-Play Approach} on corrective retrieval augmented generation explaining how to introduce correction in retrieval process of RAG pipeline. }}\href{https://medium.com/@akshat.singh1718/enhancing-rag-with-corrective-strategies-a-plug-and-play-approach-505a6e5dd001}{\color{blue}\underline{Link}}
  269.    \vspace{-5pt}
  270.  
  271.     % copy and paste above resumeItem block to add more
  272.    
  273.   \resumeItemListEnd
  274.  
  275. \vspace{-12pt}
  276.  
  277. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment