
FullStackEngineer.
Full Stack Mobile Developer · DealzUp Technologies
- —Developed vendor-side mobile app features including two-factor authentication, profile flows, onboarding screens, and backend-connected authentication systems.
- —Worked on form handling, API integration, local caching, backend data synchronization, and improving overall app responsiveness.
- —Collaborated with designers and backend developers using React Native CLI, Axios, Formik, and REST APIs.
Frontend + Mobile Engineer · Code Samdevx Pvt. Ltd.
- —Developed and maintained REST APIs and responsive web interfaces using React, ensuring cross-browser compatibility and performance optimization.
- —Collaborated with designers and backend engineers to implement mobile-first UI features and reusable frontend components.
React Native Engineer Intern · GARS Technology
- —Built and maintained cross-platform mobile features for consumer and provider apps using React Native.
- —Integrated REST APIs, fixed bugs, and improved app performance in collaboration with the team.

Findash
A financial dashboard where users can track their expenses and income. Combines Web3 incentives with transparent reliability tracking.

Uptime24
A decentralized uptime monitoring platform where users validate website status. Combines Web3 incentives with transparent reliability tracking.
How I Build A NPM Package That Lets You Scaffold React Apps
This is a tutorial on how to create a React app using the React Starter Plus template.
The shortest guide to React Native
I explained how to create a React Native app using Expo and the React Native CLI. This is a tutorial on how to create a React Native app using the React Starter Plus template.
Production Agents with the Anthropic SDK
Built a multi-step agent using tool use, prompt caching, and the Files API. Learned how to design tools, manage context windows, and keep long-running agent loops stable in production.
RAG with pgvector + Embeddings
Implemented retrieval-augmented generation over technical docs using Postgres pgvector. Compared chunking strategies and added hybrid search to balance semantic + keyword recall.
Streaming UIs with the Vercel AI SDK
Shipped a chat interface with streamed structured output, generative UI, and client-side tool calling. Learned how to keep token-by-token UIs responsive without flicker.
Edge APIs with Hono on Cloudflare Workers
Migrated a Node + Express API to Hono running on Cloudflare Workers. Worked through cold-start tradeoffs, Durable Objects for stateful endpoints, and edge-friendly database patterns.
Bun + Drizzle for Type-Safe Backends
Replaced Node + Prisma with Bun + Drizzle on a side project. Cut cold start in half, kept end-to-end type safety, and got cleaner SQL out of the deal.
Background Workers for Monitoring
Experimented with uptime monitoring by scheduling background jobs in Node.js.
Single Monorepo for Multiple Apps
Learned how to use a single monorepo as backend for multiple apps, including React.js, React Native, and Expo.
Prisma + Clerk Auth Integration
Learned how to set up relational user data with Prisma while using Clerk for authentication in Next.js apps.