40 lines
562 B
Markdown
40 lines
562 B
Markdown
---
|
|
layout: plain.njk
|
|
title: "projects"
|
|
permalink: /boring/projects/
|
|
---
|
|
|
|
# Projects
|
|
|
|
A selection of things I've built or am currently building.
|
|
|
|
---
|
|
|
|
### project-alpha
|
|
|
|
A CLI tool for doing X. Written in Rust.
|
|
|
|
**Tags:** `rust` `cli`
|
|
**Links:** [github](#) · [docs](#)
|
|
|
|
---
|
|
|
|
### project-beta
|
|
|
|
A web app for Y. TypeScript front-to-back.
|
|
|
|
**Tags:** `typescript` `web`
|
|
**Links:** [github](#) · [live](#)
|
|
|
|
---
|
|
|
|
### project-gamma
|
|
|
|
Open source tooling. Because the world needs more of it.
|
|
|
|
**Tags:** `python` `oss`
|
|
**Links:** [github](#)
|
|
|
|
---
|
|
|
|
[← back](/boring/)
|