Skip to content
View sejalkailashyadav's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report sejalkailashyadav

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sejalkailashyadav/README.md

Sejal Yadav

Typing SVG

Portfolio LinkedIn Email Medium LeetCode

Profile views


About Me

A passionate Software Developer who loves to learn and experiment with new technologies.

Backend-focused developer with 2+ years of experience designing and scaling production web applications with Node.js, Express.js, Laravel, React.js, and MySQL. I work on REST API design, relational schema architecture, query optimization, webhook and third-party integrations, workflow automation, authentication, and role-based access control.

📍 Ahmedabad, Gujarat  ·  🌐 sejalkyadav.vercel.app  ·  📫 sejalyadav122@gmail.com

In production

  • 100K+ messages/day processed at 99.9% uptime on a WhatsApp + SMS messaging platform.
  • 5,000+ records managed across a multi-role childcare ERP.
  • 10K+ monthly visitors served by a Laravel healthcare platform.
  • 80% reduction in manual operational effort through scheduling, retry, and failure-recovery automation.

Tech Stack

Languages JavaScript TypeScript SQL PHP
Backend Node.js NestJS Express Prisma Sequelize Laravel
Frontend React Redux Toolkit Next.js Tailwind CSS
Data MySQL MongoDB Firebase
Tools VS Code Postman Swagger Git WhatsApp Business API
Cloud & DevOps AWS EC2 Docker Vercel
AI Tools Claude Codex

Featured Projects

Project Stack What it does
WhatsApp Messaging Platform Node.js · MySQL · WhatsApp Business API Webhook signature verification and idempotent event handling to prevent duplicate processing at high throughput, plus a queued retry layer with exponential backoff for failed sends.
Childcare ERP Platform Node.js · Express · React · MySQL Normalized schema across admissions, billing and staff modules with indexed foreign keys; JWT auth with route-level RBAC so admin, staff and parent roles see only permitted data.

Open Source

My first open source contribution went to node-express-boilerplate.

Pull request #305 — Added max-length validation to password
Write-up How I Contributed to an Open Source Node.js Project

Notes & Practice

Repositories and learning notes I keep public:

Repo What's inside
notes Common dev errors and commands I reach for
SQL-practice Query practice and schema exercises
JS-practice JavaScript fundamentals and problems
React-Hooks Hook patterns with examples
React notes + project Walkthrough post on LinkedIn

GitHub Stats

Profile summary

Repos per language Most commit language


GitHub · Gists · Medium · Reddit

Thanks for stopping by — feel free to reach out.

Pinned Loading

  1. QuickMDNotes QuickMDNotes Public

    TypeScript

  2. product-management-systemm product-management-systemm Public

    EJS

  3. Simple-Record--Manager Simple-Record--Manager Public

    JavaScript

  4. locotagger locotagger Public

    JavaScript

  5. Event-Calendar Event-Calendar Public

    JavaScript 1

  6. Asynchronous Programming: Callbacks,... Asynchronous Programming: Callbacks, Promises, and Async-Await.md
    1
    # Asynchronous Programming: Callbacks, Promises, and Async/Await
    2
    
                  
    3
    
                  
    4
    ## 🔹 What is Synchronous in JavaS
    5
    ript?