An open API service indexing awesome lists of open source software.

https://github.com/aduth/andrewduthie.com

The personal website of Andrew Duthie
https://github.com/aduth/andrewduthie.com

Last synced: 4 months ago
JSON representation

The personal website of Andrew Duthie

Awesome Lists containing this project

README

          

# AndrewDuthie.com

This repository contains the source for [my personal homepage](https://andrewduthie.com).

I treat it as a playground for experimenting with interesting or novel tools and implementation approaches, including:

- [MDX](https://mdxjs.com/) as a document format
- [NPM workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) ([á la Yarn](https://classic.yarnpkg.com/en/docs/workspaces/))
- [Native ES modules in Node.js](https://nodejs.org/api/esm.html)
- [Node.js Worker Threads](https://nodejs.org/api/worker_threads.html)
- [Running TypeScript Natively in Node.js](https://nodejs.org/en/learn/typescript/run-natively)
- [Node.js Test Runner](https://nodejs.org/api/test.html)
- [Node.js Subpath Imports](https://nodejs.org/api/packages.html#subpath-imports)
- [JSON-LD Linked Data](https://json-ld.org/)
- [ESBuild](https://github.com/evanw/esbuild)

## License

Copyright 2025 Andrew Duthie.

Blog post content is licensed under the [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/deed.en_US). Blog post content includes all files within the `pages/` directory.

Source code is licensed under the [MIT license](https://opensource.org/licenses/MIT). Source code includes all files with exception of files within the `pages/` directory.