add projects a8d1692d
Steve · 2024-08-26 10:38 2 file(s) · +17 −0
public/pi.png (added) +0 −0

Binary file — no preview.

src/data/projects.ts +17 −0
8 8
9 9
export const projects: ProjectItem[] = [
10 10
	{
11 +
		title: "Pi-Widget",
12 +
		description:
13 +
			"A small server written in Go that you can run on your Raspberry Pi to display vitals in real time. For my particular Pi it displays IPFS repo stats and system stats, with more updates on the way",
14 +
		image: "https://stevedylan.dev/pi.png",
15 +
		link: "https://pi.stevedylan.dev",
16 +
		tags: ["hardware", "ipfs", "raspberry pi"],
17 +
	},
18 +
	{
19 +
		title: "Radicalize",
20 +
		description:
21 +
			"A CLI written in Go that can help migrate existing local or remote git repos to Radicle.xyz",
22 +
		image:
23 +
			"https://dweb.mypinata.cloud/ipfs/QmUFwBiweWHtGBxftQ7xNpiS5xSBHJyZJgsHXXGRy2qyLH?img-format=webp",
24 +
		link: "https://github.com/stevedylandev/radicalize",
25 +
		tags: ["developer tools", "radicle", "git"],
26 +
	},
27 +
	{
11 28
		title: "Snippets",
12 29
		description:
13 30
			"I was tired of poor code sharing experiences like Pastebin that were littered with ads, and I really loved the experience of Ray.so for images. This led to the creation of Snippets.so, an open sourced and extensible code sharing solution that’s minimal and clean.",