Skip to content
View thealpha93's full-sized avatar

Organizations

@Planet-NULLCAST

Block or report thealpha93

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
thealpha93/README.md

Hi, I'm Aakash πŸ‘‹

Lead Software Engineer & Solutions Architect based in Auckland, NZ.
I build distributed systems, data pipelines, and AI-native infrastructure and I like doing it in the open.


πŸ”¨ What I'm working on

  • VecLite: client-side vector search that scales. Rust/WASM powered, 100k vectors in 400ms, entirely in the browser. No server. No API keys. No data leaves the device.
  • IoT telemetry at scale: Go + Kafka + TimescaleDB pipeline handling 16K msg/s
  • LLM-native tooling: agentic workflows, RAG pipelines, MCP servers
  • DevSecOps patterns: security-first architecture from day one, not bolted on at the end

🌟 Featured: VecLite

Client-side vector search that scales. Rust/WASM powered, works where pure JS breaks down.

import { VecLite } from 'veclite'

await VecLite.init()
const db = new VecLite({ dimensions: 1536 })

db.upsert([{ id: 'doc1', vector: embedding, metadata: { category: 'science' } }])

const results = db.search({ vector: queryEmbedding, topK: 5 })
// 100k vectors. 400ms. Zero server.

npm CI License: MIT

β†’ Check it out Β· PRs and issues welcome Β· v0.4 coming soon with veclite/rag


🀝 Open to

  • Contributing to OSS projects in Go, TypeScript, or Rust: especially distributed systems, data infra, or AI tooling
  • Collaborators on VecLite and other projects: PRs, issues, and ideas are genuinely welcome
  • Mentoring engineers navigating the jump from mid to senior, or into architecture
  • Building together: if you have an interesting problem, let's talk

πŸ›  I work mostly in

Go TypeScript Rust Python Kafka AWS Terraform PostgreSQL


πŸ“Š GitHub Stats

GitHub Stats Top Languages


🌐 More about me

If you want the full picture, past work, case studies, and what I'm thinking about -
β†’ scalewithaakash.com

Or just say hi: tmaakash143@gmail.com

Popular repositories Loading

  1. VecLite VecLite Public

    Client-side vector search that scales. Rust/WASM powered, works where pure JS breaks down.

    TypeScript 4

  2. Auto-Delete-Screenshots Auto-Delete-Screenshots Public

    Python script for automatically deleting images after 30 days.

    Python 1

  3. thealpha93 thealpha93 Public

    1

  4. react-alpha-cli react-alpha-cli Public

    JavaScript 1

  5. online-tools online-tools Public

    Forked from neoito-hub/online-tools

    online-tools

    JavaScript

  6. lodash lodash Public

    Forked from lodash/lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

    JavaScript