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 supported. This note will be visible to only 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 Engineering Student | Web Developer

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++", "Node.js", "Python", ],
    core: ["gRPC", "Raft Consensus", "Linux"],
    web: ["Next.js", "React", "NestJS", "Express.js"],
    infrastructure: ["Docker", "AWS", "Redis", "MongoDB"]
  },

  challenge: () => "Building high-throughput, fault-tolerant systems."
};

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 5 8

  2. raft-consensus raft-consensus Public

    An exportable go module for Raft consensus, designed for easy integration into distributed systems.

    Go 1

  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