GitHub
profile
Abhishek Jha

FullStackEngineer.

Architecting and building scalable full-stack and mobile products.
Where I've Worked

Full Stack Mobile Developer · DealzUp Technologies

Apr 2025 — Nov 2026Toronto, Canada
  • 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.
React Native CLIAxiosFormikREST APIs

Frontend + Mobile Engineer · Code Samdevx Pvt. Ltd.

Nov 2025 — May 2026Mumbai, India
  • 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.
ReactREST APIsResponsive UI

React Native Engineer Intern · GARS Technology

Mar 2026 — Apr 2026Remote
  • 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.
React NativeREST APIsCross-platform
Things I Make
Things I Write
Things I Learn
Apr 2026

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.

Anthropic SDKAgentsTool UsePrompt Caching
Mar 2026

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.

pgvectorEmbeddingsRAGPostgres
Feb 2026

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.

AI SDKStreamingRSCGenerative UI
Dec 2025

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.

HonoCloudflare WorkersEdgeDurable Objects
Oct 2025

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.

BunDrizzleTypeScriptSQL
Aug 2025

Background Workers for Monitoring

Experimented with uptime monitoring by scheduling background jobs in Node.js.

Node.jsMonitoringWorkersCron Jobs
June 2025

Single Monorepo for Multiple Apps

Learned how to use a single monorepo as backend for multiple apps, including React.js, React Native, and Expo.

MonorepoExpress.jsReact NativeBun
Apr 2025

Prisma + Clerk Auth Integration

Learned how to set up relational user data with Prisma while using Clerk for authentication in Next.js apps.

Next.jsPrismaClerk