Skip to content

Commit 1c4cd99

Browse files
committed
Add more projects
1 parent 5c31c41 commit 1c4cd99

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

data/projects.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ export default [
147147
desc: "Monorepo for my Raspberry Pi dashboard and GPS satellite listener.",
148148
to: "/listening-to-satellites-with-my-raspberry-pi",
149149
},
150+
{
151+
name: "oak-lru-cache",
152+
link: "https://github.com/healeycodes/oak-lru-cache",
153+
desc: "An LRU cache written in Oak.",
154+
},
150155
{
151156
name: "inkbyexample",
152157
link: "https://github.com/healeycodes/inkbyexample",
@@ -158,6 +163,11 @@ export default [
158163
link: "https://github.com/healeycodes/hoot-language",
159164
desc: "A general-purpose interpreted scripting language with an event loop.",
160165
},
166+
{
167+
name: "deno-isolate-web-request",
168+
link: "https://github.com/healeycodes/deno-isolate-web-request",
169+
desc: "Making web requests from inside an isolate.",
170+
},
161171
{
162172
name: "tinyinfra",
163173
link: "https://github.com/healeycodes/tinyinfra",

0 commit comments

Comments
 (0)