I'm passionate about building modern and scalable applications that solve real-world problems.
👋 Hey there! I'm Vedant, a curious coder and AI/ML enthusiast passionate about creating practical and impactful software solutions. From building machine learning models for healthcare to developing AI-powered code security tools, digital personal assistants, network utilities, and data structures & algorithms (DSA) in C++ — I love experimenting with new technologies and turning ideas into reality.
I'm currently expanding my knowledge in AngularJS and always open to learning, collaboration, and open-source contributions. My approach combines technical expertise with a problem-solving mindset to create elegant and efficient solutions.
const coder = {
name: 'Vedant Saxena',
skills: ['React', 'NextJS', 'Node.js', 'MongoDB', 'C++', 'Python'],
hardWorker: true,
quickLearner: true,
problemSolver: true,
hireable: function() {
return this.hardWorker && this.problemSolver && this.skills.length >= 3;
}
};