From a8cddc8321e787b70bd4bdc8bad265897c02a497 Mon Sep 17 00:00:00 2001 From: Nikolai Dorofeev Date: Tue, 16 Jul 2024 22:03:38 +0400 Subject: [PATCH] Refactor project tags in resume leads --- apps/d0rich.me/content/resume/leads/2.frontend.md | 2 +- apps/d0rich.me/content/resume/leads/3.backend.md | 2 +- .../server/utils/repositories/github/externalRepos.ts | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/d0rich.me/content/resume/leads/2.frontend.md b/apps/d0rich.me/content/resume/leads/2.frontend.md index dbe21aaa..d5a5ac36 100644 --- a/apps/d0rich.me/content/resume/leads/2.frontend.md +++ b/apps/d0rich.me/content/resume/leads/2.frontend.md @@ -1,7 +1,7 @@ --- title: Frontend Developer tags: [frontend] -projects.tags: [front-end] +projects.tags: [front-end, web3] --- IT specialist with experience in **Vue ecosystem**. Created frontend Single Page Applications with **Server Side Rendering** and **Static Site Generation**. Implemented **motion design** fragments. \ No newline at end of file diff --git a/apps/d0rich.me/content/resume/leads/3.backend.md b/apps/d0rich.me/content/resume/leads/3.backend.md index fa3e2594..a5e46ba5 100644 --- a/apps/d0rich.me/content/resume/leads/3.backend.md +++ b/apps/d0rich.me/content/resume/leads/3.backend.md @@ -1,7 +1,7 @@ --- title: Backend Developer tags: [backend] -projects.tags: [back-end] +projects.tags: [back-end, cli, blockchain] --- IT specialist with experience in **Node.js ecosystem**. Created REST API with **Express.js**, data access layer with **TypeORM** and server application with **tRPC** API. \ No newline at end of file diff --git a/apps/d0rich.me/server/utils/repositories/github/externalRepos.ts b/apps/d0rich.me/server/utils/repositories/github/externalRepos.ts index d296f226..d9f90866 100644 --- a/apps/d0rich.me/server/utils/repositories/github/externalRepos.ts +++ b/apps/d0rich.me/server/utils/repositories/github/externalRepos.ts @@ -20,5 +20,11 @@ export const externalRepos: GithubExternalRepo[] = [ repo: 'ton-validators-map', tags: ['TON', 'front-end', 'geoJSON', 'SVG', 'animations'], complexity: 3 + }, + { + owner: 'ton-org', + repo: 'ton', + tags: ['TON', 'blockchain'], + complexity: 3 } ]