David Norman Front End Developer &
UX Designer &
Tired Dad

Hero illustration

About Me

about-david.js
1 // Information about the dude
2 const david = {
3   name: "David Norman",
4   role: "Senior Front End Developer & UX Designer",
5   location: "Costa del Yorkshire",
6
7   // What I do
8   passion: "Crafting beautiful, functional, and accessible web experiences",
9   skills: [
10     "React", "TypeScript", "Astro", "CSS/Sass",
11     "Design Systems", "Figma", "AI", "Dad duties"
12   ],
13
14   // Current status
15   status: "Procrastonating. Probably.",
16
17   // Other
18   interests: [
19     "3D Printing", "Mechanical keyboards",
20     "Home automation", "Sim racing"
21   ]
22 };
23
24 export default david;

Musings

Things I managed to focus on long enough to write about.

Could be waffle, could be useful, who knows?