Created
March 13, 2026 10:17
-
-
Save RajChowdhury240/1c46e794a17f1e4f6b176deb0da64850 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %------------------------- | |
| % Resume in Latex | |
| % Author : Md Arif | |
| % Based off of: https://github.com/sb2nov/resume | |
| % License : MIT | |
| %------------------------ | |
| \documentclass[letterpaper,11pt]{article} | |
| \usepackage{latexsym} | |
| \usepackage[empty]{fullpage} | |
| \usepackage{titlesec} | |
| \usepackage{marvosym} | |
| \usepackage[usenames,dvipsnames]{color} | |
| \usepackage{verbatim} | |
| \usepackage{enumitem} | |
| \usepackage[hidelinks]{hyperref} | |
| \usepackage{fancyhdr} | |
| \usepackage[english]{babel} | |
| \usepackage{tabularx} | |
| \input{glyphtounicode} | |
| %----------FONT OPTIONS---------- | |
| % sans-serif | |
| % \usepackage[sfdefault]{FiraSans} | |
| % \usepackage[sfdefault]{roboto} | |
| % \usepackage[sfdefault]{noto-sans} | |
| % \usepackage[default]{sourcesanspro} | |
| % serif | |
| % \usepackage{CormorantGaramond} | |
| % \usepackage{charter} | |
| \pagestyle{fancy} | |
| \fancyhf{} % clear all header and footer fields | |
| \fancyfoot{} | |
| \renewcommand{\headrulewidth}{0pt} | |
| \renewcommand{\footrulewidth}{0pt} | |
| % Adjust margins | |
| \addtolength{\oddsidemargin}{-0.5in} | |
| \addtolength{\evensidemargin}{-0.5in} | |
| \addtolength{\textwidth}{1in} | |
| \addtolength{\topmargin}{-.5in} | |
| \addtolength{\textheight}{1.0in} | |
| \urlstyle{same} | |
| \raggedbottom | |
| \raggedright | |
| \setlength{\tabcolsep}{0in} | |
| % Sections formatting | |
| \titleformat{\section}{ | |
| \vspace{-4pt}\scshape\raggedright\large | |
| }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] | |
| % Ensure that generate pdf is machine readable/ATS parsable | |
| \pdfgentounicode=1 | |
| %------------------------- | |
| % Custom commands | |
| \newcommand{\resumeItem}[1]{ | |
| \item\small{ | |
| {#1 \vspace{-2pt}} | |
| } | |
| } | |
| \newcommand{\resumeSubheading}[4]{ | |
| \vspace{-2pt}\item | |
| \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} | |
| \textbf{#1} & #2 \\ | |
| \textit{\small#3} & \textit{\small #4} \\ | |
| \end{tabular*}\vspace{-7pt} | |
| } | |
| \newcommand{\resumeSubSubheading}[2]{ | |
| \item | |
| \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} | |
| \textit{\small#1} & \textit{\small #2} \\ | |
| \end{tabular*}\vspace{-7pt} | |
| } | |
| \newcommand{\resumeProjectHeading}[2]{ | |
| \item | |
| \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} | |
| \small#1 & #2 \\ | |
| \end{tabular*}\vspace{-7pt} | |
| } | |
| \newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}} | |
| \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$} | |
| \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]} | |
| \newcommand{\resumeSubHeadingListEnd}{\end{itemize}} | |
| \newcommand{\resumeItemListStart}{\begin{itemize}} | |
| \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} | |
| %------------------------------------------- | |
| %%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| \begin{document} | |
| %----------HEADING---------- | |
| \begin{center} | |
| \textbf{\Huge \scshape Md Arif} \\ \vspace{1pt} | |
| \small Pune, India $|$ | |
| \href{mailto:mdarif11099@gmail.com}{\underline{mdarif11099@gmail.com}} $|$ | |
| \small +91-9832190723 $|$ | |
| \href{https://linkedin.com/in/md-arif-315370194}{\underline{linkedin.com/in/md-arif}} $|$ | |
| \href{https://github.com/arif013}{\underline{github.com/arif013}} | |
| \end{center} | |
| %-----------SUMMARY----------- | |
| \section{Summary} | |
| \small{Full Stack Engineer with 3+ years of hands-on experience designing, building, and shipping production-grade web applications and cloud-native data platforms. Core expertise in React, Next.js, Vue.js, Node.js, TypeScript, and Azure/AWS serverless architectures. Architected real-time data processing pipelines for enterprise clients (Toyota AU), reducing end-to-end latency by 50\% and improving data ingestion throughput by 45\%. Founded a venture-backed startup recognized in the Top 500 at Slingshot Singapore. Seeking senior engineering roles to drive high-impact product development at scale.} | |
| %-----------EXPERIENCE----------- | |
| \section{Experience} | |
| \resumeSubHeadingListStart | |
| \resumeSubheading | |
| {Capgemini Engineering}{Feb 2023 -- Present} | |
| {Associate Software Engineer -- Full Stack Developer}{Pune, India} | |
| \resumeItemListStart | |
| \resumeItem{Architected and deployed an event-driven, serverless data processing platform on Azure for Toyota Australia, orchestrating real-time ingestion of sales data from Salesforce Boomi APIs, CSV feeds, and third-party sources.} | |
| \resumeItem{Engineered Azure Functions and containerized workflows that improved data ingestion efficiency by \textasciitilde45\% and reduced end-to-end processing latency by \textasciitilde50\%, serving as the backbone for business-critical analytics.} | |
| \resumeItem{Designed scalable data pipelines writing to Cosmos DB with automatic triggers for downstream container-based processing, ensuring fault-tolerant, horizontally scalable data access patterns.} | |
| \resumeItem{Built bidirectional integration layers between Azure services and Salesforce output APIs, guaranteeing seamless data synchronization and 99.9\% accuracy of business-critical records.} | |
| \resumeItem{Improved overall system reliability by 35\% through cloud-native architecture optimizations, implementing retry policies, dead-letter queues, and structured logging across all services.} | |
| \resumeItemListEnd | |
| \resumeSubSubheading | |
| {CSV to JSON Formatter -- Internal Full Stack Tool}{Pune, India} | |
| \resumeItemListStart | |
| \resumeItem{Designed and built an end-to-end data transformation tool enabling upload, parsing, editing, and export of CSV/JSON files with 100\% bidirectional conversion accuracy.} | |
| \resumeItem{Developed a performant frontend with Vite + React.js and a RESTful API layer with Node.js/Express, achieving \textasciitilde40\% improvement in page load and processing throughput.} | |
| \resumeItem{Implemented file handling with Multer, PapaParse, and JSON2CSV; integrated MongoDB with Mongoose for persistent data storage and retrieval.} | |
| \resumeItemListEnd | |
| \resumeSubHeadingListEnd | |
| %-----------PROJECTS----------- | |
| \section{Projects} | |
| \resumeSubHeadingListStart | |
| \resumeProjectHeading | |
| {\textbf{E-Commerce Platform} $|$ \emph{Next.js, TypeScript, Tailwind CSS, Prisma, MongoDB, Razorpay, NextAuth}}{} | |
| \resumeItemListStart | |
| \resumeItem{Built a server-side rendered e-commerce MVP from scratch in 2 months, featuring product catalog, checkout with Razorpay payments, and NextAuth-based authentication.} | |
| \resumeItem{Developed a full admin panel with real-time sales analytics, product/service management, and role-based access control.} | |
| \resumeItem{Eliminated third-party email service costs by engineering a direct mail delivery system with NodeMailer; achieved top organic search ranking through SSR and SEO optimization.} | |
| \resumeItemListEnd | |
| \resumeProjectHeading | |
| {\textbf{Middleman App -- Creator Collaboration Platform} $|$ \emph{React, Express.js, YouTube API, OAuth 2.0, MongoDB Atlas}}{} | |
| \resumeItemListStart | |
| \resumeItem{Engineered a full-stack collaboration platform enabling content creators and freelancers to co-manage video workflows with role-based shared URLs and OAuth 2.0 authorization.} | |
| \resumeItem{Implemented direct cloud-to-YouTube upload pipeline, eliminating local storage dependency and supporting resilient uploads over inconsistent network conditions.} | |
| \resumeItemListEnd | |
| \resumeProjectHeading | |
| {\textbf{How Much AI -- Chrome Extension} $|$ \emph{JavaScript, Chrome Extensions API}}{} | |
| \resumeItemListStart | |
| \resumeItem{Developed a browser extension that detects AI-generated text, providing real-time percentage-based analysis on any selected text within the browser.} | |
| \resumeItemListEnd | |
| \resumeProjectHeading | |
| {\textbf{Rental Homes Web App} $|$ \emph{Full Stack}}{} | |
| \resumeItemListStart | |
| \resumeItem{Solo-built a property rental listing platform in 2 weeks; attracted hundreds of active visitors from across the EU post-launch.} | |
| \resumeItemListEnd | |
| \resumeSubHeadingListEnd | |
| %-----------LEADERSHIP----------- | |
| \section{Leadership} | |
| \resumeSubHeadingListStart | |
| \resumeSubheading | |
| {Founder}{Oct 2020 -- Jun 2022} | |
| {PuStalk -- E-Commerce Startup}{} | |
| \resumeItemListStart | |
| \resumeItem{Founded and led a 5-member cross-functional team to design, build, and launch a full-stack e-commerce platform from ideation to market.} | |
| \resumeItem{Selected among the \textbf{Top 500 startups} in the Slingshot Singapore international startup competition, competing against thousands of global entrants.} | |
| \resumeItemListEnd | |
| \resumeSubHeadingListEnd | |
| %-----------EDUCATION----------- | |
| \section{Education} | |
| \resumeSubHeadingListStart | |
| \resumeSubheading | |
| {University Institute of Technology, University of Burdwan}{} | |
| {Bachelor of Engineering in Electrical Engineering $|$ CGPA: 8.36}{Class of 2022} | |
| \resumeSubHeadingListEnd | |
| %-----------CERTIFICATIONS----------- | |
| \section{Certifications} | |
| \resumeSubHeadingListStart | |
| \resumeProjectHeading | |
| {\textbf{Machine Learning Specialization} $|$ \emph{Stanford / Coursera}}{} | |
| \resumeProjectHeading | |
| {\textbf{Azure Serverless Functions and Logic Apps} $|$ \emph{Microsoft}}{} | |
| \resumeSubHeadingListEnd | |
| %-----------TECHNICAL SKILLS----------- | |
| \section{Technical Skills} | |
| \begin{itemize}[leftmargin=0.15in, label={}] | |
| \small{\item{ | |
| \textbf{Languages}{: JavaScript, TypeScript, C++} \\ | |
| \textbf{Frontend}{: React.js, Next.js, Vue.js, Redux, Tailwind CSS, Material UI, Framer Motion, Three.js} \\ | |
| \textbf{Backend}{: Node.js, Express.js, REST APIs, Prisma} \\ | |
| \textbf{Cloud \& DevOps}{: Azure Functions, Azure Containers, AWS, Docker} \\ | |
| \textbf{Databases}{: MongoDB, CosmosDB, SQL} \\ | |
| \textbf{Tools \& Platforms}{: Git, Postman, Linux (Arch, Debian)} | |
| }} | |
| \end{itemize} | |
| %------------------------------------------- | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment