Home
const developer = {
Name: "Vedansh Sharma",
role: "Full-Stack Developer",
specialties: ["HTML" , "Css", "JavaScript", "React", "Node.js", "Python"],
passion: "Building innovative solutions with clean code"
};
console.log("Scroll down to explore my work...");
function sumArray(arr) {
// Write your solution
return arr.reduce((sum, num) => sum + num, 0);
}
About Me
Hello! I'm Yogendra Sharma, a passionate full-stack developer with 3+ years of experience building web applications and solving complex problems.
My journey in coding began when I built my first website at 16. Since then, I've been constantly learning and exploring new technologies to expand my skill set.
I specialize in JavaScript ecosystems (React, Node.js, Express), Python for data analysis, and cloud technologies (AWS, Azure).C,C++,C# For Game development.HTML,CSS For web development
When I'm not coding, you can find me hiking, Gaming , reading sci-fi novels, or experimenting with new recipes.
// My coding philosophy
function codeWithPurpose() {
const principles = [
"Write clean, readable code",
"Prioritize user experience",
"Optimize for performance",
"Document thoroughly",
"Never stop learning"
];
return principles;
}
I believe technology should enhance human experiences, not complicate them. My approach to development focuses on creating solutions that are both powerful and intuitive.
Throughout my career, I've worked with diverse teams across various industries, including fintech, healthcare, and e-commerce. This exposure has helped me develop a versatile skill set and adapt to different challenges.
I'm particularly interested in:
- • Web3 and blockchain technologies
- • Machine learning applications
- • Serverless architecture
- • Performance optimization
- • Game development
Skills
Projects
Jarvis
JARVIS is an AI-powered personal voice assistant inspired by Marvel's Iron Man. Designed to simplify daily tasks through voice commands, JARVIS can search the web, play music, answer questions using ChatGPT, tell the weather, send emails, open applications, and more — all hands-free..
E-commerce Web Site
I built a fully responsive e-commerce website that simulates a real-world online store. It includes features like product listings, shopping cart, checkout, and user login. The goal was to create a fast, user-friendly shopping experience from both frontend and backend perspectives.
Shooting Game Using Unreal
A first-person 3D shooting game developed in Unreal Engine, featuring immersive environments, enemy AI, dynamic weapon mechanics, and smooth gameplay. The game combines fast-paced action with strategic movement, offering players an exciting and challenging experience.
// Example project code snippet
class Project {
constructor(name, technologies, description) {
this.name = name;
this.technologies = technologies;
this.description = description;
this.createdAt = new Date();
}
getDetails() {
return `${this.name} - ${this.description}
Technologies: ${this.technologies.join(', ')}`;
}
}
// Create project instances
const ecoTrack = new Project(
'EcoTrack',
['React', 'Node.js', 'MongoDB', 'Chart.js'],
'Carbon footprint tracking platform'
);
console.log(ecoTrack.getDetails());
Contact
Welcome to the interactive terminal! Type a command: