I build web applications and love exploring the intersection of software and hardware.
When I'm not coding, you'll find me studying architecture, tinkering with hardware, or out on a ride.
type Jeff = {
craft: string;
passion: string;
hobby: string;
offDuty: string;
};
const jeff = {
craft: "Fullstack development with TypeScript",
passion: "Architecture & design systems",
hobby: "Hardware builds & low-level tinkering",
offDuty: "Out on a ride",
} satisfies Jeff;