Skip to content

Commit b4062ff

Browse files
contributed by ayush ghavghave (#156)
1 parent d933267 commit b4062ff

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

lib/blogs.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,12 @@ export const blogs = [
7575
"https://cdn.hashnode.com/res/hashnode/image/upload/v1729455938170/9f113b88-2e39-4c8d-a5f5-3e41d318d78d.jpeg?w=1600&h=840&fit=crop&crop=entropy&auto=compress,format&format=webp",
7676
avatar: "https://github.com/Shubham0523.png",
7777
},
78+
{
79+
title: "Why Learning JavaScript First Can Boost Your Coding Career",
80+
link: "https://medium.com/@ghavghaveayush782/why-learning-javascript-first-can-boost-your-coding-career-a86ff7a134df",
81+
author: "Ayush Ghavghave",
82+
date: "November 1, 2024",
83+
image: "https://miro.medium.com/v2/resize:fit:828/format:webp/1*4776ksNFnekGkFojn3Z4vA.gif",
84+
avatar: "https://github.com/ayush88-debug.png",
85+
},
7886
];

lib/data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,4 +494,11 @@ export const contributors = [
494494
github: "https://github.com/pasanjaythilaka",
495495
image: "https://github.com/pasanjayathilaka.png",
496496
},
497+
{
498+
name: "Ayush Ghavghave",
499+
role: "Contributor",
500+
github: "https://github.com/ayush88-debug",
501+
image: "https://github.com/ayush88-debug.png",
502+
},
503+
497504
];

0 commit comments

Comments
 (0)