Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Update course schedule and training schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
KeenWarrior committed Nov 15, 2020
1 parent bd16772 commit 6ab3a62
Show file tree
Hide file tree
Showing 17 changed files with 1,146 additions and 224 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[![Discord](https://img.shields.io/discord/717102560909197493.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/jBHPxUz)
[![Chat on Telegram](https://img.shields.io/badge/Chat%20on-Telegram-brightgreen.svg)](https://t.me/codeforcause)
[![Chat on Telegram](https://img.shields.io/badge/Chat%20on-Telegram-brightgreen.svg)](https://t.me/codeforcause)
[![Twitter URL](https://img.shields.io/twitter/follow/codeforcausein?style=social&logo=twitter)](https://twitter.com/codeforcausein)

![](./public/static/logo/logo.png)

# Code for Cause home website

## Contributions and PR
[![GitHub issues by-label](https://img.shields.io/github/issues/codeforcauseorg/codeforcause.org/good%20first%20issue)](https://github.com/codeforcauseorg/codeforcause.org/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)

[![GitHub issues by-label](https://img.shields.io/github/issues/codeforcauseorg/codeforcause.org/good%20first%20issue)](https://github.com/codeforcauseorg/codeforcause.org/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)

- PRs should be generated against `development`.
- Remember to run `npm run format` before creating pull request.
Expand Down
9 changes: 9 additions & 0 deletions src/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,15 @@ const renderRoutes = () => (
</MainLayout>
)}
/>
<Route
path={`/ds-algo-with-js`}
exact
render={props => (
<MainLayout>
<CoursePage course={coursesContent.foundation.algoJS} {...props} />
</MainLayout>
)}
/>
<Route
path={`/fullstack-webdev-with-js`}
exact
Expand Down
38 changes: 32 additions & 6 deletions src/data/courses/advanced/CompetitiveJava.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const competitiveJava = {
difficulty: 'Intermediate',
duration: '70 Lectures',
duration: '40 Live Lectures',
level: 'Level 2',
link: '/competitive-programming-using-java',
domain: 'Interview Prepration',
Expand All @@ -21,13 +21,30 @@ export const competitiveJava = {
],
projects: [
{
title: 'Under Development',
img: '/static/images/projects/p1.png'
title: 'Automatic Sudoku Solver',
img: '/static/images/courses/projects/sudoku.jpg'
},
{
title: 'File Encryption and Compression',
img: '/static/images/courses/projects/security.jpg'
},
{
title: 'Splitwise Cashflow Minimization',
img: '/static/images/courses/projects/split.png'
},
{
title: 'Search routes like Google Maps',
img: '/static/images/courses/projects/maps.png'
},
{
title: 'Git Version Control Replica',
img: '/static/images/courses/projects/git.png'
}
],
sections: [
{
title: 'section 1',
title: 'Advance Competetive Algorithms',
classes: 'Classes 01-20',
topics: [
{
title: 'Revisiting Java Collection Framework',
Expand Down Expand Up @@ -132,7 +149,13 @@ export const competitiveJava = {
'Minimum Spanning Tree',
'Memory Management Algorithms'
]
},
}
]
},
{
title: 'Advanced non-linear data structures',
classes: 'Classes 21-40',
topics: [
{
title: 'Binary Tree',
classes: 'Lectures 17-18',
Expand Down Expand Up @@ -259,7 +282,10 @@ export const competitiveJava = {
'Fenwick Tree',
'Decompositions'
],
overview: ['Under Development'],
overview: [
'During the course, you’ll learn everything needed to participate in real competitions — that’s the main goal. Along the way you’ll also gain useful skills for which competitive programmers are so highly valued by employers: ability to write efficient, reliable, and compact code, manage your time well when it’s limited, apply basic algorithmic ideas to real problems, etc.',

This comment has been minimized.

Copy link
@omnaladkar

omnaladkar Jun 1, 2021

Can make this lines highlighted

'We start from the very beginning by teaching you what competitions there are, what are their rules, what specifics problems have, how to read problem statements, how to organize your work, and what you should and shouldn’t do. So it’s fine if you’ve never taken part in programming competitions before.'
],
faqs: [
{
title: 'Will this help me with my career path?',
Expand Down
14 changes: 10 additions & 4 deletions src/data/courses/advanced/MachineLearning.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const machineLearning = {
difficulty: 'Intermediate',
duration: '30 Lectures',
duration: '40 Live Lectures',
level: 'Level 2',
link: '/machine-learning-using-python',
domain: 'Artificial Intelligence',
Expand Down Expand Up @@ -48,8 +48,8 @@ export const machineLearning = {

sections: [
{
title: 'section 1',

title: 'Classical ML Algos and NLP',
classes: 'Classes 01-20',
topics: [
{
title: 'Revising Python Fundamentals',
Expand Down Expand Up @@ -94,7 +94,13 @@ export const machineLearning = {
'Deploy ML model with flask on heroku',
'Create a facebook chatbot with flask'
]
},
}
]
},
{
title: 'Deep Learning with Linear, Image and Signal Processing',
classes: 'Classes 20-40',
topics: [
{
title: 'Deep Neural Networks',
classes: 'Classes 19-22',
Expand Down
20 changes: 11 additions & 9 deletions src/data/courses/advanced/WebDevelopment.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const webDevelopment = {
courseid: '',
difficulty: 'Intermediate',
duration: '30 Lectures',
duration: '40 Live Lectures',
level: 'Level 2',
link: '/fullstack-webdev-with-js',
domain: 'Web Development',
Expand Down Expand Up @@ -45,7 +45,8 @@ export const webDevelopment = {

sections: [
{
title: 'Javascript Introduction',
title: 'Introduction to Web Dev Elements',
classes: 'Classes 01-20',
topics: [
{
title: 'Introduction to JavaSript',
Expand Down Expand Up @@ -80,7 +81,13 @@ export const webDevelopment = {
'Responsive website design Using bootstrap',
'FlexBoxes for rest practices of alignments'
]
},
}
]
},
{
title: 'Building Full Stack Capability',
classes: 'Classes 20-40',
topics: [
{
title: 'Getting hands-on with frameworks',
classes: 'Classes 15-18',
Expand All @@ -90,12 +97,7 @@ export const webDevelopment = {
'Various HTTP requests and Form Submissions',
'Socket.IO for realtime communication'
]
}
]
},
{
title: 'Javascript Introduction',
topics: [
},
{
title: 'Diving Deep with React and Material UI',
classes: 'Classes 19-22',
Expand Down
Loading

0 comments on commit 6ab3a62

Please sign in to comment.