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"], + } +];