RAGHAV ARORA

New Delhi.

About

Work

Vapusdata
|

Software Engineer Intern

Highlights

Worked across multiple microservices using Go and Python with gRPC for communication

Implemented integrations with various LLM providers and databases to extract and process metadata

Built and thoroughly tested frontend forms using HTML

Developed a new microservice in Python offering ML utilities like embeddings and summarization

Contributed extensively to backend systems in Go, gaining deep experience in microservice architecture

Explored Kubernetes fundamentals and followed Git/GitHub workflows for collaborative development

UnifyApps
|

Product Engineer Intern

Highlights

Integrated over 8 application API endpoints into UnifyApps application

Made JSON blueprints for the input and output schemas of the APIs

Utilised JSON for data interchange, Groovy for scripting and JUnit for testing

Integrated webhook services to facilitate real-time data exchange

Education

CBSE

Secondary

Grade: 93%

IIT Guwahati

B.Tech

Chemical Science and Technology

Grade: 8.1 CPI

CBSE

Senior Secondary

Grade: 92.7%

Skills

Data Structures and Algorithms, Operating Systems, Computer Networks
Database Systems

Projects

Distributed File System

Summary

Implemented a file system in Go, featuring a naming server coordinating with storage servers via RESTful APIs. Built core functionalities like file replication, locking, and concurrent operations while maintaining data consistency across nodes.

Multithreaded Sort

Summary

Implemented a multithreaded merge sort in C++ using a thread pool for improved performance on large datasets. Efficiently managed task distribution to achieve better results than single-threaded versions.