Skip to content

Commit f1a6452

Browse files
committed
Add projects to CV
1 parent 7c00e8f commit f1a6452

File tree

1 file changed

+47
-3
lines changed

1 file changed

+47
-3
lines changed

src/resume-data.ts

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,37 @@ export const RESUME_DATA = {
138138
title: "melikyan.dev",
139139
techStack: ["Personal Project", "Astro", "Starlight", "TypeScript"],
140140
description:
141-
"My personal website and blog. Built with Astro and Starlight",
141+
"My personal website and blog. Built with Astro and Starlight.",
142142
link: {
143143
label: "melikyan.dev",
144144
href: "https://melikyan.dev/",
145145
},
146146
},
147+
{
148+
title: "PR Visualizer",
149+
techStack: ["Personal Project", "Next.js", "TypeScript"],
150+
description:
151+
"This tool reveals the connections between different PRs in the same repo and helps with keeping track of chain PRs.",
152+
link: {
153+
label: "github.com",
154+
href: "https://github.com/bugron/pr-visualizer/",
155+
},
156+
},
157+
{
158+
title: "@bugron/validate-dependabot-yaml",
159+
techStack: ["Personal Project", "TypeScrpit", "Node.js", "CLI"],
160+
description:
161+
"A CLI that tests Dependabot configuration files against the official v2 JSON schema for validation errors.",
162+
link: {
163+
label: "github.com",
164+
href: "https://github.com/bugron/validate-dependabot-cli/",
165+
},
166+
},
147167
{
148168
title: "Offline registry for npm",
149169
techStack: ["Personal Project", "JavaScript", "Node.js", "Express"],
150170
description:
151-
"Local npm registry server based on already installed packages in the registry's node_modules folder",
171+
"Local npm registry server based on already installed packages in the registry's node_modules folder.",
152172
link: {
153173
label: "github.com",
154174
href: "https://github.com/bugron/npm-offline-registry/",
@@ -158,7 +178,7 @@ export const RESUME_DATA = {
158178
title: "Awesome ArmDevs",
159179
techStack: ["Personal Project", "GitHub", "Markdown"],
160180
description:
161-
"A curated list of YouTube channels, GitHub handles, and personal blogs of Armenian developers who create educational content",
181+
"A curated list of YouTube channels, GitHub handles, and personal blogs of Armenian developers who create educational content.",
162182
link: {
163183
label: "github.com",
164184
href: "https://github.com/bugron/awesome-armdevs",
@@ -174,6 +194,30 @@ export const RESUME_DATA = {
174194
href: "https://github.com/javascript-tutorial/hy.javascript.info/",
175195
},
176196
},
197+
{
198+
title: "Microsoft terminology search extension",
199+
techStack: ["Personal Project", "GitHub", "VSCode extension"],
200+
description:
201+
"A simple Extension for VSCode to search easily using Microsoft Terminology Search",
202+
link: {
203+
label: "github.com",
204+
href: "https://github.com/bugron/microsoft-terminology-search/",
205+
},
206+
},
207+
{
208+
title: "Quiz Mobile App",
209+
techStack: [
210+
"Personal Project",
211+
"TypeScript",
212+
"React Native",
213+
"Expo",
214+
],
215+
description: "",
216+
link: {
217+
label: "github.com",
218+
href: "https://github.com/bugron/defense-questionnaire-mobile-app/",
219+
},
220+
},
177221
{
178222
title: "8thmind.com",
179223
techStack: ["Ember.js", "Node.js", "MySQL", "DigitalOcean"],

0 commit comments

Comments
 (0)