Skip to content

Commit 1b76c8a

Browse files
committed
Update cv project techStack values and remove Personal project tag
1 parent e1612fc commit 1b76c8a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/resume-data.ts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const RESUME_DATA = {
136136
projects: [
137137
{
138138
title: "melikyan.dev",
139-
techStack: ["Personal Project", "Astro", "Starlight", "TypeScript"],
139+
techStack: ["Astro", "Starlight", "TypeScript"],
140140
description:
141141
"My personal website and blog. Built with Astro and Starlight.",
142142
link: {
@@ -146,7 +146,7 @@ export const RESUME_DATA = {
146146
},
147147
{
148148
title: "PR Visualizer",
149-
techStack: ["Personal Project", "Next.js", "TypeScript"],
149+
techStack: ["Next.js", "@xyflow/react", "TypeScript"],
150150
description:
151151
"This tool reveals the connections between different PRs in the same repo and helps with keeping track of chain PRs.",
152152
link: {
@@ -156,7 +156,7 @@ export const RESUME_DATA = {
156156
},
157157
{
158158
title: "URL Redirector 2",
159-
techStack: ["Personal Project", "Preact", "TypeScript", "Vite", "Chrome extension"],
159+
techStack: ["Preact", "TypeScript", "Vite", "Chrome extension"],
160160
description:
161161
"A Chrome extension for local or remote URL redirection.",
162162
link: {
@@ -166,7 +166,7 @@ export const RESUME_DATA = {
166166
},
167167
{
168168
title: "@bugron/validate-dependabot-yaml",
169-
techStack: ["Personal Project", "TypeScrpit", "Node.js", "CLI"],
169+
techStack: ["TypeScrpit", "Node.js", "CLI"],
170170
description:
171171
"A CLI that tests Dependabot configuration files against the official v2 JSON schema for validation errors.",
172172
link: {
@@ -176,7 +176,7 @@ export const RESUME_DATA = {
176176
},
177177
{
178178
title: "Offline registry for npm",
179-
techStack: ["Personal Project", "JavaScript", "Node.js", "Express"],
179+
techStack: ["JavaScript", "Node.js", "Express"],
180180
description:
181181
"Local npm registry server based on already installed packages in the registry's node_modules folder.",
182182
link: {
@@ -186,7 +186,7 @@ export const RESUME_DATA = {
186186
},
187187
{
188188
title: "Awesome ArmDevs",
189-
techStack: ["Personal Project", "GitHub", "Markdown"],
189+
techStack: ["GitHub", "Markdown"],
190190
description:
191191
"A curated list of YouTube channels, GitHub handles, and personal blogs of Armenian developers who create educational content.",
192192
link: {
@@ -196,7 +196,7 @@ export const RESUME_DATA = {
196196
},
197197
{
198198
title: "Armenian translation of javascript.info",
199-
techStack: ["Personal Project", "GitHub", "Markdown"],
199+
techStack: ["GitHub", "Markdown"],
200200
description:
201201
"I used to manage the translation process of the well-known javascript.info, also translated some articles myself.",
202202
link: {
@@ -206,7 +206,7 @@ export const RESUME_DATA = {
206206
},
207207
{
208208
title: "Microsoft terminology search extension",
209-
techStack: ["Personal Project", "GitHub", "VSCode extension"],
209+
techStack: ["GitHub", "VSCode extension"],
210210
description:
211211
"A simple Extension for VSCode to search easily using Microsoft Terminology Search",
212212
link: {
@@ -217,7 +217,6 @@ export const RESUME_DATA = {
217217
{
218218
title: "Quiz Mobile App",
219219
techStack: [
220-
"Personal Project",
221220
"TypeScript",
222221
"React Native",
223222
"Expo",

0 commit comments

Comments
 (0)