From 898450e40f5e9ed0ce346d13eb82e78d962fb12f Mon Sep 17 00:00:00 2001 From: Himish Goel <118622075+Himish04@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:15:39 +0530 Subject: [PATCH 1/3] Add Awesome Developer Conferences --- src/data/projects.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..3b7e5a0f 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,11 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file + { + name: "Awesome Developer Conferences", + imageSrc: "https://avatars.githubusercontent.com/u/185816631?v=4", + projectLink: "https://github.com/Infrasity-Labs/awesome-developer-conferences", + description: "A daily updated directory of developer, DevRel, cloud native, and platform engineering conferences taking place all over the world, separated by regions.", + tags: ["Python","Devops Events", "Awesome", "Devtools" "Conferences", "Cloud Native", "Call for Papers", "Devrel"], + } +]; From df2201a4ae31b104030853bf2e516535f5ae358f Mon Sep 17 00:00:00 2001 From: Himish Goel <118622075+Himish04@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:26:52 +0530 Subject: [PATCH 2/3] Add Awesome Tech Newsletter --- src/data/projects.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/data/projects.js b/src/data/projects.js index 3b7e5a0f..16ccb2e6 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1463,6 +1463,13 @@ export const projectList = [ imageSrc: "https://avatars.githubusercontent.com/u/185816631?v=4", projectLink: "https://github.com/Infrasity-Labs/awesome-developer-conferences", description: "A daily updated directory of developer, DevRel, cloud native, and platform engineering conferences taking place all over the world, separated by regions.", - tags: ["Python","Devops Events", "Awesome", "Devtools" "Conferences", "Cloud Native", "Call for Papers", "Devrel"], - } + tags: ["Python","Devops Events", "Awesome", "Devtools" "Conferences", "Cloud Native", "Call for Papers", "Devrel", "Good First Issue"], + }, + { + name: "Awesome Tech Newsletter", + imageSrc: "https://avatars.githubusercontent.com/u/185816631?v=4", + projectLink: "https://github.com/Infrasity-Labs/awesome-tech-newsletter", + description: "A curated, community-driven list of the best tech, software engineering, and developer marketing newsletters.", + tags: ["Python", "Awesome", "Newsletter", "Devtools", "Devrel", "Developer Marketing", "Good First Issue"], + }, ]; From f418dd30394be5708dba31589d1ad39e75aaa74b Mon Sep 17 00:00:00 2001 From: Himish Goel <118622075+Himish04@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:38:31 +0530 Subject: [PATCH 3/3] Add Awesome Developer Podcasts Added a new project entry for 'Awesome Developer Podcasts' with relevant details. --- src/data/projects.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index 16ccb2e6..9d87bb95 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1472,4 +1472,11 @@ export const projectList = [ description: "A curated, community-driven list of the best tech, software engineering, and developer marketing newsletters.", tags: ["Python", "Awesome", "Newsletter", "Devtools", "Devrel", "Developer Marketing", "Good First Issue"], }, + { + name: "Awesome Developer Podcasts", + imageSrc: "https://avatars.githubusercontent.com/u/185816631?v=4", + projectLink: "https://github.com/Infrasity-Labs/awesome-developer-podcasts", + description: "A curated directory of developer podcasts for software engineering teams. It is an open-source collection of podcasts that covers system architecture, cloud-native, DevOps, B2B SaaS, AI/ML, and engineering leadership.", + tags: ["Python", "Awesome", "Podcasts", "Devtools", "Devrel", "Developer Marketing", "Developer Advocacy", "Good First Issue"], + }, ];