Skip to content

Commit

Permalink
Refactor project tags in resume leads
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Dorofeev committed Jul 16, 2024
1 parent 60568ce commit a8cddc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/d0rich.me/content/resume/leads/2.frontend.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion apps/d0rich.me/content/resume/leads/3.backend.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit a8cddc8

Please sign in to comment.