@@ -277,6 +277,24 @@ export const data = {
277
277
] ,
278
278
projects : {
279
279
personal : [
280
+ {
281
+ name : 'Fairy' ,
282
+ description : 'General tools for easier and simpler development.' ,
283
+ link : 'https://github.com/rl404/fairy' ,
284
+ tags : [ 'go' ]
285
+ } ,
286
+ {
287
+ name : 'Image Randomizer' ,
288
+ description : 'Simple website to generate random image from chosen image list.' ,
289
+ link : 'https://github.com/rl404/image-randomizer' ,
290
+ tags : [ 'go' , 'postgresql' , 'nodejs' , 'react' , 'docker' , 'kubernetes' ]
291
+ } ,
292
+ {
293
+ name : 'Nyaa X Discord' ,
294
+ description : 'Discord bot to notify Nyaa updates.' ,
295
+ link : 'https://github.com/rl404/nyaa-x-discord' ,
296
+ tags : [ 'go' , 'mongodb' , 'docker' , 'kubernetes' ]
297
+ } ,
280
298
{
281
299
name : 'Ikazuchi' ,
282
300
description : 'Explore anime database with Bakemonogatari theme.' ,
@@ -351,13 +369,7 @@ export const data = {
351
369
description : 'Unofficial golang API wrapper for flip.id.' ,
352
370
link : 'https://github.com/rl404/flip-go' ,
353
371
tags : [ 'go' ]
354
- } ,
355
- {
356
- name : 'Fairy' ,
357
- description : 'General tools for easier and simpler development.' ,
358
- link : 'https://github.com/rl404/fairy' ,
359
- tags : [ 'go' ]
360
- } ,
372
+ } ,
361
373
{
362
374
name : 'Verniy' ,
363
375
description : 'Unofficial Anilist graphql api wrapper.' ,
@@ -376,19 +388,7 @@ export const data = {
376
388
description : 'Auto generate MyAnimeList anime/manga CSS cover.' ,
377
389
link : 'https://github.com/rl404/mal-cover' ,
378
390
tags : [ 'go' , 'docker' , 'kubernetes' ]
379
- } ,
380
- {
381
- name : 'Nyaa X Discord' ,
382
- description : 'Discord bot to notify Nyaa updates.' ,
383
- link : 'https://github.com/rl404/nyaa-x-discord' ,
384
- tags : [ 'go' , 'mongodb' , 'docker' , 'kubernetes' ]
385
- } ,
386
- {
387
- name : 'Image Randomizer' ,
388
- description : 'Simple website to generate random image from chosen image list.' ,
389
- link : 'https://github.com/rl404/image-randomizer' ,
390
- tags : [ 'go' , 'postgresql' , 'nodejs' , 'react' , 'docker' , 'kubernetes' ]
391
- }
391
+ }
392
392
] ,
393
393
work : [
394
394
{
0 commit comments