import Head from 'next/head' import DefaultLayout from '@/layouts/DefaultLayout/DefaultLayout' import ExternalLink from '@/components/ExternalLink/ExternalLink' import Link from 'next/link' import { Title as WritingTitle, Description as WritingDescription } from './writing' import { Title as CvTitle, Description as CvDescription } from './cv' export default function Home () { return (

Hello! 👋🏻

I'm Aaron, a Brit living in Newcastle-upon-tyne, UK. I work professionally as a Software Engineer, and study languages, history and philosophy in my spare time.

I current work as a Lead Consultant at Hippo Digital, working on public sector project for the Department of Education. You can find out more about my work history on my CV.

{WritingTitle}

{WritingDescription}

Read more...
{CvTitle}

{CvDescription}

Read more...

Tech I Like

Where to find me

About this site

www.aaronjy.me is a static site (i.e. a bunch of HTML, JS, CSS and image files) written in JavaScript using Next.js. Tacit is being used as a micro CSS framework, and various smaller bits of custom CSS have been applied on top.

The site is hosted inside a Google Cloud Storage bucket with a load balancer sat in front of it. The load balancer is required as Cloud Storage doesn't support a) custom domains, b) HTTPS out of the box or c) a global CDN solution.

One of the biggest benefits of a website made of simple static files and assets is that I can deploy it easily, almost anywhere, and for very little money.

) }