Skip to content
View awhvish's full-sized avatar
😴
😴

Highlights

  • Pro

Block or report awhvish

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

Hi. I'm Avis Lowha.

Software Engineer

Twitter: Avis Lowha Linkedin: Avis Lowha GitHub: awhvish

A little more about me:

const Avis: SoftwareEngineer = {
  name: "Avis Lowha",
  role: "Systems & Backend Focused",
  architecture: ["Distributed Systems", "Microservices", "Event-Driven"],
  
  stack: {
    languages: ["Go", "C++", "TypeScript", "Python", "Java"],
    core: ["gRPC", "Raft Consensus", "Linux"],
    web: ["Next.js", "React", "NestJS", "Express.js"],
    infrastructure: ["Docker", "Kubernetes", "GCP", "AWS", "Redis", "MongoDB"]
  },

  challenge: () => "Forbes 30 under 30"
};

Reach out to me through LinkedIn


Pinned Loading

  1. SisyphusDB SisyphusDB Public

    A strongly consistent, distributed Key-Value database in Go. It uses a LSM-Tree storage engine with Bloom Filters for storage, all built from scratch.

    Go 9 11

  2. MCP-Mesh MCP-Mesh Public

    NLP-driven LAN control plane using remote MCP servers on Windows, Linux and Andriod.

    Python 2

  3. PetroShopIndia PetroShopIndia Public

    A production-grade e-commerce platform and custom CMS built with Next.js and Express, featuring automated payment (Razorpay) and logistics (Shiprocket) pipelines.

    TypeScript 2

  4. ebpf-load-balancer ebpf-load-balancer Public

    A kernel-level L4 load balancer using eBPF/XDP and consistent hashing built from scratch.

    Go 1

  5. PR-Reviewer PR-Reviewer Public

    A RAG-based pull-request reviewer using hybrid vector and BM25 search, utilizing OpenAI for context-aware feedbacks.

    TypeScript 1 1

  6. MarketPlace MarketPlace Public

    Real-Time art auction marketplace built in Next.js

    TypeScript