GitHub
profile
Abhishek Jha

FullStackEngineer.

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

Software Developer · Code Samdevx Pvt. Ltd.

Nov 2025 — July 2026Mumbai, India
  • Built RESTful APIs using Node.js/Express and FastAPI with JWT, RBAC, validation, and error handling.
  • Designed PostgreSQL schemas with SQLAlchemy, optimizing queries and database migrations.
  • Developed responsive React/TypeScript apps with code-splitting and API integrations.
  • Containerized apps with Docker and automated testing/deployment via GitHub Actions.
  • Integrated AWS S3, payment gateways, and SMS/email notifications into backend services.
ReactTypeScriptNode.jsExpressFastAPIPostgreSQLSQLAlchemyDockerAWS S3GitHub Actions

Full Stack Mobile Developer · DealzUp Technologies

Apr 2025 — Nov 2026Toronto, Canada
  • Built vendor-side mobile app with OTP 2FA, onboarding flows, and profiles using React Native CLI.
  • Implemented offline caching with AsyncStorage and automated background data sync.
  • Developed multi-step forms with Formik/Yup validation and Axios API integrations.
  • Participated in Agile sprints, PR reviews, and CI/CD deployment pipelines.
React Native CLITypeScriptAxiosFormikREST APIsAsyncStorageCI/CD

Freelance React Native Engineer · GARS Technology

Mar 2026 — Apr 2026Remote
  • Shipped cross-platform mobile features for consumer and provider apps using React Native, serving active users.
  • Built reusable custom hooks for API fetching, caching, and error handling, reducing boilerplate across 8+ screens.
  • Resolved critical UI rendering bugs and memory leaks, improving crash-free rate by ~15%.
  • Contributed to sprint planning, PR reviews, and daily stand-ups in a distributed Agile team.
React NativeTypeScriptREST APIsAxiosCustom HooksAgileGitCross-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