Skip to content
View savadneeliyan's full-sized avatar

Block or report savadneeliyan

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
savadneeliyan/README.md

header

Hi, I'm Mohammad Savad N πŸ‘‹

Typing SVG

Portfolio LinkedIn GitHub Gmail


πŸ‘¨β€πŸ’» About Me

Frontend Engineer with 4 years specializing in React and TypeScript β€” from building component libraries and design systems to real-time applications and performance-critical dashboards.

  • πŸš€ Currently building at G3 Interactive Pty Ltd β€” React/TypeScript for educational platforms
  • ⚑ Obsessed with performance β€” achieved sub-100ms response times through code splitting, lazy loading & smart state management
  • πŸ—οΈ Led a platform from v1 β†’ v2 at Lilac Infotech, improving dev efficiency by 40%
  • πŸ”§ Reduced CI/CD deployment time by 60% through pipeline optimization
  • 🌍 Built customer portals serving 15+ countries
  • πŸ“¬ Reach me at savadn632@gmail.com

πŸ› οΈ Tech Stack

Core

React TypeScript JavaScript HTML5 CSS3

State & Data

Redux React Query Context API

Build & Workflow

Vite Webpack Git GitHub Actions

Testing

Jest React Testing Library


🚧 Featured Projects

These projects demonstrate the same skills I apply at work β€” performance optimization, scalable architecture, and component-driven development.


Like a mini CodeSandbox β€” multiple users editing code together in real time

Built to mirror the kind of real-time, multi-user educational platform work I do at G3 Interactive. Implements CRDT-based conflict resolution so simultaneous edits never clash.

React TypeScript WebSockets Monaco Editor Yjs

Highlights:

  • πŸ”„ Real-time sync across multiple users via Yjs CRDT algorithm
  • πŸ‘οΈ Live cursor presence β€” see exactly where others are editing
  • ▢️ Run code in-browser with Judge0 API (JS, Python, TypeScript, C++)
  • πŸšͺ Create/join rooms instantly via shareable link
  • ⚑ Sub-100ms editor response through optimized Monaco bindings

View Repo Β· Live Demo


Audit any URL and visualize its Core Web Vitals in real time

Built to back up my performance claims with hard data. Surfaces exactly the metrics that matter β€” LCP, FID, CLS, TTFB β€” so optimization decisions are evidence-based.

React TypeScript Recharts Lighthouse API

Highlights:

  • πŸ“ˆ Visualizes LCP, FID, CLS, TTFB, Speed Index in interactive charts
  • πŸ” Compare performance before and after optimization
  • πŸ“‹ Exportable audit reports
  • 🏎️ Shows bundle size breakdown and render-blocking resources

View Repo Β· Live Demo


A published npm component library with 15+ accessible, typed React components

Directly mirrors the component-driven architecture I've built across production codebases. Every component is documented in Storybook, fully typed, and tested.

React TypeScript Storybook Jest Rollup npm

Highlights:

  • πŸ“¦ Published to npm β€” installable via npm install savad-ui
  • πŸ“– Full Storybook documentation with live playground
  • β™Ώ WCAG accessible components with keyboard navigation
  • 🎨 Themeable via CSS variables
  • πŸ§ͺ 95%+ test coverage with Jest + React Testing Library

View Repo Β· Storybook Docs Β· npm


See Dijkstra, A*, BFS, DFS come alive on an interactive grid

Inspired by the Navigation System I built at work. Makes algorithm logic visual and intuitive β€” great for understanding the performance tradeoffs between pathfinding approaches.

React TypeScript Canvas API

Highlights:

  • πŸ” 5 algorithms: Dijkstra, A*, BFS, DFS, Greedy Best-First
  • 🎯 Draw walls, set start/end points, watch traversal in real time
  • ⏱️ Step-through mode to pause and inspect each iteration
  • πŸ“Š Side-by-side algorithm comparison mode

View Repo Β· Live Demo


A production-ready GitHub Actions setup for React/TypeScript projects

I reduced deployment time by 60% at G3 Interactive β€” this template documents exactly how. Batteries-included CI/CD for any React app.

GitHub Actions Vite Vercel

Highlights:

  • βœ… Lint β†’ Test β†’ Build β†’ Deploy on every push
  • πŸ”€ Preview deployments on every pull request
  • πŸ”’ Secrets management and environment separation
  • πŸ“‹ PR checklist template and branch protection rules

View Repo Β· Use Template


πŸ“ˆ GitHub Stats

Savad's GitHub Stats

Top Languages

GitHub Streak


πŸ† Experience Highlights

Company Role Period Impact
G3 Interactive Pty Ltd Software Engineer Jun 2024 – Present Sub-100ms response times Β· 60% faster deployments
Lilac Infotech Software Engineer Oct 2023 – May 2024 v1β†’v2 migration Β· 40% dev efficiency gain Β· 15+ countries
Limenzy Technologies Frontend Developer Mar 2022 – Aug 2023 35% load time reduction Β· scalable codebases

"Performance is a feature. Scalability is a mindset."

footer

Pinned Loading

  1. PX-to-REM-Converter PX-to-REM-Converter Public

    TypeScript