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

I build full-stack web applications with a focus on developer experience and real-world impact. Python, C# Blazor, Go — and everything in between.

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

about

I'm a Python and C# Blazor full-stack software engineer. I work across the whole stack — backend APIs, server-side rendering, and polished frontends. I'm also a Linux and Neovim enthusiast who enjoys tinkering with configs as much as shipping features.

When I'm not coding, I'm exploring new technologies that solve real-world problems. Currently based in Japan, working remotely.

Python C# / Blazor Golang FastAPI Hugo 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 Hugo 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() } }