Available for remote work
Full Stack Engineer · AI & Automation2026
RijviMahmud
4+ years building scalable systems, SaaS products, and LLM-powered workflows — globally.
Profile
Full Stack Engineer with 4+ years of experience building scalable web applications across fintech, SaaS, and AI products — specialising in AI-driven workflows and automation. Experienced with n8n, Claude, and LangChain for developing LLM-powered systems, intelligent pipelines, and backend integrations. Strong foundation in architecture design, agentic coding, performance optimisation, and scalable systems.
Skills
FRONTENDReact.js, Next.js, Tailwind CSS, Shadcn UI, TanStack, Zustand, Redux, Vite
Articles
Apr 28, 2026
Jokes
humor.js
12345
/**
* @joke
* Debugging: Removing the needles from the haystack.
*/
console.laugh();
jokeapi.dev
Availability
Open to remote opportunities
Looking for full-time, part-time, contract, or freelance work — globally.
Full timepart time
Get in TouchContact
Let's work together
Tech opinions
Hono over ExpressFor edge and serverless APIs. Near-zero overhead, first-class TypeScript, runs on Cloudflare Workers and Node alike. Express is fine but Hono wins on modern infra.
n8n over custom glueFor AI orchestration where the workflow changes often. Self-hosted n8n gives you visual debugging, retry logic, and 400+ integrations without writing brittle pipeline code.
Drizzle over PrismaOnce you've hit Prisma's generated-query ceiling on complex joins, Drizzle's SQL-first approach is a breath of fresh air. Type-safe without the magic.
Structured outputs > promptingFor production LLM calls, always enforce a schema (Zod + tool-use). Free-form output is a reliability liability — structured outputs cut parsing errors to near zero.