I'm a Developer Relations enthusiast and Software Engineer passionate about creating exceptional developer experiences and fostering tech communities. Currently leading Developer Relations, Business Analysis, and Technical Initiatives at Formidium, I combine technical expertise with community engagement skills to build bridges between complex technologies and developer communities.
- π Pursuing B.Tech in Computer Science and Engineering with AI specialization at RTU, Kota (2021-2025)
- π± Currently exploring Cloud Computing, AI/ML, and Developer Experience
- π Working on enhancing developer communities and creating technical content
- π« Portfolio: View Portfolio
graph TD
A[Developer Relations] --> B[Community Building]
A --> C[Technical Content]
A --> D[Public Speaking]
E[Software Engineering] --> F[Web Development]
E --> G[Cloud & AI]
E --> H[API Development]
AI-powered object detection application that helps visually impaired users navigate their environment. Tech Stack: Python, Computer Vision, AI |
A robust and structured data storage solution for a chat application. Tech Stack: Database Design, SQL, HTML |
Implementation of authentication and authorization systems for web applications. Tech Stack: JavaScript, Security |
Educational repository showcasing how to implement classes across different programming languages. Tech Stack: Multiple Languages, OOP |
Organized 5+ tech events including hackathons and workshops |
Speaker at various tech events |
Built and managed communities with 500+ members |
Leading Postman initiatives in academic communities |
function contribute() {
const passion = "Open Source";
const skills = ["JavaScript", "Python", "React"];
return skills.map(skill => {
return buildAwesomeProjects(skill, passion);
});
}
// Committed to code that matters
contribute();