import MainTemplate from "@/templates/MainTemplate" import portrait from "../images/portrait-compressed.jpg" const AboutPage = () => { return (
A portrait of the blog author
Pictured with the WITCH computer at the{" "} National Museum of Computing , Bletchley Park.

I'm a self-taught software engineer based in West Sussex, UK.{" "}

Currently I work for{" "} ITV {" "} {""} as a backend software engineer. Before that, I worked as a full-stack engineer at the{" "} BBC {" "} and as a frontend engineer at{" "} Arria NLG {" "} and in several web developer roles. Before software I was a teacher.{" "}

Some things I like:

Some things I'm interested in:

) } export { AboutPage }