Personal Website of Jakob Heuser, available at https://codedrift.com
- Site is a next.js app, deployed on Vercel
- It leverages
getStaticProps
where possible, falling back togetInitialProps
where there's large amounts of data access - A GraphQL Proxy connects to GitHub which doubles as a CMS
- It leverages
- Tailwind is used for the styling
- There's eslint, commitlint, and conventional commit running via Husky, because I'd rather be annoyed on
git-commit
than several months later - It's in Typescript, because I want to get better at typing things
pnpm dev
This is a rough list of things I'd like to do
- Go digging for old posts from LinkedIn/Medium/Felocity.org
You could file bugs. They'll be triaged. I file bugs against myself, if only so I remember something's broken.