Skip to content
View Wnayar's full-sized avatar
🌐
I love solving hard problems
🌐
I love solving hard problems

Highlights

  • Pro

Block or report Wnayar

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

William Nayar, backend and distributed systems

Website  ·  Resume  ·  LinkedIn  ·  Email

Final-year CS at NUS specialising in Software Engineering. I build backend systems and care about where work belongs in a system.
Looking for a 6-month SWE internship starting early 2027.


Currently

  • Teaching CS3219 Software Engineering Principles and Patterns at NUS as an academic tutor to a class of twenty, August to December 2026. One of my favourite modules taken in NUS, and the one that opened my eyes to how broad software engineering gets once distributed systems are involved. It is microservices based, so teams spend the semester making real decisions: where a service boundary goes, which database suits the access pattern, how everything gets deployed and stays up. My job is to help them think those through before they commit
  • Building Recall, a search engine in Go, to understand indexing and retrieval by implementing them rather than reading about them

Achievements

  • 1st place, Daytona HackSprint by AI Builders at NUS (July 2026), for Airlock (below), a safety gate for AI agents
  • Certificate of Distinction, Software Engineering, NUS School of Computing: 4.50 GPA across key Software Engineering modules
  • Three merged PRs into Automattic/mongoose (27k stars) and redis/node-redis (17k stars), approved by both projects' lead maintainers. Gaps I found by reading the source rather than working off issue labels
  • Orbital Apollo 11 Certification, NUS: advanced independent software development project
  • HackerRank Software Engineering Certification: Problem Solving, SQL

Selected Work

DeepCS · Distributed · 6 Services

Solve CS interview questions solo or live with a matched partner.

  • Built a distributed 6-service backend in TypeScript and Fastify, with path-filtered CI building and health-checking each service's image independently
  • Built real-time collaborative editing on WebSockets and Yjs (CRDT), syncing edits across instances via Redis pub/sub, 250 sockets at p95 4 ms on one machine
  • Built a custom API gateway with Firebase JWT verification against Google's JWKS, and made rate limiting and partner matching atomic with Redis Lua scripts
  • Designed the data layer as one PostgreSQL instance with a schema and role per service, with an integration test asserting the database rejects cross-service queries
  • Built an event pipeline on Redis Streams with a consumer that acks after commit, making at-least-once delivery effectively exactly-once
  • In progress: running the stack on Kubernetes locally. Future: a GKE/GCP sprint, a Kafka adapter behind the event-log interface, and Drizzle over the pg layer

Built with:  TypeScript Fastify SQL Redis Docker Kubernetes

Airlock · 🏆 1st Place

1st place at the Daytona HackSprint. A safety gate that sits between an AI coding agent and every package it tries to install.

  • Each install is detonated in an isolated sandbox before it touches the system, then read statically, matched against known malware, and reputation scored, with an LLM issuing the final verdict
  • Enforced as a hook rather than a wrapper, so the agent cannot route around it
  • Weekend team build; a teammate and I shaped the concept and system design

Sponsors:  Daytona Nosana Doubleword Oxylabs ai&

Founder and developer. Perfumes that I make and sell myself.

  • Designed a scalable frontend architecture using re-usable layouts, modals, and state management techniques, enabling ~70% code sharing and efficient creation of new features
  • Implemented centralized cart state management using React Context and localStorage that allows real-time cart data sharing between different parts of the frontend (Navbar, product page, cart, overlays, etc.)
  • Configured CI/CD and production deployment through Vercel, Cloudflare DNS, and GitHub automation

Built with:  React TypeScript PostgreSQL Vercel Cloudflare


Technical Skills

Languages
JavaScript, TypeScript, Go, Python, Java, C, C++, Bash

Backend
Node.js, Express, Flask, Fastify

Data
MongoDB, PostgreSQL, Redis, Supabase, SQLite, Firebase

Infra & Cloud
Docker, Kubernetes, Google Cloud, AWS, Vercel, Cloudflare, GitHub Actions, Nginx, Linux

Frontend
React, Next.js, Tailwind CSS, Vite, HTML, CSS

Tools
Git, GitHub, VS Code, Postman, Jest

Pinned Loading

  1. deepcs deepcs Public

    Solve CS interview questions solo or live with a matched partner

    TypeScript

  2. airlock airlock Public

    A safety gate for AI agents. Detonates packages in a disposable sandbox before your agent runs them.

    Python 3 1

  3. recall recall Public

    Search engine with cited AI answers over my school notes. Hand-rolled inverted index, BM25, and hybrid retrieval in Go.

  4. aqua-vitae aqua-vitae Public

    Production-grade React e-commerce platform with Shopify backend, deployed on Vercel.