chore: 3 new stuffs

This commit is contained in:
Reinaldy Rafli 2022-06-26 17:13:17 +07:00
parent 2bc09afd4e
commit 30af672562
No known key found for this signature in database
GPG Key ID: 748A8EC5DB8653E8
1 changed files with 27 additions and 0 deletions

View File

@ -203,6 +203,33 @@ const projects: Project[] = [
repository: 'https://github.com/aldy505/add-editorconfig', repository: 'https://github.com/aldy505/add-editorconfig',
role: 'author', 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; export default projects;