From 30af6725623e7dabc2816c697bfff28a57632641 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 26 Jun 2022 17:13:17 +0700 Subject: [PATCH] chore: 3 new stuffs --- config/projects.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/config/projects.ts b/config/projects.ts index 67e45f6..b911c38 100644 --- a/config/projects.ts +++ b/config/projects.ts @@ -203,6 +203,33 @@ const projects: Project[] = [ repository: 'https://github.com/aldy505/add-editorconfig', role: 'author', }, + { + id: 24, + type: 'application', + title: 'Gitgram', + stack: ['typescript'], + description: 'Telegram bot for delivering Github notifications', + repository: 'https://github.com/teknologi-umum/gitgram', + role: 'contributor' + }, + { + id: 25, + type: 'library', + title: 'Nanoid.jl', + stack: ['julia'], + description: 'Nanoid implementation in Julia', + repository: 'https://github.com/aldy505/Nanoid.jl', + role: 'author' + }, + { + id: 26, + type: 'library', + title: 'cache2go', + stack: ['go'], + description: 'A fork of cache2go for in-memory caching in Go with TTL support', + repository: 'https://github.com/aldy505/cache2go', + role: 'author' + } ]; export default projects;