Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADDED : [LEARN REACT] #245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 17 additions & 1 deletion courses/data.js
Expand Up @@ -625,8 +625,24 @@ let data = [
name:'Cloud Fundamentals',
instructor: 'IBM Cloud',
url:'https://www.youtube.com/watch?v=cjXI-yxqGTI&list=PLOspHqNVtKAC-_ZAGresP-i0okHe5FjcJ',
description:'Baisc concepts related to cloud services including containers; VMs; public, private, hybrib cloud; microservices; DevOps; etc',
description:'Basic concepts related to cloud services including containers; VMs; public, private, hybrib cloud; microservices; DevOps; etc',
image: 'Cloud.png',
tags:['cloud', 'containerization', 'virtualization', 'cloud services']
},
{
name:'Learn React',
instructor: 'Bob Ziroll',
url:'https://scrimba.com/learn/learnreact',
description:'After completing this course, you will be able to build web apps in modern React, using patterns like functional components and hooks. It is the perfect starting point for any React beginner. Learn the basics of modern React by solving 140+ interactive coding challenges and building eight fun projects.',
image: 'learn-react.png',
tags:['React', 'JavaScript', 'Web Design', 'Web Development']
},
{
name:'C++ Tutorial for Beginners - Full Course',
instructor: 'Bob Ziroll',
url:'https://www.youtube.com/watch?v=vLnPwxZdW4Y',
description:' It delves into fundamental programming concepts, data types, and control structures, while also introducing object-oriented programming and advanced topics like classes, objects, and inheritance.',
image: 'cPlusPlus.png',
tags:['Programming Fundamentals', 'Coding Tutorials', 'Object-Oriented Programming', 'Software Development']
}
];
Binary file added courses/images/cPlusPlus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/images/learn-react.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.