Skip to content
View Brenlau9's full-sized avatar

Block or report Brenlau9

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

Brendan Lau

Backend Software Engineer

I build backend systems with a focus on:

  • Concurrency & systems programming (C, pthreads)
  • REST APIs (FastAPI)
  • Databases (PostgreSQL, Redis)
  • DevOps tooling (Docker, GitHub Actions, Terraform)

Featured Projects

Multithreaded HTTP Server
URL Shortener API

Currently Learning

  • Distributed systems design
  • Observability & monitoring
  • Cloud-native architecture

Pinned Loading

  1. c-multithreaded-http-server c-multithreaded-http-server Public

    A multithreaded HTTP/1.1 server in C using POSIX sockets, a thread pool, and a writer-priority reader–writer lock for safe concurrent file access.

    C

  2. url-shortener-api url-shortener-api Public

    Backend URL shortener API built with FastAPI, PostgreSQL, Redis, Docker and CI

    Python

  3. csv-job-platform csv-job-platform Public

    Async CSV processing platform using FastAPI, Redis, Celery, and PostgreSQL for background data validation and analytics jobs.

    Python