Skip to content
View cookieark7's full-sized avatar

Highlights

  • Pro

Block or report cookieark7

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.

Content in all repositories owned by your account will be closed.
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
cookieark7/README.md

Hi, I'm Aishwary Kantode 👋

Fullstack developer, four years in. I write the backend, draw the frontend, and argue with both.

Software Engineer at Xpressbees. I build tools end to end, send fixes upstream to open source, and write up what I learn along the way.

Portfolio LinkedIn Medium Email

Tech stack

Languages TypeScript JavaScript Python C++
Frontend React Next.js Tailwind CSS Framer Motion
Backend Node.js Express FastAPI Pydantic Prisma
Data PostgreSQL Redis
Infra & DevOps Docker AWS · S3 nginx GitHub Actions Git
Testing Vitest pytest
AI tooling Ollama MCP

Projects

  • DevVault · live ↗ · dashboard · extension · MCP server
    A personal knowledge vault for snippets, commands and prompts, found through semantic search on local Ollama embeddings. Express 5 and Prisma over Postgres, a Next.js dashboard, a Chrome extension with on-device OCR, and an MCP server for Claude Code.
    TypeScript · Express · PostgreSQL · Prisma · Ollama · MCP

  • DevVault CLI
    Save a command, snippet or bookmark to DevVault without leaving the terminal, and search it from there too. It pulls candidates straight out of shell history, and a shell hook adds automatic tracking as you work.
    Node.js · CLI · Shell

  • Kite Auth SDK
    An async Python SDK for Zerodha Kite Connect that owns the whole token lifecycle: pluggable login, token exchange, persistence and automatic re-auth. On top of that, WebSocket tick streaming, retries, a circuit breaker and rate limiting, behind a 90% coverage gate.
    Python · asyncio · httpx · WebSockets · Playwright

  • C++ HTTP Server · live demo ↗ · kanban client
    An HTTP server built on raw sockets in C++, no framework, persisting to PostgreSQL and running behind nginx with TLS in Docker Compose. A React kanban board rides on top of it as the live demo.
    C++ · Sockets · PostgreSQL · nginx · Docker

  • Jig-Scape
    Infinite jigsaw puzzles from images generated locally on Apple Silicon with Stable Diffusion: no API keys, no cloud bill. Canvas slices each image procedurally, with randomised tabs and magnetic-snap placement, behind a FastAPI service.
    React · FastAPI · Stable Diffusion · Canvas

  • Portfolio · live ↗
    The long version of this page: a scroll-through portfolio with projects, writing, open source and a way to reach me.
    Next.js 16 · React 19 · TypeScript · Tailwind v4 · Motion

Open source

Contributions to SQLMesh (3.3k ★), the data transformation framework:

Writing

More on Medium →

Experience

  • Software Engineer, Xpressbees · 2024 – present
  • Junior Software Engineer, Xpressbees · 2023 – 2024
  • Graduate Trainee, Xpressbees · 2022 – 2023

Found something you need built? Knock — I answer.
aishwary.kantode2@gmail.com

Popular repositories Loading

  1. system-prompts-and-models-of-ai-tools system-prompts-and-models-of-ai-tools Public

    Forked from x1xhlol/system-prompts-and-models-of-ai-tools

    FULL v0, Cursor, Manus, Same.dev & Lovable System Prompts & AI Models.

    2

  2. DataStructures-Algorithms DataStructures-Algorithms Public

    Forked from rachitiitr/DataStructures-Algorithms

    The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!

    C++

  3. intro-html intro-html Public

    A robot powered training repository 🤖

  4. awesome-system-design-resources awesome-system-design-resources Public

    Forked from ashishps1/awesome-system-design-resources

    Learn System Design concepts and prepare for interviews using free resources.

    Java

  5. libphonenumber libphonenumber Public

    Forked from nathanhammond/libphonenumber

    Google's libphonenumber as an easily included JavaScript library.

    JavaScript

  6. CURD-TEST CURD-TEST Public

    On journey of learning postgres and docker created a basic curd application to get familiarize with commands and syntax

    JavaScript