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
Core
State & Data
Build & Workflow
Testing
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.
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
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.
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
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.
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.
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
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.
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
| 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 |