About Me
Turning complex problems into elegant solutions
Technical Arsenal
Technologies I use to build exceptional software
Programming Languages
Technologies & Tools
Concepts & Methodologies
Leadership & Soft Skills
Featured Projects
Solutions that deliver real business impact
Revolutionized trading operations at NeuralHQ by developing a Python-based solution that integrated multiple trading platforms through REST APIs. Implemented advanced caching strategies, connection pooling, and asynchronous processing to handle high-frequency data streams.
# Optimized API call with connection pooling
async def fetch_market_data(symbols):
async with aiohttp.ClientSession() as session:
tasks = [fetch_symbol(session, s) for s in symbols]
return await asyncio.gather(*tasks)
Architected a cross-platform automated system for processing Excel files and email distribution. Built robust error handling, data validation, and retry mechanisms to ensure 99.9% uptime. Integrated with multiple email providers and implemented template-based reporting.
# Data validation pipeline
def validate_and_process(df):
df = df.pipe(clean_data)
.pipe(validate_schema)
.pipe(transform_data)
return df
Developed an intelligent web scraping solution that automatically extracts, categorizes, and organizes documents from multiple sources. Implemented ML-based classification, OCR for PDFs, and smart naming conventions based on content analysis.
# Intelligent file naming algorithm
def generate_filename(content, metadata):
entities = extract_entities(content)
category = classify_document(content)
return f"{category}_{entities['date']}_{entities['title']}.pdf"
Built a responsive calculator application with modern UI/UX design. Features include scientific operations, history tracking, keyboard support, and theme customization. Implemented using vanilla JavaScript with no external dependencies for optimal performance.
// Expression parser with operator precedence
function evaluateExpression(expr) {
const tokens = tokenize(expr);
const postfix = infixToPostfix(tokens);
return evaluatePostfix(postfix);
}
Created a Python tool that analyzes code quality, suggests optimizations, and identifies potential bugs using AST parsing and machine learning. Integrates with popular IDEs and provides real-time feedback on code performance and best practices.
Engineered a robust data synchronization system that keeps multiple databases in sync across different platforms. Handles conflict resolution, data transformation, and maintains audit trails for compliance requirements.
Professional Journey
Building impactful solutions and leading teams
Software Development Intern
- Spearheaded development of high-performance trading solutions using Python and REST APIs, resulting in 600% speed improvement
- Engineered robust API integration framework handling 10,000+ requests/second with 99.9% uptime
- Implemented advanced caching strategies and connection pooling, reducing latency from 60ms to 10ms
- Collaborated with cross-functional teams to optimize system architecture and database queries
- Developed comprehensive unit tests and integration tests, achieving 95% code coverage
Microsoft Learn Student Ambassador (Alpha)
- Conduct technical workshops on cloud computing, AI/ML, and modern web development for 100+ students
- Mentor 20+ junior developers on software engineering best practices and career development
- Organized hackathons and coding competitions, impacting 500+ participants across multiple universities
- Created educational content and tutorials on Microsoft Azure services and development tools
- Achieved Alpha milestone through consistent community impact and technical contributions
Teaching Assistant - Data Structures
- Assisted professor in teaching advanced data structures to 150+ sophomore students
- Conducted lab sessions on implementing algorithms in C++ and analyzing time complexity
- Created supplementary learning materials and coding challenges to reinforce concepts
- Mentored students on competitive programming techniques and problem-solving strategies
Leadership & Impact
Driving change through technical and organizational excellence
Finance Secretary
Leading financial operations for Microsoft Learn Student Chapter with 200+ members. Secured partnerships with 10+ corporate sponsors and managed annual budget of ₹5L+.
Hackathon Director
Orchestrated 24-hour technical hackathon with 500+ participants from 20+ universities. Managed prize pool of ₹2L and coordinated with industry judges from top tech companies.
Festival Organizer
Led technical events for Thapar's annual Techno-Cultural Festival, managing operations for 4,000+ participants and coordinating 50+ volunteers across multiple venues.
Let's Build Something Amazing
I'm always excited to work on challenging projects and collaborate with passionate teams