Hero

Hello,
This is Digant Patel , I'm a Software Engineer.

name:'Digant Patel',
skills:['C', 'C++', 'Python', 'Java', 'Go', 'JavaScript', 'TypeScript', 'SQL', 'HTML', 'CSS', 'NodeJS', 'ExpressJS', 'React', 'Django', 'Flask', 'SpringBoot', 'PostgreSQL', 'MySQL', 'MongoDB', 'Cassandra', 'Docker', 'Redis', 'Kafka', 'GraphQL', 'Git', 'AWS'],
hardWorker:true,
quickLearner:true,
problemSolver:true,
hireable:function() {
return(
this.hardWorker&&
this.problemSolver&&
this.skills.length>=5
);
};
};

Who Am I?

I’m Digant Patel, a Computer Science grad student at Arizona State University who loves building fast, reliable, and scalable systems. I enjoy solving complex problems and designing real-time, large-scale applications using C/C++, Python, Golang, Java, Node.js, Redis, ElasticSearch, Kafka, and AWS. Always curious and eager to learn, I thrive on challenges and love turning ideas into high-performance systems that efficiently work. I am a quick learner with a self-learning attitude.

Digant Patel
Hero
EXPERIENCES
Skills
PROJECTS

xv6 ‐ UNIX Like Operating System

name:'xv6 ‐ UNIX Like Operating System',
tools: ['C', 'QEMU', 'GDB],
myRole:System Developer,
Description: Implemented security and systems enhancements in the xv6 teaching OS, including secure boot with Physical Memory Protection (PMP) and hardened boot ROM/bootloader logic to ensure system integrity. Designed advanced virtual memory features such as on-demand paging, copy-on-write, and disk swapping via page-fault handling to improve memory efficiency. Built a user-level threading framework with custom scheduling and kernel–user thread coordination for efficient system calls. Additionally, developed a trap-and-emulate virtual machine model where user instructions execute natively and privileged instructions are safely emulated by the host OS acting as a VMM.,
};

EdgeVision

name:'EdgeVision',
tools: ['Python', 'AWS (EC2, Lambda, SQS, Greengrass, IoT Core, ECR)],
myRole:Backend Developer,
Description: Built an end-to-end cloud–edge face recognition pipeline achieving an average latency of just 200ms. The system leverages an IoT → Greengrass → SQS → Lambda workflow, where IoT cameras publish frames over MQTT, an EC2-hosted Greengrass component performs edge-based MTCNN face detection, and a Lambda function handles recognition with results returned through an SQS response queue. To ensure scalability and consistency, Lambda functions were containerized with Docker and deployed via ECR. By offloading detection to the edge, the solution reduced cloud communication latency by 35% while maintaining secure, encrypted channels between IoT devices and cloud services.,
};

SonicStream - Music Streaming Platform

name:'SonicStream - Music Streaming Platform',
tools: ['Django', 'Kafka', 'Elasticsearch', 'CockroachDB', 'Cassandra', 'CloudFront],
myRole:Full Stack Developer,
Description: Engineered a distributed music streaming platform achieving sub-second latency and sustaining 165+ requests/sec. Designed a hybrid database architecture with CockroachDB for consistent metadata and Cassandra for high-throughput user events. Integrated Kafka to synchronize real-time data across loosely coupled microservices and deployed global content delivery with AWS S3 + CloudFront. Optimized search functionality using Elasticsearch for fast, scalable queries across songs and artist metadata.,
};

Sliding Window Protocol Simulator

name:'Sliding Window Protocol Simulator',
tools: ['C', 'TCP/IP Fundamentals],
myRole:Backend Developer,
Description: Implemented a simplified Sliding Window Protocol in C to simulate TCP/IP flow control and reliable data transfer with retransmissions and acknowledgments. Tested the simulator against network anomalies such as packet loss and delay, strengthening understanding of OSI/TCP-IP models and low-level networking behavior.,
};

FeelsLikeHome

name:'FeelsLikeHome',
tools: ['Node.js', 'Next.js', 'JWT', 'GraphQL', 'MySQL', 'Redux],
myRole:Full Stack Developer,
Description: Developed a web platform to streamline hostel operations by enabling students to schedule housekeeping services and manage daily meal preferences, improving service efficiency by 30% and supporting 300+ students. Engineered a scalable backend with GraphQL, achieving 25% faster query performance and enhancing real-time data access for housekeeping and mess management.,
};

EthScale

name:'EthScale',
tools: ['Golang', 'mdbx],
myRole:Backend Developer,
Description: Replaced LevelDB with MDBX in the Geth database layer, creating a more scalable architecture capable of handling high-throughput blockchain interaction data efficiently. Refactored and extracted the RPC server logic to support distributed instances, improving system concurrency and enabling balanced load distribution across nodes,
};
Hero
EDUCATION

Contact Me

If you have any questions or concerns, please don't hesitate to contact me. I am open to any work opportunities that align with my skills and interests.

digantpatel15803@gmail.com

+1 (623) 272-1553

Tempe, AZ, United States

© Built with passion by Digant Patel