|
| 1 | +%------------------------- |
| 2 | +% Resume in Latex |
| 3 | +% Author : Dileepadari |
| 4 | +% License : MIT |
| 5 | +%------------------------ |
| 6 | + |
| 7 | +\documentclass[11pt,a4paper]{article} |
| 8 | + |
| 9 | +\usepackage{latexsym} |
| 10 | +\usepackage[T1]{fontenc} |
| 11 | +% REMOVED: \usepackage[empty]{fullpage} (Conflicts with geometry) |
| 12 | +% FIXED: Geometry settings for A4 with proper margins |
| 13 | +\usepackage[a4paper, margin=0.5in]{geometry} |
| 14 | +\usepackage{titlesec} |
| 15 | +\usepackage{marvosym} |
| 16 | +\usepackage[usenames,dvipsnames]{color} |
| 17 | +\usepackage{verbatim} |
| 18 | +\usepackage{enumitem} |
| 19 | +\usepackage[hidelinks]{hyperref} |
| 20 | +\usepackage{fancyhdr} |
| 21 | +\usepackage[english]{babel} |
| 22 | +\usepackage{tabularx} |
| 23 | +\usepackage{fontawesome5} |
| 24 | +\usepackage{multicol} |
| 25 | +\setlength{\multicolsep}{-3.0pt} |
| 26 | +\setlength{\columnsep}{-1pt} |
| 27 | +\input{glyphtounicode} |
| 28 | + |
| 29 | +\pagestyle{fancy} |
| 30 | +\fancyhf{} % clear all header and footer fields |
| 31 | +\fancyfoot{} |
| 32 | +\renewcommand{\headrulewidth}{0pt} |
| 33 | +\renewcommand{\footrulewidth}{0pt} |
| 34 | + |
| 35 | +% REMOVED: Manual margin adjustments (These caused the misalignment) |
| 36 | +% \addtolength{\oddsidemargin}{0.4in} |
| 37 | +% \addtolength{\evensidemargin}{0.4in} |
| 38 | +% \addtolength{\textwidth}{1.2in} |
| 39 | +% \addtolength{\topmargin}{.4in} |
| 40 | + |
| 41 | +\urlstyle{same} |
| 42 | + |
| 43 | +\raggedbottom |
| 44 | +\raggedright |
| 45 | +\setlength{\tabcolsep}{0in} |
| 46 | + |
| 47 | +% Sections formatting |
| 48 | +\titleformat{\section}{ |
| 49 | + \vspace{-4pt}\scshape\raggedright\large\bfseries |
| 50 | +}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] |
| 51 | + |
| 52 | +% Ensure that generate pdf is machine readable/ATS parsable |
| 53 | +\pdfgentounicode=1 |
| 54 | + |
| 55 | +%------------------------- |
| 56 | +% Custom commands |
| 57 | +\newcommand{\resumeItem}[1]{ |
| 58 | + \item\small{ |
| 59 | + {#1 \vspace{-2pt}} |
| 60 | + } |
| 61 | +} |
| 62 | + |
| 63 | +\newcommand{\classesList}[4]{ |
| 64 | + \item\small{ |
| 65 | + {#1 #2 #3 #4 \vspace{-2pt}} |
| 66 | + } |
| 67 | +} |
| 68 | + |
| 69 | +\newcommand{\resumeSubheading}[4]{ |
| 70 | + \vspace{-2pt}\item |
| 71 | + \begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r} |
| 72 | + \textbf{#1} & \textbf{\small #2} \\ |
| 73 | + \textit{\small#3} & \textit{\small #4} \\ |
| 74 | + \end{tabular*}\vspace{-7pt} |
| 75 | +} |
| 76 | + |
| 77 | +\newcommand{\resumeSubSubheading}[2]{ |
| 78 | + \item |
| 79 | + \begin{tabular*}{1.0\textwidth}{l@{\extracolsep{\fill}}r} |
| 80 | + \textit{\small#1} & \textit{\small #2} \\ |
| 81 | + \end{tabular*}\vspace{-7pt} |
| 82 | +} |
| 83 | + |
| 84 | +\newcommand{\resumeProjectHeading}[2]{ |
| 85 | + \item |
| 86 | + % FIXED: Changed 1.001\textwidth to 1.0\textwidth to prevent right-side clipping |
| 87 | + \begin{tabular*}{1.0\textwidth}{l@{\extracolsep{\fill}}r} |
| 88 | + \small#1 & \textbf{\small #2}\\ |
| 89 | + \end{tabular*}\vspace{-7pt} |
| 90 | +} |
| 91 | + |
| 92 | +\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}} |
| 93 | + |
| 94 | +\renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$} |
| 95 | +\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$} |
| 96 | + |
| 97 | +\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]} |
| 98 | +\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} |
| 99 | +\newcommand{\resumeItemListStart}{\begin{itemize}} |
| 100 | +\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} |
| 101 | + |
| 102 | +%------------------------------------------- |
| 103 | +%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 104 | + |
| 105 | +\begin{document} |
| 106 | +\begin{center} |
| 107 | + {\Huge \scshape DILEEP KUMAR ADARI} \\ \vspace{2pt} |
| 108 | + \small \raisebox{-0.1\height}\faPhone\ +91~7330701217~ |
| 109 | + \href{mailto: [email protected]}{ \raisebox{-0.2 \height} \faEnvelope~ \underline{ [email protected]}}~ |
| 110 | + \href{https://www.linkedin.com/in/dileep-kumar-adari/}{\raisebox{-0.2\height}\faLinkedin~\underline{linkedin.com/in/a-dk}}~ |
| 111 | + \href{https://github.com/Dileepadari/}{\raisebox{-0.2\height}\faGithub~\underline{github.com/Dileepadari}} |
| 112 | + \vspace{-8pt} |
| 113 | +\end{center} |
| 114 | + |
| 115 | +%-----------EDUCATION----------- |
| 116 | +\vspace{-9pt} |
| 117 | +\section{Education} |
| 118 | + \resumeSubHeadingListStart |
| 119 | + \resumeSubheading |
| 120 | + {International Institute of Information Technology, Hyderabad}{Aug 2022 - Present} |
| 121 | + {Bachelor of Technology in Computer Science \& Engineering with Honors}{Expected Graduation - May 2026} |
| 122 | + \resumeSubHeadingListEnd |
| 123 | +\vspace{3pt} |
| 124 | +\textbf{Coursework:} Data Structures \& Algorithms $\bullet$ Operating Systems \& Networks $\bullet$ Database Management Systems $\bullet$ Software Engineering $\bullet$ Information Security $\bullet$ Data Analytics $\bullet$ IoT $\bullet$ Embedded Systems |
| 125 | + |
| 126 | +\vspace{-8pt} |
| 127 | + |
| 128 | +%-----------EXPERIENCE----------- |
| 129 | +\section{Experience} |
| 130 | +\resumeSubHeadingListStart |
| 131 | +\resumeSubheading |
| 132 | +{Google Summer of Code 2025 \texttt{|} Joomla! CMS}{May 2025 - Sep 2025}{}{} |
| 133 | +\vspace{-19pt} |
| 134 | +\resumeItemListStart |
| 135 | +\resumeItem{Engineered a robust, end-to-end workflow management solution with an intuitive visual tool that simplified article stage management in Joomla CMS, consolidating a 6-7 page process into a single, unified interface.} |
| 136 | +\resumeItem{Spearheaded 2 concurrent projects including a plugin using Vue.js, PHP, and Joomla Framework, significantly improving the delivery timeline by 2 weeks through proactive open-source collaboration and communication.} |
| 137 | +\resumeItemListEnd |
| 138 | + |
| 139 | +\resumeSubheading |
| 140 | +{Undergraduate Researcher \texttt{|} SERC Lab, IIIT Hyderabad}{Apr 2024 - Present}{}{} |
| 141 | +\vspace{-19pt} |
| 142 | +\resumeItemListStart |
| 143 | +\resumeItem{Investigating the core principles of applied human-centered design and human-computer interaction under Dr. Raman Saxena over the last 15 months to enhance user satisfaction and usability of complex software systems.} |
| 144 | +\resumeItem{Enhanced user-centric ERP system enhancements used by 4,000+ people by applying design thinking, usability testing, accessibility, streamlining workflows for over ten use cases and measurably improved user satisfaction.} |
| 145 | +\resumeItemListEnd |
| 146 | + |
| 147 | +\resumeSubheading |
| 148 | +{Software Engineering Intern \texttt{|} Virtual Labs}{Jan 2024 - Apr 2024}{}{} |
| 149 | +\vspace{-19pt} |
| 150 | +\resumeItemListStart |
| 151 | +\resumeItem{Architected and developed a VS Code Web Extension using TypeScript, GitHub actions and Webpack to create the Virtual Labs Authoring Environment, streamlining the creation workflow for over 1,000 students.} |
| 152 | +\resumeItem{Drove the refinement of more than 10 product features by facilitating weekly client feedback sessions and fostering effective collaboration between technical and non-technical teams, delivering the project within time.} |
| 153 | +\resumeItemListEnd |
| 154 | + |
| 155 | +\resumeSubheading |
| 156 | +{Web Administrator \texttt{|} IT Office, IIIT Hyderabad}{Aug 2023 - Present}{}{} |
| 157 | +\vspace{-19pt} |
| 158 | +\resumeItemListStart |
| 159 | +\resumeItem{Ensured high availability and reliability for university websites serving over 1,000 daily users through real-time health monitoring \& streamlined deployment pipelines, enabling rapid incident diagnosis and resolution.} |
| 160 | +\resumeItem{Diagnosed \& resolved 10-30 technical issues per month, ranging from backend errors to performance bottlenecks, through debugging by reducing downtime \& maintaining service continuity for critical university web infra.} |
| 161 | +\resumeItemListEnd |
| 162 | +\resumeSubHeadingListEnd |
| 163 | +\vspace{-12pt} |
| 164 | + |
| 165 | +%-----------PROJECTS----------- |
| 166 | +\section{Projects} |
| 167 | +\resumeSubHeadingListStart |
| 168 | + |
| 169 | +\resumeSubheading |
| 170 | +{\textbf{University Canteen Management} \texttt{(React.js, FastAPI, GraphQL)}} |
| 171 | +{\href{https://github.com/Dileepadari/CanteenX}{\underline{Source Code}} \;|\; \href{https://smartcanteen.dileepadari.dev}{\underline{Live Demo}}}{\vspace{-14pt}}{} |
| 172 | +\resumeItemListStart |
| 173 | +\resumeItem{Architected and built CanteenX, a scalable, full-stack web platform designed to support a complex ecosystem of multiple vendors, student accounts, and administrators to streamline food ordering and payments.} |
| 174 | +\resumeItemListEnd |
| 175 | + |
| 176 | +\resumeSubheading |
| 177 | +{\textbf{Smart Crop/Plant Monitoring} \texttt{(Flask, ThingSpeak, OM2M)}} |
| 178 | +{\href{https://github.com/Dileepadari/PlantIQ}{\underline{Source Code}} \;|\; \href{https://greenplant.dileepadari.dev}{\underline{Live Demo}}}{\vspace{-14pt}}{} |
| 179 | +\resumeItemListStart |
| 180 | +\resumeItem{Developed PlantIQ, a sensor-driven monitoring system capable of detecting plant stress, water requirement and nutrient imbalances with 95\% accuracy by analyzing real-time sensor streams to proactively alert farmers.} |
| 181 | +\resumeItemListEnd |
| 182 | + |
| 183 | +\resumeSubheading |
| 184 | +{\textbf{Network File System} \texttt{(C, Concurrency, Networking)}} |
| 185 | +{\href{https://github.com/Dileepadari/NFSDrive}{\underline{Source Code}} \;|\; \href{https://github.com/Dileepadari/NFSDrive/blob/main/README.md}{\underline{Execution}}}{\vspace{-14pt}}{} |
| 186 | +\resumeItemListStart |
| 187 | +\resumeItem{Built NFSDrive, a distributed, fault-tolerant file system in C from the ground up, implementing all networking \& concurrency, utilizing TCP socket programming to ensure high data availability \& consistency.} |
| 188 | +\resumeItemListEnd |
| 189 | + |
| 190 | +\resumeSubheading |
| 191 | +{\textbf{Redesigned Institute Management System} \texttt{(Figma, Prototyping)}} |
| 192 | +{\href{https://www.figma.com/proto/HhVg7I6H3AAqC5CIv1tIMH/IMS_Redesign?node-id=4-90\&starting-point-node-id=4\%3A90\&t=3vvXKmWF7sVmWcb6-1}{\underline{Figma}}}{\vspace{-14pt}}{} |
| 193 | +\resumeItemListStart |
| 194 | +\resumeItem{Designed a comprehensive transition plan from Legacy Systems to Institutional ERP applying Human-Centered Design for IMS, outlining pilot usability testing, methodology, findings, \& prioritized design recommendations.} |
| 195 | +\resumeItemListEnd |
| 196 | + |
| 197 | +\resumeSubheading |
| 198 | +{\textbf{Additional Projects}} |
| 199 | +{\href{https://github.com/Dileepadari}{\underline{GitHub}}}{\vspace{-14pt}}{} |
| 200 | +\resumeItemListStart |
| 201 | +\resumeItem{\href{https://github.com/Dileepadari/TourismToolKit}{Tourism ToolKit} $\bullet$ |
| 202 | +\href{https://github.com/Dileepadari/GridWatch}{Smart Power Grid} $\bullet$ |
| 203 | +\href{https://github.com/Dileepadari/ConferenceRoomAPI}{Conference Booking API} $\bullet$ |
| 204 | +\href{https://github.com/Dileepadari/DigitalLibrary}{Digital Library System} $\bullet$ |
| 205 | +\href{https://github.com/Dileepadari/BlogNest}{BlogNest} $\bullet$ |
| 206 | +\href{https://github.com/Dileepadari/FinLearn}{Finance Learning App} $\bullet$ |
| 207 | +\href{https://github.com/Dileepadari/VoteArena}{VoteArena} $\bullet$ |
| 208 | +\href{https://github.com/Dileepadari/Trendify}{Trendify} $\bullet$ |
| 209 | +\href{https://github.com/Dileepadari/ChatWrap}{ChatWrap} $\bullet$ |
| 210 | +\href{https://github.com/Dileepadari/FaceClone}{FaceBook Clone} $\bullet$ |
| 211 | +\href{https://github.com/Dileepadari/MessCheck}{Mess Inspection Tool} $\bullet$ |
| 212 | +\href{https://github.com/Dileepadari/SplitMate}{SplitMate} $\bullet$ |
| 213 | +\href{https://github.com/Dileepadari/LifeBook}{LifeBook} $\bullet$ |
| 214 | +\href{https://github.com/Dileepadari/TimeTrack}{TimeTrack} $\bullet$ |
| 215 | +\href{https://github.com/Dileepadari/MusicMania}{Music Mania} $\bullet$ |
| 216 | +\href{https://github.com/Dileepadari/ManagePEC}{PEC db} $\bullet$ |
| 217 | +\href{https://github.com/Dileepadari/IIITHWebHunt}{WebHunt} $\bullet$ |
| 218 | +\href{https://github.com/Dileepadari/Enhanced-Xv6-Shell}{Enhanced Xv6 Shell} $\bullet$ |
| 219 | +\href{https://github.com/Dileepadari/MiniShell}{Mini Shell}} |
| 220 | +\resumeItemListEnd |
| 221 | + |
| 222 | +\resumeSubHeadingListEnd |
| 223 | +\vspace{-12pt} |
| 224 | + |
| 225 | +%-----------PROGRAMMING SKILLS----------- |
| 226 | +\section{Technical Skills} |
| 227 | + |
| 228 | +\resumeItemListStart |
| 229 | +\resumeItem{\textbf{Languages}: Python, C, C++, JavaScript, TypeScript, Bash, PHP} |
| 230 | +\vspace{-3pt} |
| 231 | +\resumeItem{\textbf{Frameworks}: FastAPI, Flask, React, Node.js, Next.js, Tailwind CSS} |
| 232 | +\vspace{-3pt} |
| 233 | +\resumeItem{\textbf{Clouds \& Databases}: SQL, MongoDB, ThingSpeak, OM2M} |
| 234 | +\vspace{-3pt} |
| 235 | +\resumeItem{\textbf{Technologies}: Docker, PM2, Nginx, Apache, WordPress, Joomla! CMS} |
| 236 | +\vspace{-3pt} |
| 237 | +\resumeItem{\textbf{Developer Tools}: Git, Linux, phpMyAdmin, Postman, Arduino, VS Code} |
| 238 | +\resumeItemListEnd |
| 239 | +\vspace{-6pt} |
| 240 | + |
| 241 | +\section{Achievements \& Positions of Responsibility} |
| 242 | + |
| 243 | +\resumeItemListStart |
| 244 | +\resumeItem{Achieved a peak rating of 1300 (Pupil) on Codeforces} |
| 245 | +\vspace{-3pt} |
| 246 | +\resumeItem{Selected for the Google Summer of Code 2025 program} |
| 247 | +\vspace{-3pt} |
| 248 | +\resumeItem{Worked as a Teaching Assistant for the Software Systems course at IIIT Hyderabad} |
| 249 | +\vspace{-3pt} |
| 250 | +\resumeItem{Led community engagement initiatives as the Head of Social Media for NSS-IIITH} |
| 251 | +\resumeItemListEnd |
| 252 | + |
| 253 | +\end{document} |
0 commit comments