package pages import "personal-site/components" import "personal-site/constants" import "personal-site/components/icons" templ heroSection() {

available for work

Derrick Gee

Full Stack Software Engineer

Japan · US Citizen

Full-stack software engineer who ships — from backend APIs to polished frontends. Aligned with US timezones and based in Japan, building things that matter.

View Projects Experience Gitea @icons.ArrowUpRight("size-3") GitHub @icons.ArrowUpRight("size-3")
} templ aboutSection() {

about

I'm a full-stack software engineer specializing in Python and C# Blazor — I work across the whole stack, from backend APIs to server-side rendering to the UI.

I'm also a Linux and Neovim enthusiast, which means I care just as much about the craft of writing code as I do about shipping it.

Python C# / Blazor Golang FastAPI Tailwindcss Javascript Lua Neovim Linux
} templ expSection() {

experience

// westbold

Westbold · Remote

Full Stack Software Engineer

Jul 2021 — Present

Full-stack development across customer-facing workflows, frontend architecture, and internal tooling. Focused on improving usability, reducing friction, and modernizing the codebase.

C# Blazor Tailwindcss Golang Javascript Python
// tenchijin

Tenchijin · Remote

Full Stack Software Engineer

Dec 2020 — Sep 2021

Backend development with some frontend on an enterprise satellite data platform. Improved performance, rewrote core services, and documented workflows for faster onboarding.

Python Django VueJS
// hennge

Hennge · Hybrid

Software Engineer Intern

Sep 2020 — Nov 2020

Contributed to a production enterprise email platform and built internal proof-of-concept projects to explore cloud infrastructure.

Python VueJS Terraform AWS
} templ Index() { {{ params := constants.NewLayoutParams("Home") }} @components.MainLayout(params) { @heroSection() @aboutSection() @expSection() } }