Skip to content
View aishwary-dixit1's full-sized avatar

Highlights

  • Pro

Block or report aishwary-dixit1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aishwary-dixit1/README.md
Typing SVG

LinkedIn Portfolio Gmail GitHub Profile Views


πŸ§‘β€πŸ’» About Me

Coding

  • 🏫 B.Tech CSE @ IIIT Ranchi β€” GPA: 8.85 / 10
  • πŸ’Ό SDE Intern @ Syncliner Software Platforms (6 months)
  • πŸ† LeetCode Knight β€” Peak Rating 1964 | Top 3% globally
  • πŸ₯ˆ CodeChef 4-Star β€” Peak Rating 1802
  • 🌍 Global Rank #102 in CodeChef Starters 156 (35,000+ participants)
  • 🧩 Solved 600+ DSA problems across platforms
  • πŸŽ™οΈ GDGoC Organizer @ IIIT Ranchi β€” community of 550+ students
  • πŸ“– Currently mastering: System Design & Distributed Systems
  • 🌐 Portfolio: aishwarydixit.in
  • ⚑ Fun fact: I push to prod only after 90% test coverage. Non-negotiable. πŸ˜„


πŸ› οΈ Tech Stack

πŸ’» Languages

JavaScript TypeScript C++ C Python Java SQL

🌐 Frontend

React Redux Toolkit HTML5 CSS3 TailwindCSS MUI Recharts Webpack Vite

βš™οΈ Backend & Database

Spring Boot Node.js Express.js Socket.io PostgreSQL MongoDB Redis RabbitMQ Kafka

☁️ Cloud & DevOps

AWS Docker Git Linux

πŸ§ͺ Testing & Tools

Jest MSW React Testing Library Postman Figma


πŸ’Ό Experience

🏒 Syncliner Software Platforms Pvt. Ltd. Β Jun 2025 – Dec 2025

Software Development Engineer Intern Β Letter of Recommendation

  • Architected scalable Spring Boot REST APIs for secure payment processing, integrating Razorpay to efficiently handle high-concurrency transaction workflows
  • Guaranteed ACID compliance and prevented 100% of duplicate payments across distributed consumers by implementing custom idempotency keys and transactional database locking
  • Engineered an event-driven webhook architecture using the Factory Design Pattern and Firebase, enabling real-time GitHub data synchronization with zero data loss
  • Accelerated frontend development cycles by 60% by designing scalable state management with TypeScript + Redux Toolkit Query and decoupling testing via Mock Service Worker (MSW)
  • Ensured zero-regression deployments across 10+ production releases by establishing CI/CD quality gates and authoring integration tests that achieved 90% code coverage

πŸš€ Featured Projects

βš™οΈ CodeForge β€” Distributed Code Execution Engine

Source Code

Stack: Node.js Β· Docker Β· RabbitMQ Β· PostgreSQL Β· Redis

  • πŸš€ Engineered a distributed code execution engine supporting 4 runtimes (Python, Node.js, Java, C++) with RabbitMQ job dispatch and isolated Docker containers per submission
  • πŸ”’ Eliminated arbitrary code execution risks by enforcing 256MB memory, 0.5 CPU, and 64 PID limits via hardened Docker sandboxing (disabled network, read-only FS, tmpfs)
  • πŸ”„ Orchestrated an asynchronous job pipeline with full state lifecycle tracking (PENDING β†’ verdict) integrating PostgreSQL persistence, RabbitMQ prefetch(1) backpressure, and Redis result caching
  • πŸ›‘οΈ Guaranteed zero-downtime recovery under failures by building self-healing worker infrastructure with a Dead Letter Queue (DLQ) retry processor and heartbeat monitors

⚑ High-Concurrency Flash Sale Engine

Source Code

Stack: Node.js Β· Redis Β· RabbitMQ

  • πŸ” Achieved zero overselling under high-traffic bursts by implementing atomic semaphore locking via Redis Lua scripting, mirroring large-scale e-commerce inventory patterns
  • ⚑ Maintained 100% data consistency with 21ms latency by designing a fault-tolerant microservice architecture, validated through batched Jest stress-testing suites
  • πŸ” Recovered inventory automatically from 100% of timed-out orders by utilizing RabbitMQ DLX, demonstrating production-grade fault tolerance

πŸ’¬ Web-Chat β€” Real-time Messaging App

Source Code Live Demo

Stack: React.js Β· TailwindCSS Β· Daisy UI Β· Node.js Β· Socket.io Β· JWT Β· MongoDB

  • ⚑ Built real-time messaging with Socket.io β€” online/offline presence indicators using event-driven component rendering
  • 🧠 Used React Context + useReducer for global auth state with predictable state transitions
  • πŸ“± Designed a responsive, mobile-first interface with TailwindCSS; structured into clean stateful & stateless components

πŸ“Š GitHub Stats


πŸ† Achievements


πŸ… Achievement Details
βš”οΈ LeetCode Knight Peak rating 1964 β€” Top 3% globally
πŸ₯ˆ CodeChef 4-Star Peak rating 1802
🌍 Global Rank #102 CodeChef Starters 156 β€” 35,000+ participants
πŸ… AlgoUniversity Fellowship Top 20% among 20,000+ participants
πŸ’Ό SDE Intern 6 months @ Syncliner β€” Letter of Recommendation
πŸŽ™οΈ GDGoC Organizer Led 10+ events, 20+ team members, 550+ students impacted
πŸŽ“ IIIT Ranchi B.Tech CSE β€” GPA 8.85 / 10

βš”οΈ Competitive Programming

LeetCode CodeChef


🎯 Current Focus

const aishwary = {
  name:     "Aishwary Dixit",
  college:  "IIIT Ranchi",
  gpa:      "8.85 / 10",
  role:     "Software Engineer | Backend & Distributed Systems",

  languages: ["Java", "TypeScript", "JavaScript", "C++", "Python"],

  stack: {
    backend:   ["Spring Boot", "Node.js", "Express.js", "Socket.io"],
    frontend:  ["React", "Redux Toolkit Query", "TailwindCSS", "MUI"],
    databases: ["PostgreSQL", "MongoDB", "Redis"],
    messaging: ["RabbitMQ", "Kafka"],
    cloud:     ["AWS (EC2, S3, Lambda)", "Docker", "Linux"],
    testing:   ["Jest", "MSW", "React Testing Library"],
  },

  currentlyLearning: ["System Design", "Distributed Systems", "Microservices"],

  achievements: {
    leetcode:        "Knight | Peak 1964 | Top 3% globally",
    codechef:        "4-Star | Peak 1802 | Global Rank #102",
    algoUniversity:  "Top 20% | 20,000+ participants",
    internship:      "6 months @ Syncliner | 20+ PR merge in production | Star perfomer",
    community:       "GDGoC Organizer | 10+ events | 550+ students",
  },

  goal2025: "Master Distributed Systems & crack a top-tier SWE role πŸš€",
  funFact:  "90% test coverage before every push. I don't make the rules... wait, I do. πŸ˜„",
};

πŸŽ™οΈ Leadership

Google Developer Groups on Campus β€” IIIT Ranchi Β Aug 2025 – Present

GDGoC Organizer

  • πŸš€ Spearheaded technical growth of 550+ students through workshops on Web Dev & Cloud with live-coded demos
  • 🀝 Managed a cross-functional team of 20+ members to orchestrate 10+ events including DevSpark & hackathons

🐍 Contribution Snake

Snake animation

⭐️ From Aishwary Dixit β€” crafted with ❀️ and endless β˜•

Pinned Loading

  1. CodeForge CodeForge Public

    CodeForge is a distributed online judge and code execution platform with secure Docker sandboxes, async queue-based workers, Redis caching, retry and autoscaling services, and a modern IDE frontend.

    JavaScript

  2. Flash-Sale-Engine Flash-Sale-Engine Public

    A high-concurrency distributed backend capable of handling 10,000+ requests with zero overselling. Built with Node.js, Redis (Lua Scripting) for atomic locking, and RabbitMQ (DLX) for automated inv…

    JavaScript 2

  3. Finance-Dashboard Finance-Dashboard Public

    A production-grade Spring Boot backend for a Finance Dashboard with role-based access control, JWT authentication, MongoDB persistence, and aggregated analytics.

    Java

  4. Web-Chat Web-Chat Public

    Web Chat πŸ’¬ – A real-time messaging web app for seamless communication. Features instant messaging, user authentication, media sharing, and a sleek, responsive UI. Powered by Node.js, React, Socket.…

    JavaScript 1

  5. FarmLink FarmLink Public

    FarmLink is an Android app connecting farmers directly to consumers and retailers, eliminating middlemen. With features like Google Maps integration, real-time chat, and transparent pricing, it ens…

    Kotlin

  6. Queue-It Queue-It Public

    QueueIt is a web and mobile platform designed to revolutionize how people and businesses manage queues. Users can join, monitor, and manage queues virtually for physical locations and online servic…

    Kotlin 1 1