Skip to content
View saranyoopkp's full-sized avatar
🌱
🌱

Block or report saranyoopkp

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

Saranyoo Phetkamphaeng

Full-stack and infrastructure engineer in Thailand. Six years, self-taught.

TypeScript C# Go Python Node.js

NestJS Next.js Vue PostgreSQL RabbitMQ Redis

Kubernetes k0s k3s Terraform Prometheus Grafana Docker AWS GCP Proxmox


I like problems that start out vague — a page that just "feels slow", a job that quietly stopped running — and end with a number anyone can check.

I also like software that is orderly and easy to use; Kubernetes and NestJS are two I enjoy working with for exactly that reason. But structure on demand: a pattern earns its place when the problem asks for it, not because it is on a list.

Now — a multi-tenant webhook ingestion platform in production, and the infrastructure under it: Terraform, and a seven-node k0s cluster. I also run a smaller k3s cluster of my own, spanning on-prem and cloud over a WireGuard mesh, which is where I try things before they touch anyone else's work.

I have also moved a production service off one cloud onto another — Cloud Run to a self-hosted registry and static host — which taught me more about what a platform actually gives you than building on it did.

The clearest number I have: a multi-tenant inbox that took 14.4 seconds to load for its busiest users, and 0.09 after the row-level-security policy was replaced — checked against the old figures for both rows lost and rows leaked, because a query that got faster by showing the wrong tenant's data is not a fix.


dotfiles — instruction architecture for coding agents

Cross-cutting rules, domain skills with explicit routing, versioned agent definitions that separate implementation from acceptance review, and an evaluation harness that indexes my own session transcripts.

I built it for my own work, then measured whether it actually changed how I work — corrective turns dropped between 25% and 42% depending on how you define a correction, at flat input effort.

How I measured it, and what I would still verify


A note on what is public here

Most of what I have built belongs to the companies I built it for, so it is not on this account. dotfiles is the exception — it is mine, it is in daily use, and the write-up shows the measurement rather than asserting the result.


Portfolio LinkedIn Email

Pinned Loading

  1. dotfiles dotfiles Public

    An instruction architecture for coding agents — rules, skills, agents, and a routing/behaviour test suite with an evidence-grade session evaluation pipeline.

    Python