Skip to content

Commit

Permalink
contributed by ayush ghavghave (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush88-debug authored Nov 1, 2024
1 parent d933267 commit b4062ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/blogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,12 @@ export const blogs = [
"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",
avatar: "https://github.com/Shubham0523.png",
},
{
title: "Why Learning JavaScript First Can Boost Your Coding Career",
link: "https://medium.com/@ghavghaveayush782/why-learning-javascript-first-can-boost-your-coding-career-a86ff7a134df",
author: "Ayush Ghavghave",
date: "November 1, 2024",
image: "https://miro.medium.com/v2/resize:fit:828/format:webp/1*4776ksNFnekGkFojn3Z4vA.gif",
avatar: "https://github.com/ayush88-debug.png",
},
];
7 changes: 7 additions & 0 deletions lib/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,11 @@ export const contributors = [
github: "https://github.com/pasanjaythilaka",
image: "https://github.com/pasanjayathilaka.png",
},
{
name: "Ayush Ghavghave",
role: "Contributor",
github: "https://github.com/ayush88-debug",
image: "https://github.com/ayush88-debug.png",
},

];

0 comments on commit b4062ff

Please sign in to comment.