Skip to content
View silashsieh's full-sized avatar
  • Taiwan

Block or report silashsieh

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

Shih-Lien (Silas) Hsieh

M.S. in Electrical Engineering, National Cheng Kung University (DBSE Lab). Focused on infrastructure, reliability, and platform engineering, with a strong backend and developer-tooling streak.

I like owning systems end-to-end: designing them, operating them in production, and handing them over in a state someone else can run.

What I've built

  • Personal infrastructure — self-hosted homelab of 11 Docker services on a Raspberry Pi, 20+ months in continuous operation: 3-tier ELK observability stack, encrypted Cloudflare R2 backups, and a GCP reverse-tunnel bastion for secure access behind NAT.
  • Linux kernel coursework (fibdrv, ksort, lab0-c, proxylab) — C systems work from Jim Huang's (jserv) NCKU kernel courses: a Fibonacci character-device driver (kmalloc/kfree, file_operations, ioctl), an in-kernel sorting module, and a multi-threaded HTTP proxy.
  • LDAP SSO sandbox (ldap-sso) — Docker-based testing environment for LDAP single sign-on, built to de-risk a production identity migration (OpenLDAP + Keycloak, ~50 accounts federated with zero password resets).

Toolbox

Languages: Python · Java · TypeScript · C/C++ · SQL · Bash
Infrastructure: Docker · Kubernetes · Linux · nginx · ELK Stack · Keycloak (OAuth/OIDC)
DevOps & Cloud: GitLab CI/CD · GitHub Actions · Ansible · GCP · Cloudflare

Pinned Loading

  1. TrailMate TrailMate Public

    Swift

  2. ldap-sso ldap-sso Public

    A testing docker environment using LDAP as SSO

    Dockerfile

  3. dict dict Public

    Forked from sysprog21/dict

    Ternary Search Tree + Bloom filter

    C

  4. fibdrv fibdrv Public

    Forked from sysprog21/fibdrv

    Linux kernel module that calculates Fibonacci numbers

    C

  5. raycaster raycaster Public

    Forked from sysprog21/raycaster

    Wolfenstein 3D-style raycasting implementation

    C

  6. refactor-mining refactor-mining Public archive

    Python