Skip to content
View NishalDev's full-sized avatar
🛠️
developing...
🛠️
developing...

Highlights

  • Pro

Block or report NishalDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NishalDev/README.md

Nishal Devadiga

Backend engineer who designs, ships, and maintains production systems end-to-end.

Currently the founding backend engineer at LandMint - a live pan-India proptech platform on Android, iOS, and web. I'm the sole backend engineer on a four-person team: I designed the schema, built the APIs, set up deployment, and I maintain it in production. No handoffs, no separate DevOps, no QA - full lifecycle ownership from day one.

Alongside that, I build and ship my own products. I tend to pressure-test an idea against what already exists in the market before committing to build - I'd rather kill a weak idea early than execute it well for nothing.


Currently working with: Node.js · TypeScript · PostgreSQL · Redis / BullMQ · FastAPI · Python · AWS · Docker

Also in my stack: PHP / Laravel · Next.js · PostGIS · Claude API · Gemini · Supabase · Zod


A few things I've built:

  • Zaash - Sales-auditing backend with a configurable weighted scoring engine (0–100, admin-tunable weights), a multi-worker BullMQ pipeline (4 async job types), and an LLM layer generating audit summaries and recommendations. TypeScript · Node.js · PostgreSQL · Redis · BullMQ · Claude API

  • Dump2Form - AI tool that converts unstructured text into structured form data with schema-constrained extraction, confidence scoring, and source provenance. Next.js · TypeScript · Supabase · Claude API · Gemini

  • Sweepzy - Civic litter-reporting platform with a PostGIS geospatial engine (proximity search + clustering) and async AI image verification via Redis queues. FastAPI · PostgreSQL · PostGIS · Redis · Next.js · Docker


nishaldevadiga2003@gmail.com · LinkedIn · Portfolio · Open to remote backend roles

Pinned Loading

  1. zaash-showcase zaash-showcase Public

    A production-grade backend for sales auditing. Ingests audit data, computes a configurable weighted score, and uses an LLM to generate human-readable summaries and actionable recommendations - all …

  2. dump2form-showcase dump2form-showcase Public

    Converts messy, unstructured text into clean, structured form data. Define a template, paste raw input, get extracted fields - with confidence scoring and source provenance so you know exactly what…

  3. sweepzy-showcase sweepzy-showcase Public

    A geospatial civic-engagement platform where citizens report litter and organise cleanup events. Location is treated as a first-class engineering concern - not stored as plain lat/long floats.