# Manish Saha > Software Engineer · Bangalore, India From protocol to pixel, I engineer production-grade, high-throughput systems built to scale under fire — shipped at startup speed, with zero patience for bad UX. **Availability:** Open to impactful projects and product-focused engineering roles. ## Contact - Email: mailto:manishmanice2003@gmail.com - GitHub: https://github.com/Manice18 - LinkedIn: https://www.linkedin.com/in/manice18/ - Medium: https://medium.com/@manice18 - Resume: https://drive.google.com/file/d/1CYGUhjsdaM6Y4Rs2HCfPg-VjUu8Uq5cv/view?usp=sharing Website: https://www.manice.me Avatar: https://github.com/Manice18.png ## Highlights - Built real-time Solana indexers, trading pipelines, and notification systems (10k+ trades/sec, sub-250ms OHLC, event-driven architecture). - Designed and scaled event-driven systems using Kafka/Redpanda with idempotent consumers and high-throughput processing. - Reduced DB load 80%+ and API latency to <50ms via caching + batched idempotent writes. - Shipped Solana/SVM products end-to-end (Anchor + Next.js + Web3 integrations). - Improved web performance (e.g., 60% faster loads) with image optimization and refactors. - Delivered complex UIs and workflows with React/TypeScript and modern state/tooling. ## Achievements & Volunteering - 1st place - Solana Radar Hackathon (Reclaim Protocol side-track). - Winner of 3 Solana bounties on Superteam Earn (Solana track). - Winner - Hack4Bengal 2.0 (Solana track). - 3rd place - Talent Olympics (Escrow UI + Blink track). - Mentored and judged multiple web2 & web3 hackathons; active SuperteamIN member (Aug 2023 - Jan 2026). ## Industry Experience ### Rust Backend Engineer — Apeing.ai **Period:** Nov 2025 - May 2026 **Location:** Miami, USA (Remote) Rust backend engineer working on real-time trading and indexing pipelines on Solana. **Highlights:** - Built a Solana blockchain indexer using Yellowstone gRPC to parse swaps and emit structured trade events in real time. - Built a real-time, event-driven notification platform by developing a Solana wallet indexer for on-chain token movements (replacing third-party webhooks), streaming events via Redpanda/Kafka, and fan-out processing through Rust workers into idempotent, preference-aware notifications delivered through PostgreSQL-backed in-app WebSocket updates and Firebase push. - Integrated Privy for wallet/auth flows to improve user onboarding and secure account linking between embedded/external wallets and backend notification/trading systems. - Built a real-time trading pipeline handling 10k+ trades/sec, generating multi-interval OHLC candles with sub-250ms latency. - Contributed to a high-throughput event-driven system, building downstream consumers that process asynchronous events and perform batched, idempotent writes to PostgreSQL. - Architected multi-level caching (in-memory + Redis) and scalable DB access, cutting DB load by 80%+ and API latency to under 50ms. **Tech:** Rust, Axum, PostgreSQL, Redis, WebSockets, Solana, Yellowstone gRPC, Privy. **Tags:** Rust, Axum, PostgreSQL, Redis, WebSockets, Solana, Yellowstone gRPC ### Full-stack Developer — Bandit Labs **Period:** Jan 2025 - Jan 2026 **Location:** Dubai, UAE (Remote) Full-stack engineer working across Solana, SVM rollups, and production dApps. **Highlights:** - Worked with Solana RPCs to index gated NFTs, integrated Raydium SDK to provide liquidity and swap tokens, and used Switchboard VRF to generate random numbers. - Built and shipped Roast To Launch & Roaster.fun, the internet's first roast-to-earn platform. - Improved reliability for a core SVM rollup by reducing errors and downtime. - Worked on an SVM app-chain in Badchain and multiple Anchor contracts with raffle mechanics. **Tech:** Rust, SVM, Anchor, Next.js, Solana, Web3.js, Express.js, React, JavaScript, TypeScript, TailwindCSS. **Tags:** Rust, Anchor, SVM, Next.js, Solana, Web3.js, TypeScript ### Full-stack Developer — Stealth Startup **Period:** Nov 2023 - Jan 2024 **Location:** Remote Full-stack work on performance, product experiments, and internal tooling. **Highlights:** - Reduced website load time by 60% by optimizing images using next-image-exporter and enforcing linting rules for proper srcset generation. - Built a QA bot using Steamship API in Python, enabling instant user query resolution. - Boosted user engagement during a DEX's Zealy sprint by developing a leaderboard to track portfolio value, volume, and token holdings per user. - Increased code maintainability and performance by refactoring the main dApp to eliminate redundancy. **Tech:** Next.js, Solana, Web3.js, React, JavaScript, TypeScript, TailwindCSS, Python. **Tags:** Next.js, Solana, React, TypeScript, Python ### Associate Software Developer — Certiff Innovative Technologies Pvt Ltd. **Period:** Aug 2023 - Oct 2023 **Location:** Hyderabad, India (Remote) Frontend engineer building core product workflows for a SaaS office management tool. **Highlights:** - Worked on Certiff's office management SaaS used by CAs, CSs, ICWAs, and other tax professionals. - Built a workflow designer using React Flow for the main portal and added features like user settings and monitoring. - Built the main marketing website. **Tech:** TypeScript, React, Vite, TailwindCSS, React Query, React Flow, Zustand, Formik, Chakra UI, Radix UI, Git. **Tags:** React, TypeScript, React Flow, Zustand, TailwindCSS ## Open Source / Projects ### trade_backend (featured) **Language:** Rust **URL:** https://github.com/Manice18/trade_backend Rust monorepo for a Solana-native trading platform: launchpad and Jupiter swaps, real-time OHLC and market data over WebSockets, event-driven order flow via Redpanda, Yellowstone gRPC indexers, and ClickHouse-backed chart analytics. **Impact:** End-to-end trading stack with split API runtime roles, idempotent event consumers, and multi-level caching for high-throughput workloads. **Tags:** Rust, Axum, PostgreSQL, Redis, Redpanda, Solana, Yellowstone gRPC, ClickHouse, WebSockets ### go-distri (featured) **Language:** Go **URL:** https://github.com/Manice18/go-distri A highly available distributed key-value store built to explore real-world distributed systems concepts. Uses a hybrid peer discovery model (central registry + libp2p/Kademlia DHT), a custom libp2p handshake to exchange cluster metadata, and HashiCorp Raft for leader election and replicated state. Supports cross-network clusters using Tailscale to advertise dialable addresses across NAT. **Impact:** Demonstrates distributed systems concepts including hybrid peer discovery, libp2p networking, Raft consensus, and NAT traversal, showing how nodes discover each other, elect a leader, and maintain consistent replicated state across machines. **Tags:** Go, Distributed Systems, HashiCorp Raft, libp2p, Kademlia DHT, Peer Discovery, Leader Election, Consensus, TCP, HTTP, Tailscale ### BuilderBrain (featured) **Language:** JS/TS **URL:** https://github.com/Manice18/builder_brain Personal project memory assistant that connects GitHub (what you code) with Notion (what you plan). Answers natural-language questions by querying live data through Coral SQL, then optionally narrates results with an LLM — Coral is the source of truth, not the model. **Impact:** Coral-first read-only architecture with rule-based intent routing and fixed SQL templates (no LLM-generated queries), plus cross-source GitHub↔Notion joins for abandoned-project detection and repo↔ideas-page matching. **Tags:** TypeScript, Next.js, Express, Coral, GitHub, Notion, OpenRouter, SSE, Node.js ### zKonnect (featured) **Language:** JS/TS **URL:** https://github.com/zKonnect/zkonnect-common Token-gated event hosting platform on Solana enabling creators to share event links via Blinks. Integrated Reclaim Protocol for zk-proof creator verification and Huddle01 for dRTC token-gated rooms. **Impact:** Winner at Solana Radar Hackathon (Reclaim Protocol track). **Tags:** Next.js, Solana Actions, Anchor, Rust, Prisma, Docker ### invoice_rust **Language:** Rust **URL:** https://github.com/Manice18/invoice_be Rust workspace for a multi-tenant invoicing and payments API: customer and invoice management, mock PSP card charges with idempotency keys, invoice state machine, payment reconciliation workers for async and ambiguous PSP outcomes, and signed webhook delivery over Redpanda with exponential backoff. **Impact:** Payment-correctness design with row-level locking, idempotent pay flows, and a reconciliation worker for timeout and network-error edge cases—modeled after production PSP integration patterns. **Tags:** Rust, Axum, PostgreSQL, SQLx, Redpanda, Docker, OpenAPI, Webhooks ## Tech Stack ### Languages JavaScript, TypeScript, Rust, Go, Python, Java, HTML, CSS, Bash ### Backend & APIs Node.js, Express, Axum, Actix ### Frontend & UI Next.js, React, shadcn/ui, Zustand, Tailwind CSS ### Databases & Infra PostgreSQL, Redis, MongoDB, Firebase, Prisma, Docker, AWS, Vercel, Git ### Web3 & Solana Solana Web3.js, Anchor, SVM ## Companies - [Apeing.ai](https://www.linkedin.com/company/apeing-ai/posts/?feedView=all) - [Bandit Labs](https://x.com/banditlabz) - Stealth Startup - [Certiff Innovative Technologies Pvt Ltd.](https://www.linkedin.com/company/certiff-ai-ops/about/) ## Education - **B.Tech in Information Technology** — RCC Institute of Information Technology (2021 - 2025) ## Machine-readable endpoints - Portfolio HTML: https://www.manice.me - llms.txt: https://www.manice.me/llms.txt - llms-full.txt: https://www.manice.me/llms-full.txt - robots.txt: https://www.manice.me/robots.txt - sitemap.xml: https://www.manice.me/sitemap.xml