Hi 👋, my name is

Atharva Negi.

Software Engineer & Full Stack Developer

Software Engineer with 1+ years of experience in full-stack and backend systems, currently pursuing a Master's in Computer Science at Emory University. Strong foundation in algorithms, data structures, and scalable system design.

01.

About Me

Hello! I'm Atharva Negi, a Software Engineer with 1+ years of experience in full-stack and backend systems development.

I am currently pursuing my Master's in Computer Science at Emory University in Atlanta, where I maintain a perfect 4.0 GPA. My expertise spans across modern web technologies, with strong foundations in algorithms, data structures, and scalable system design.

Currently, I work as a Software Engineer at Emory University, where I architect and deploy production platforms supporting research initiatives — including a full-stack evaluation platform handling 2000+ runs across 4 research projects, deployed on AWS with Docker-based CI/CD pipelines.

Previously, I worked at Cognizant where I maintained high-traffic Drupal platforms, optimized MySQL performance, and improved Java Spring Boot API throughput by 30%.

I hold a Bachelor's degree in Computer Engineering from Devi Ahilya University with a 3.5 GPA, focusing on Distributed Systems, Operating Systems, and Database Systems.

Atharva Negi

Here are a few technologies I've known thoroughly:

React.js ⚛️
Java
Python 🐍
JavaScript 🟡
Flask 🌶️
PostgreSQL 🐘
Spring Boot 🍃
Machine Learning 🧠
02.

My Experience

  • Emory University
  • Cognizant
  • Cognizant Intern

Software Engineer @ Emory University

February 2025 - Present

  • Reduced manual review cycles by 45% by architecting and deploying a production full-stack evaluation platform using React, FastAPI, Flask, AWS RDS, and S3 supporting 2000+ evaluation runs across 4 research initiatives.
  • Increased deployment frequency and reduced operational overhead by 50% by designing modular backend services and implementing 25+ RESTful APIs with Docker-based CI/CD pipelines using Azure DevOps and GitHub Actions.
  • Reduced deployment time by 70% by migrating a production Ruby on Rails application to a containerized AWS ECS architecture with ECR image pipelines and automated releases across development, staging, and production environments.
  • Designed and deployed a full-stack academic planning SaaS platform using React, TypeScript, Flask, and PostgreSQL serving 200+ active users and processing over 10,000 academic records with high system availability.
  • Engineered a rule-based validation engine for prerequisite and graduation checks across 5 academic tracks and implemented Redis caching to reduce database load and improve application response time during peak usage.

Tech Stack: React, TypeScript, FastAPI, Flask, PostgreSQL, AWS (ECS, ECR, RDS, S3), Docker, Azure DevOps, Redis

Software Engineer @ Cognizant

September 2023 - July 2024

  • Debugged and resolved 20+ production defects on a Drupal 8 platform by analyzing application logs and MySQL queries, reducing recurring issues and improving system stability across multiple releases.
  • Optimized MySQL database performance using composite indexing, query restructuring, and caching strategies, improving response time by 35% under peak traffic conditions.
  • Increased backend service throughput by 30% by optimizing Java Spring Boot APIs and refactoring service layer logic to support higher concurrent traffic loads.

Tech Stack: Drupal 8, MySQL, Java, Spring Boot, Git, CI/CD

Software Engineer Intern @ Cognizant

January 2023 - June 2023

  • Developed 20+ reusable React components across admin and user interfaces, improving UI consistency and reducing front-end development time for new features by 30%.
  • Collaborated with backend engineers to optimize REST APIs and SQL queries, improving request response times by up to 25% under concurrent load.

Tech Stack: React.js, JavaScript, Java, Spring Boot, SQL

03.

Projects

Other Notable Projects

RAG-BioQA System

Developed a RAG pipeline using BioBERT embeddings, FAISS search, and fine-tuned FLAN-T5 model, achieving 17% increase in BLEU-1 and 11% in ROUGE-1 on PubMedQA. Evaluated 3 re-ranking strategies (BM25, ColBERT, MonoT5) on 181K+ biomedical QA pairs.

BioBERTFAISSFLAN-T5LoRA

Open Library Edition Discovery

Built a full-stack search and analytics platform over 49.3M book records (17GB) using React and Flask on GCP. Achieved 22,000x query speedup via materialized views, reducing analytics from 7 minutes to 0.02 seconds, with 24 strategic indexes across 13 tables.

React.jsFlaskPostgreSQLGCPD3.js

Justice Incarceration Visualization

Developed an interactive web-based data visualization tool using D3.js to analyze U.S. incarceration trends with choropleth maps, bar charts, and dynamic filtering capabilities.

D3.jsJavaScriptHTML/CSSData Viz

nlTGCR - Neural Network Optimization

Designed and implemented nlTGCR, a novel second-order optimization algorithm with efficient Hessian curvature approximation, achieving 6.3% higher test accuracy compared to ADAM on CIFAR-10/100.

PythonPyTorchMachine LearningOptimization

Open Library — DB Systems Build

Database Systems course project implementing the full Open Library dataset: schema design across 13 tables, ingestion of 50GB+ data dumps, connection pooling, and 5 analytics features including author collaboration networks and community reading trends.

PostgreSQLFlaskReact.jsGCPPython

Curate.ai - AI-Powered Content Curation

HCI Design project building an AI-powered content curation interface. Designed and implemented an interactive front-end experience focusing on human-centered design principles and user interaction patterns.

HTML/CSSJavaScriptHCI DesignAI/UX
05.

Certifications

AWS Certified AI Practitioner badge

AWS Certified AI Practitioner

Amazon Web Services

Validates knowledge of AI, ML, and generative AI concepts, methods, and strategies on AWS — including responsible AI use, AWS infrastructure, and core service pricing models.

View Credential

Build Long-Context AI Apps with Jamba

DeepLearning.AI — Jan 2025

Covered techniques for building AI applications that leverage long-context models, with a focus on the Jamba architecture and practical prompt design for extended inputs.

Artificial Intelligence (AI)

AI Python for Beginners

DeepLearning.AI — Sep 2025

Introduction to Python programming with an AI-first approach — covering data handling, automation scripts, and integrating AI APIs for practical use cases.

PythonAI

Retrieval Optimization: Tokenization to Vector Quantization

DeepLearning.AI

Deep dive into retrieval optimization techniques for RAG systems — from tokenization strategies to vector quantization methods for efficient semantic search.

RAGVector Search

Introduction to Multimodal Llama 3.2

DeepLearning.AI

Hands-on introduction to Meta's multimodal Llama 3.2 model — covering vision-language tasks, inference techniques, and integration patterns for production applications.

LLMsMultimodal AI

ChatGPT Prompt Engineering for Developers

DeepLearning.AI

Best practices for prompt engineering with GPT models — covering zero-shot, few-shot, chain-of-thought techniques, and building reliable LLM-powered applications.

Prompt EngineeringLLMs

Introduction to On-Device AI

DeepLearning.AI

Explored techniques for deploying AI models directly on edge devices — covering model compression, quantization, and on-device inference optimization.

Edge AIModel Optimization

Object Oriented Programming

IIT Bombay — Dec 2022  ID: 19111bcdc33d49ea8384cd9501ad1420

Comprehensive course on object-oriented design principles, design patterns, encapsulation, inheritance, and polymorphism with practical implementation exercises.

OOPJava

Spring Boot

Udemy — Jun 2023  ID: UC-8b3312b9-26aa-4e5f-942b-4fa66449ecee

Practical Spring Boot course covering REST API design, dependency injection, JPA/Hibernate, Spring Security, and deployment of production-grade Java microservices.

Spring BootJava

Java

Udemy  ID: UC-a26ee5ac-5424-4106-859f-8719a3ff9ec4

Core Java fundamentals — data types, control flow, OOP concepts, collections, exception handling, and introductory Java ecosystem tooling.

Java

JavaScript Basics

Udemy — Feb 2023

Foundational JavaScript covering variables, functions, DOM manipulation, event handling, and introductory asynchronous programming patterns.

JavaScript

HTML5 and CSS3

Udemy — Feb 2023  ID: UC-5c8095f4-e010-469c-98db-6284c646cadc

Modern HTML5 semantics and CSS3 features — flexbox, grid, animations, responsive design, and accessibility best practices for production web pages.

HTMLCSS

Web Development

Udemy — Sep 2021  ID: UC-84a9895b-d34f-4168-9aac-d3f0f0986ade

Full-stack web development bootcamp covering HTML/CSS, JavaScript, React.js, MySQL, and Node.js for building end-to-end web applications.

MySQLReact.js+4 skills
04.

Skills

Programming Languages

Python
Java
C++
JavaScript
SQL
TypeScript
HTML/CSS

Frameworks & Libraries

React
Redux
Node.js
Flask
FastAPI
Spring Boot
Drupal
NumPy
Pandas
TensorFlow
PyTorch
Keras

Databases

MySQL
PostgreSQL
MongoDB
SQLite
Redis

Cloud & DevOps

AWS
GCP
Docker
Git
CI/CD
Azure DevOps

AI / ML / LLM Systems

RAG
LLM-as-judge
Prompt Engineering
HuggingFace
LLM Evaluation
06.

Education

August 2024 - May 2026

Master of Science, Computer Science

Emory University GPA: 4.0

Relevant Coursework: Software Engineering, Machine Learning, Natural Language Processing, Information Retrieval, Database Systems

August 2019 - May 2023

Bachelor's in Computer Engineering

Devi Ahilya University GPA: 3.5

Relevant Coursework: Distributed Systems, Operating Systems, Database Systems, Data Structures & Algorithms, Cloud Computing

07.

What's Next?

Get In Touch

I'm currently looking for new opportunities and my inbox is always open. Whether you have a question, want to collaborate on a project, or just want to say hi, I'll try my best to get back to you! Let's build something amazing together.

Location
Atlanta, Georgia, USA
Say Hello