From 71e8cefc8841b12e5b003badd782759d7a1e46f8 Mon Sep 17 00:00:00 2001 From: alivapriyadarshini5 <69763236+alivapriyadarshini5@users.noreply.github.com> Date: Sat, 24 Oct 2020 22:02:13 +0530 Subject: [PATCH] Update data.js --- courses/data.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/courses/data.js b/courses/data.js index 182f6f8..4759b7a 100644 --- a/courses/data.js +++ b/courses/data.js @@ -628,5 +628,14 @@ let data = [ description:'Baisc concepts related to cloud services including containers; VMs; public, private, hybrib cloud; microservices; DevOps; etc', image: 'Cloud.png', tags:['cloud', 'containerization', 'virtualization', 'cloud services'] -} -]; \ No newline at end of file +}, + { + name: + "Web Development full Course- 10 Hours | Learn Web Development from Scratch | Edureka", + instructor: "Edureka", + url: "https://www.youtube.com/watch?v=Q33KBiDriJY", + description: "A well explained crash course on web development by Edureka", + image: "Web-Development.png", + tags: ["web-development", "Edureka"], + } +];