Arya M. Pathak
π Pune, Maharashtra, India
π§ Email: arya.pathak@outlook.in
πΌ LinkedIn: linkedin.com/in/arya-pathak-a53a58256
π Portfolio: arya2004.github.io
π» GitHub: github.com/arya2004
π Blog: arya2004.hashnode.dev
Stats

Education
Vishwakarma Institute of Technology, Pune
Bachelor of Technology, Computer Engineering
π CGPA: 8.91
π
2022 β 2026
SP College, Pune
Higher Secondary Certificate (HSC)
π Percentage: 83.33%
π
2020 β 2022
SPM English School, Pune
Secondary School Certificate (SSC)
π Percentage: 88.80%
π
2010 β 2020
Experience
Alemeno
Software Developer Intern β Remote (Pune, MH)
π
July 2024 β August 2024
- Developed a Streamlit-based system to automate bid comparisons against SOTR, enhancing accuracy and efficiency.
- Built a system to parse and compare bid documents, generating AI-driven compliance matrices with summaries and flags.
- Deployed the solution on Azure using VMs for Streamlit, GPU instances for embeddings, and Azure OpenAI for LLM integration.
CodingKraft
MERN Stack Web Development Intern β On-site (Pune, MH)
π
June 2024 β July 2024
- Engineered a Python Remote Code Execution Engine with Node.js, deploying it on EC2 with a reverse proxy setup.
- Innovated an in-browser secure Python code execution solution using WebAssembly and Pyodide.
- Created a C# NuGet package for secure local Python code execution within gaming environments.
Hereβs a consistent and standout version of your Projects section while keeping the descriptions unchanged:
Projects
Tech Stack: ASP.NET Core, RabbitMQ, MS SQL, Angular, Golang, Kubernetes, Azure
- Developed microservices using ASP.NET Core with RabbitMQ and MS SQL for an online assessment platform.
- Utilized Persistent Volumes and Nginx for Load Balancing, and deployed the Kubernetes Cluster on Azure and locally.
- Designed the client-side with Angular, integrated the Monaco Editor, implemented JWT tokens for authentication, and built an efficient RCE engine in Golang that executes code in containers under 1 second with RabbitMQ for scalability.
Xyfin | Banking Service Backend in Go
Tech Stack: Go, Gin, Docker, GitHub Actions, JWT, PASETO, gRPC, Redis, AKS
- Remedied deadlock, managed DB transactions, and set up Docker for local development with GitHub Actions for CI and DB isolation.
- Devised RESTful APIs with Gin, included configurations, unit testing, error handling, and JWT/PASETO authentication.
- Deployed Docker apps on AKS, managed databases and secrets, and streamlined deployments with GitHub Actions. Added user session management, gRPC services, Redis queuing, and SMTP; wrote unit tests for gRPC services with mocked dependencies.
Xcelerate | End-to-End Machine Learning Application
Tech Stack: Flask, Docker, Azure, GitHub Actions, Python
- Created a data ingestion, transformation, and training pipeline that achieved an RΒ² value of 0.99 using a Decision Tree model.
- Deployed the Flask web application as a Docker container on Azure Web Apps, using an enhanced multi-stage Dockerfile stored on Azure Container Registry. Implemented GitHub Actions for seamless CI integration.
PulseGuard
Tech Stack: IoT, MongoDB, HighChartsJs, ESP32, REST API
- Developed an IoT-based remote patient pulse rate monitoring system using MongoDB Timeseries for storing readings.
- Integrated HighChartsJs for live visualization of pulse readings.
- Created an MVC-based CRUD application, programmed ESP32 to send readings via REST API, and implemented a third-party API for sending WhatsApp message alerts based on the response.
Aerial2Map | Pix2Pix-based Satellite-to-Map Translation
Tech Stack: PyTorch, U-Net, PatchGAN, Python
- Implemented a Pix2Pix GAN model to convert satellite images into map routes, leveraging U-Net for the generator and PatchGAN for the discriminator.
- Configured loss functions using BCEWithLogitsLoss for adversarial loss and L1Loss for reconstruction, weighted by a Ξ» of 200 for balance.
- Trained the model with a batch size of 4 on 256x256 RGB inputs, achieving progressive enhancement in map realism and structure accuracy over 20 epochs.
Ray Tracer | Basic Ray Tracer in C++
Tech Stack: C++, SDL2, CMake, Makefile
- Developed a basic ray tracer from scratch using C++ and SDL2 for rendering and visualization.
- Implemented core ray tracing algorithms, including ray-sphere intersection, shading, and reflection calculations.
- Configured build automation and project management using CMake and Makefile.
Tech Stack: Java, pcap4j, Java Swing
- Developed a real-time packet sniffer using Java, leveraging the pcap4j library for live network packet capture and analysis.
- Implemented a graphical interface with Java Swing, enabling features such as network interface selection, detailed packet inspection, and live statistics visualization.
- Added functionality to export captured packets in
.pcap
format, ensuring compatibility with offline analysis tools.
Tech Stack: JavaScript, TypeScript, Node.js, Express.js, MongoDB, Docker, Bing Maps API, Azure Maps
- Developed a comprehensive traffic management system using Node.js and Express.js for back-end, MongoDB for data storage, and Docker for deployment. Integrated Bing Maps API and Azure Maps for real-time traffic data analysis to derive actionable insights.
Chess Game in C# WPF
Tech Stack: C#, WPF, MVVM, XAML
- Developed a chess game with essential functionalities like move validation, game timer, and a modern UI using C# and WPF.
- Implemented an efficient game state management system to handle player moves, checkmate conditions, and undo functionality.
- Utilized MVVM architecture to ensure clean and maintainable code structure, and designed UI components with XAML.
Credit Score Classification | Machine Learning Project
Tech Stack: R, Jupyter Notebook, SMOTE, Random Forest, Logistic Regression, Naive Bayes, Git
- Built and evaluated machine learning models for credit score classification, optimizing performance with SMOTE and data preprocessing pipelines.
- Deployed the final model as a web application using Jupyter Notebooks for real-time credit score prediction.
GoBanter | Lightweight Real-Time Chat Application
Tech Stack: Go, Gorilla WebSocket, Pat URL muxer, jQuery
- Implemented real-time messaging using Gorilla WebSocket for efficient bi-directional communication and Pat for URL routing.
- Integrated a minimalistic front-end with jQuery and automated application setup with modular scripts for streamlined deployment.
MicroCryptoMonitor | Cryptocurrency Mining Monitoring System
Tech Stack: ESP32, Arduino, Docker, InfluxDB, Grafana, Docker Compose
- Built a scalable monitoring system for cryptocurrency mining farms, using ESP32 microcontrollers to gather real-time data on temperature, power usage, and hash rates.
- Deployed InfluxDB for time-series data management and Grafana dashboards for visualization and alerting, leveraging Docker Compose for streamlined deployment.
CMT Author Auto-Fill Chrome Extension
Tech Stack: JavaScript, HTML, CSS, Chrome Extension APIs
- Built a Chrome extension to save, load, and auto-fill author details (Email, Name, Organization, Country) in Microsoft Conference Management Toolkit (CMT) forms with a responsive popup interface for enhanced user productivity.
Turing Machine Simulator in C
Tech Stack: C, GCC, CMake
- Implemented a Turing Machine simulator with dynamic tape expansion, customizable transitions via input files, and CLI support for running simulations with optional initial tape configurations.
Markdown Transpiler | Markdown to HTML Converter
Tech Stack: C++, Lex, Yacc, CMake, Flex, Bison
- Implemented a transpiler using Lex and Yacc for parsing Markdown and translating it to HTML, with core logic in C++.
- Structured the project with CMake for streamlined builds and extensibility through customizable grammar rules.
AutoExpress.Js
Tech Stack: Express.js, Node.js, CLI
- Developed an open-source Express.js project generator tool that automates the creation of API and MVC project structures with integrated database connections and optional view engines.
- Implemented a robust CLI with interactive prompts to streamline project setup, enhancing developer productivity and standardizing project configurations.
XML Parser in C
Tech Stack: C
- Built an XML parser to load XML files, navigate XML trees, and access elements and attributes efficiently.
- Optimized parsing algorithms for fast performance and ensured portability using the Standard C Library.
Technical Skills
Languages:
C#, Go, Python, TypeScript, Solidity, Java, C/C++, Shell, JavaScript, HTML/CSS, R
Frameworks & Libraries:
ASP.NET Core, .NET Framework, Angular, React, Next.js, RabbitMQ, Gin, PyTorch, Flask, Express.js, HighChartsJs, PatchGAN, U-Net, Lex, Yacc, WebAssembly, Pyodide, Gorilla WebSocket
Databases:
SQL Server, PostgreSQL, MongoDB, MySQL, InfluxDB, Redis
Postman, Git/GitHub, Swagger, Jupyter, Visual Studio, VSCode, XUnit, GCC, CMake, Makefile, Docker Compose, Flex, Bison, Chrome Extension APIs
Cloud & DevOps:
Azure, AWS, GitHub Actions, Kubernetes, Docker, Nginx, Vagrant, Grafana
Specialized Skills:
- IoT & Embedded Systems: ESP32, Arduino
- Web Development: HTML/CSS, XAML, MVC Architecture
- Machine Learning: BCEWithLogitsLoss, L1Loss, Decision Trees
- Networking: pcap4j, REST APIs, gRPC, JWT, PASETO, SMTP
- Game Development: Unity, C# NuGet Packages
Achievements, Certifications, and Activities
- π Hackathons:
- Won $225 prize in Hackspirationβ24 Hackathon.
- Secured 3rd place in ASTRAFIZZ AI in Space Hackathon.
- Achieved 11th position in KIMOβs-Edge β23 Tech Competition.
- π Certifications:
- Fundamentals of Deep Learning
- Postman API Fundamentals
- Generative Adversarial Networks (GANs) Specialization
- DevOps Beginners to Advanced with Projects
- π‘ Community Contributions:
- Delivered a session on Git concepts to a 200-person audience at the Microsoft Learn Student Club.
- Improved the clubβs website (Next.js & PostgreSQL) by pioneering Redis caching, reducing latency from 3 seconds to 250ms.
- π€ Open Source Mentorship:
- Mentored for GirlScript Summer of Code (Casnat-GroundStation) and Social Winter of Code, guiding contributors on projects like MindSpace and Palettegram.
- Contributed 1000+ open-source contributions with 70+ merged pull requests on GitHub.
Links