YS
Resume
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import React from 'react'; function App() { const [data, setData] = useState([]); useEffect(() => { fetchData(); }, []); return ( <div className="app"> <Header /> <Main data={data} /> </div> ); }
bash ~ developer
$ npm start > portfolio@1.0.0 start > next dev ready - started server on 0.0.0.0:3000 event - compiled client and server successfully in 820 ms wait - compiling... event - compiled successfully
export const fetchData = async () => { try { const response = await fetch('/api/data'); return await response.json(); } catch (error) { console.error(error); return []; } };
.container { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; }
Hello, I'm

Yogendra Saxena

Senior Frontend Engineer

Passionate Frontend Engineer specializing in scalable React applications and micro-frontend architecture. I craft high-performance web solutions with modern JavaScript frameworks, focusing on exceptional user experiences and code quality. My expertise spans core web vitals optimization, component libraries, and state management patterns that drive business impact.

View ResumeContact Me
Tech Expertise
JavaScript
TypeScript
React
Redux
Node.js
Express
Next.js
HTML/CSS
Frontend
GraphQL
Performance Optimization
Micro Frontend
Git
Debugging
MERN Stack
Jest
React Testing Lib
React Query
Material UI
Webpack
REST APIs
CI/CD
Accessibility
Webpage Security
Unit Testing
Auth
Docker
Kubernetes
AWS
HLD
LLD
Yogendra Saxena
JavaScript
React
Node.js
TypeScript
Redux
Next.js
Express
GraphQL
HTML/CSS
Material UI
Frontend
MERN Stack
Docker

About Me

Yogendra Saxena

Languages: Hindi, English

Personal Info

Email
yogendrasaxena56@gmail.com
Location
Whitefield, Bangalore, KA

I specialize in architecting scalable React applications using modern JavaScript frameworks and TypeScript. With expertise in component libraries, state management, and micro frontends, I transform business requirements into elegant, high-performance interfaces that enhance user experiences and drive engagement across platforms.

As a senior frontend engineer, I combine technical expertise with strategic thinking to optimize application performance and implement efficient CI/CD workflows. My focus on core web vitals and advanced state management patterns has improved load times, reduced bundle sizes, and enhanced developer productivity across projects.

My key strengths include React/Next.js, TypeScript, GraphQL, testing frameworks, and performance optimization. I'm passionate about mentoring junior developers, establishing code quality standards, and making architectural decisions that enable teams to deliver exceptional user experiences that align with business objectives.

developer-skills.jsx

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import React, { useState, useEffect } from "react";

const SkillsComponent = () =>{
const [skills, setSkills] = useState("frontend"],
backend: ["Node.js", "Express", "MongoDB"]
});

const [active, setActive] = useState("frontend");

useEffect(() =>{
console.log(`Active category: ${active}`)
}, [active]);

return (
<div className="skills-container">
<h2>My Developer Skills</h2>
<div>
{skills[active].map((skill, index) =>(<div key={index}>{skill}</div>
))}
</div>
</div>
);
}

export default SkillsComponent;
Current Focus Areas
1
Micro Frontend Architecture

Building scalable, modular frontend applications that can be independently developed and deployed.

2
Performance Optimization

Enhancing application speed and responsiveness through advanced optimization techniques.

3
Progressive Web App

Implementing service workers and other PWA features for offline capabilities and enhanced user experiences.

4
Web Security & Authentication

Implementing robust security measures and authentication flows to protect applications and user data.

5
CI/CD & DevOps Integration

Streamlining development workflows with continuous integration, delivery, and deployment pipelines.

6
Accessibility & Inclusive Design

Creating applications that are usable by people of all abilities and follow WCAG guidelines.

My Professional Journey

I've had the opportunity to work with talented teams on a variety of projects, from enterprise applications to cutting-edge web platforms.
Walmart Labs logo
Senior Software Engineer - Frontend

Walmart Labs

Current

Bangalore

Leading the development of Walmart's supplier onboarding platform using Micro Frontend architecture. Responsible for end-to-end scalable solutions, system design, and cross-team collaboration to enable seamless supplier onboarding worldwide.

Career Progression

SDE III - Frontend

April 2020 - July 2022

Senior Software Engineer - Frontend

July 2022 - Present

Technologies

JavaScript
TypeScript
React
Redux
NodeJS
NextJS
Micro Frontend Architecture
Walmart Internal Frameworks
GyanMatrix Technologies Pvt. Ltd logo
Senior Software Engineer - FullStack

GyanMatrix Technologies Pvt. Ltd

June 2019 - April 2020

Bangalore

Led frontend development for Learnship's global language learning platform, focusing on interactive web applications and seamless user experiences.

Technologies

JavaScript
TypeScript
React
Redux
NodeJS
GraphQL
InCred - Borrow with Confidence logo
Senior Software Engineer - FullStack

InCred - Borrow with Confidence

May 2018 - June 2019

Bangalore

Developed full-stack fintech solutions with Angular 2 frontend and NodeJS backend for InCred's loan management platform.

Technologies

Angular 2
NodeJS
Express
AWS
DynamoDB
MySQL
Neo4j
Elastic Search
Unisys logo
Software Developer - FullStack

Unisys

Bangalore

Developed high-performance, security-centric solutions for government projects, focusing on biometric authentication and identity management systems.

Career Progression

Intern

January 2016 - June 2016

Software Developer - FullStack

June 2016 - May 2018

Technologies

Angular
Java
NodeJS
Spring
Hibernate
OracleDB
PostgreSQL

Senior Software Engineer - Frontend

Bangalore

Current

Career Progression

SDE III - Frontend

April 2020 - July 2022

Senior Software Engineer - Frontend

July 2022 - Present
Walmart Labs logo

Walmart Labs

Leading the development of Walmart's supplier onboarding platform using Micro Frontend architecture. Responsible for end-to-end scalable solutions, system design, and cross-team collaboration to enable seamless supplier onboarding worldwide.

Technologies Used
JavaScript
TypeScript
React
Redux
NodeJS
NextJS
Micro Frontend Architecture
Walmart Internal Frameworks

Senior Software Engineer - FullStack

Bangalore

June 2019 - April 2020

GyanMatrix Technologies Pvt. Ltd logo

GyanMatrix Technologies Pvt. Ltd

Led frontend development for Learnship's global language learning platform, focusing on interactive web applications and seamless user experiences.

Technologies Used
JavaScript
TypeScript
React
Redux
NodeJS
GraphQL

Senior Software Engineer - FullStack

Bangalore

May 2018 - June 2019

InCred - Borrow with Confidence logo

InCred - Borrow with Confidence

Developed full-stack fintech solutions with Angular 2 frontend and NodeJS backend for InCred's loan management platform.

Technologies Used
Angular 2
NodeJS
Express
AWS
DynamoDB
MySQL
Neo4j
Elastic Search

Software Developer - FullStack

Bangalore

Career Progression

Intern

January 2016 - June 2016

Software Developer - FullStack

June 2016 - May 2018
Unisys logo

Unisys

Developed high-performance, security-centric solutions for government projects, focusing on biometric authentication and identity management systems.

Technologies Used
Angular
Java
NodeJS
Spring
Hibernate
OracleDB
PostgreSQL
.skill-pill { display: inline-flex; padding: 0.5rem 1rem; border-radius: 2rem; margin: 0.25rem; font-weight: 500; transition: all 0.2s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
const renderSkills = () => { return skills.map(skill => ( <SkillBadge key={skill.id} name={skill.name} level={skill.level} /> )); };

Technical Proficiency

I've developed expertise in a wide range of technologies throughout my career, with a focus on frontend development and the MERN stack.
HTTP
HTTPS
CORS
E2E Testing
Optimizing React Apps
GraphQL
Sanitization
Asynchronous Programming
Rest API
Asynchronous Hooks
Testing
State Management
Routing
Config Drive UI
Middleware
Asynchronous Hooks
Concurrency
Design Systems
Compliance
HTTPS
Microfrontend
Regulations
Higher Order Comp.
IndexedDB
Short Polling
SSRF
Sanitization
Express.js
Concurrency
Optimizing React Apps
Alerting
Session Storage
WebRTC
HTTPS
Server Sent Event
Security Headers
Polyfills
Non-blocking I/O
IFrame Protection
Service Worker
CORS
SSRF
Concurrency
Microfrontend
gRPC
Short Polling
Timers
Sanitization
GraphQL
Webhook
CORS
SSRF

Project Timeline

Explore my journey through significant projects and discover the evolution of my technical expertise.
1 / 9

#1

Supplier Onboarding Journey (MFE Architecture)

Implemented the supplier onboarding process using a Micro Frontend (MFE) architecture.

React
TypeScript
NodeJS
Redux
Private company project

#2

Seller Onboarding Journey (MFE Architecture)

Built the seller onboarding workflow with MFE, ensuring a modular and scalable approach.

React
TypeScript
NodeJS
React-Query
Private company project

#3

AdminUI Interactive Drag-and-Drop Form

Developed an interactive drag-and-drop form for AdminUI (Questionnaire form) to expediate UI form creation.

React
JavaScript
Private company project

#4

CLI for Shell (Host) and MFE Generation

Created a CLI tool that allows generating Shell (Host) and MFE with customizable configurations via command-line options

JavaScript
NodeJS
Private company project

#5

Supplier Profile & Supplier Factory

Worked on supplier profile management and factory module to streamline supplier-related operations.

React
TypeScript
NodeJS
Redux
Private company project

#6

Walmart.ca Communication Preferences Page

Developed and optimized the communication preferences page for Walmart.ca

React
TypeScript
NodeJS
Redux
Private company project

#7

Learnship - Learning Material MFE

Worked on the learning material MFE for Learnship, an interactive online platform for teaching various language courses.

React
TypeScript
WebRTC
Private company project

#8

InCred Loan Management system

Developed the InCred Loan Management System, streamlining loan application, approval, and repayment processes using Angular, NodeJS.

Angular
NodeJS
DynamoDB
Elastic Search
Neo4J
AWS
Private company project

#9

Fingerprint Matcher

Developed the Unisys Fingerprint Matcher, a biometric authentication system for secure identity verification.

AngularJS
Java
Private company project

Mini Projects & Open Source

A collection of my personal projects and popular open-source repositories, showcasing my contributions to the developer community.
243
84
AlgoCasts-JS

A comprehensive collection of Data Structures and Algorithms implemented in JavaScript and TypeScript, providing developers with practical examples and solutions for common coding challenges.

Key Features

  • 100+ algorithms and data structures implementations
  • Both JavaScript and TypeScript versions
  • Common interview problems with solutions
  • Advanced algorithms like sorting, searching, and graph traversal

JavaScript
TypeScript
Algorithms
Data Structures
View Source
12
10
Mock-Backend

A quick and easy way to create a mock backend server using json-server package, perfect for frontend development and prototyping.

Key Features

  • RESTful API endpoints
  • CRUD operations support
  • Custom routes and middleware
  • JSON data persistence

Node.js
json-server
REST API
JavaScript
16
5
Workers-Pool

A Node.js worker pool implementation for handling CPU-intensive tasks efficiently using worker threads.

Key Features

  • Dynamic worker pool management
  • Task queue with priority
  • Error handling and recovery
  • Performance monitoring

Node.js
Worker Threads
JavaScript
Performance
18
10
VSCode-Extensions

A collection of useful Visual Studio Code extensions to enhance development productivity and workflow.

Key Features

  • Code snippets and templates
  • Theme customization
  • Productivity tools
  • Language support

VSCode
TypeScript
JavaScript
Extension Development
Salary and Tax Calculator

A comprehensive web application that helps Indian taxpayers compare their tax liabilities under both the New and Old tax regimes with detailed breakdowns and in-hand salary calculations.

Key Features

  • New Regime Calculator (2025 tax slabs)
  • Old Regime Calculator
  • Save favorites for quick reference
  • Inhand calculation

React
JavaScript
Material-UI
Tax Algorithms
Live Demo
Drum Kit

An interactive drum kit web application that allows users to play various drum sounds using keyboard keys, creating a fun virtual drumming experience in the browser.

Key Features

  • Interactive drum sounds triggered by keyboard keys
  • Visual feedback with animations when playing drums
  • Multiple drum kit sounds (kick, snare, crash, tom, etc.)
  • Responsive design for various screen sizes

JavaScript
HTML
CSS
Web Audio API
U-Tuber

A YouTube search application that utilizes the YouTube Data API v3 to search and display videos based on user queries, providing a clean interface for browsing YouTube content.

Key Features

  • YouTube search functionality using Data API v3
  • Video preview and playback
  • Responsive video grid layout
  • Clean and intuitive user interface

React
JavaScript
YouTube API
CSS Flexbox

Mentorship & Guidance

I'm passionate about helping others grow in their tech careers through mentorship, guidance, and technical interview preparation.
Scaler.com logo
Scaler.com
Mentor

Novermber 2022 - March 2025

Provided one-on-one mentorship to software engineering students, helping them develop practical coding skills, solve complex problems, and prepare for technical interviews.

Newton School logo
Newton School
Mentor

March 2022 - December 2022

Mentored aspiring developers through project-based learning, code reviews, and technical guidance in web development technologies and best practices.

Intervue.io logo
Intervue.io
Interviewer

Janurary 2023 - December 2023

Conducted technical interviews, evaluated candidates coding abilities and problem-solving skills, and provided detailed feedback to help improve the interview process.

Technical Blog Posts

I regularly write about web development, performance optimization, and other technical topics to share my knowledge and experiences.
Next.js
Next.js Development

Discover why Next.js is revolutionizing frontend development with its powerful features for server-side rendering, static site generation, and seamless API integration.

Read Article
Automation
Automating Tasks

Learn how to save time and effort by leveraging macOS Automator to create custom workflows and automate repetitive tasks without complex programming.

Read Article
Agile
Agile Development Guide

Explore how to effectively measure and interpret Agile metrics beyond vanity numbers to drive meaningful improvements in development processes and team performance.

Read Article
Node.js
Node.js CPU Performance

Master techniques for managing CPU-heavy operations in Node.js applications while maintaining performance and responsiveness using worker threads and scalable architecture patterns.

Read Article
Security
SSL Encryption

Navigate the complexities of secure connections on macOS, from GitHub SSH setup to configuring local development environments with custom domains and proper SSL certificates.

Read Article
Web Development
CORS Explained

Demystify Cross-Origin Resource Sharing policies, common misconceptions, and why browser extensions aren't reliable solutions for CORS issues in production environments.

Read Article
View All Articles

Contact Me

Feel free to reach out if you're looking for a developer, have a question, or just want to connect.
Send Me a Message

This will open your default email application with the message ready to send.

Contact Information
Email
yogendrasaxena56@gmail.com
Location
Whitefield, Bangalore, KA
Follow Me

You can also find more of my work and articles on my social profiles. Feel free to connect!