Home

user@portfolio:~
Welcome to my developer portfolio!

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...");

21+
Projects Completed
3+
Years Experience
104+
Code Commits
11+
Happy Clients
Code Challenge
Try to solve this coding challenge. Write a function that returns the sum of all numbers in an array.
// Your code here
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
2025 - Present
K.K Wagh Institute Of Engineering Education and Research
In 2nd yr, Computer Engineering
2028 - 2030
Cologne University of Applied Sciences (TH Köln)
Want to pursue MA in Game development
2026
Start a Startup,Name as XCodix.
Started career building web applications,Game development,Mobile apps & Web sites

Skills

~$ skills --list
JavaScript
React
Node.js
Python
HTML/CSS
SQL/NoSQL
AWS
Docker
Skills Radar Chart
GitHub Contributions
Responsive Web Design 300+hrs
C/C++ Expert
Javascript Specialist
Python Developer
Game Development Certified

Projects

~$ ls -la projects/

Jarvis

Python HTML CSS

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

HTML CSS Javascript

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

C++ Unreal Engine Blender

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.

project.js
// 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

~$ contact --connect
Email: Yogendra277299@gmail.com , Vedansh270001@gmail.com
Location: Nashik
Phone: +91 73870 45399
Available for: Freelance, Full-time, Part-time
~$ interactive_terminal

Welcome to the interactive terminal! Type a command:

Available commands: help, skills, projects, contact, clear
$