Production Experience & Impact
Architectural deployments, enterprise client telemetry, schema migrations, and reliability-driven front-end engineering.
3+ Years
Production web apps
2-3 Devs
Teams coordinated
6+
Live applications
100%
On-time track record
TEAM 2-3 devs
STACK React + TS
Software Engineer
Gripas Marketing
Leading frontend development for core modules. Building React components with TypeScript and Tailwind CSS. Integrating REST APIs with TanStack Query.
ARCHITECTURE MVC
Web Developer Intern
Bibhuti Solutions
Built CRUD apps with PHP/Laravel. Gained MVC experience and transitioned to React workflows.
CORE OPERATING SYSTEM — [AXIOMS]
Technical Philosophy & Engineering Principles
Non-negotiable architectural tenets governing code authorship.
Reusable Components
Scalable component libraries with TypeScript and Tailwind CSS.
End-to-End Types
TypeScript and Zod validation eliminate runtime errors.
Performance First
Responsive, accessible interfaces optimized for all devices.
stages:
- lint_and_validate
- typecheck
- bundle_analyzer
- deploy_edge
verify:contracts:
stage: typecheck
script:
- pnpm run typecheck:strict
- pnpm run test:contracts --coverage --threshold=95
artifacts:
reports:
junit: junit.xml