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

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

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, 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 DeepCS, a CS fundamentals question bank where two people solve the same question together in real time. Six independently deployable services on Cloud Run behind a gateway I'm writing rather than buying, a Yjs CRDT holding the shared document across instances, and an append-only event log a scheduled job drains into stats, which is where at-least-once delivery forces idempotency
  • Building Recall after that, 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)
  • Certificate of Distinction, Software Engineering focus area, NUS School of Computing
  • Merged open source PRs in Automattic/mongoose and redis/node-redis, gaps I found by reading the source rather than working off issue labels

Selected Work

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&

Own venture. Sole engineer for a fragrance brand launching Dec 2026: storefront, backend and infrastructure.

  • Backend on Supabase (PostgreSQL) and Vercel Functions: authentication, relational schema design, and caching
  • React and TypeScript storefront with a Shopify hosted checkout, keeping payments and PCI scope off my stack
  • CI/CD through Vercel, Cloudflare DNS and GitHub automation, with analytics supporting early testing across 100+ visitors

Built with:  TypeScript React PostgreSQL Supabase Vercel Cloudflare Shopify

PeerPrep · Distributed · 6 Services

Question Service owned end to end within a distributed 6-service architecture.

  • 15 RESTful endpoints with input validation and standardized error handling (400/404/409/500)
  • Moved randomized question selection into MongoDB aggregation pipelines ($match, $sample) instead of the application layer
  • 35 unit and integration tests with Jest and Supertest covering CRUD workflows and the pipelines

Built with:  Node.js Express TypeScript MongoDB Mongoose Jest Supertest

Study-group platform · NUS Orbital · Apollo 11

NUS Orbital, Apollo 11 Advanced. Full-stack MERN app for creating and discovering study groups, matched on live NUSMods course data.

  • REST APIs with session-based auth (express-session, bcrypt) and MVC structure, with MongoDB schemas for users, groups and memberships
  • Parsed nested timetable data (20 to 50+ entries per module) into structured formats with multi-criteria sorting and search

Built with:  MongoDB Express React Node.js


Technical Skills

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

Backend
Node.js, Express, Flask

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

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

Frontend
React, Next.js, Tailwind CSS, Vite

Tools
Git, GitHub, VS Code, Postman

Pinned Loading

  1. deepcs deepcs Public

    CS fundamentals question bank with real-time collaborative solving. Practice solo or get matched with someone.

  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.

  5. PeerPrep PeerPrep Public

    Forked from CS3219-AY2526Sem1/cs3219-ay2526s1-project-g06

    Microservices REST API backend built with Node.js, TypeScript, Express, and MongoDB.

    TypeScript

  6. NUS-GroupMatch NUS-GroupMatch Public

    Full-stack MERN application with Express REST API and MongoDB database.

    JavaScript