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

Commit 22afd45

Browse files
Update upcoming dates (#162)
1 parent 94940f4 commit 22afd45

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

src/data/courses/advanced/CompetitiveJava.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const competitiveJava = {
55
link: '/competitive-programming-using-java',
66
domain: 'Interview Prepration',
77
title: 'Competitive Programming using Java',
8-
upcoming: 'Jan 10th',
8+
upcoming: 'Feb 13th',
99
mentors: ['anuj', 'kunal', 'ekta'],
1010
schedule: [
1111
{

src/data/courses/advanced/MachineLearning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const machineLearning = {
55
link: '/machine-learning-using-python',
66
domain: 'Artificial Intelligence',
77
title: 'Master Machine Learning using Python',
8-
upcoming: 'Oct 20th',
8+
upcoming: 'Feb 13th',
99
mentors: ['anuj', 'kunal'],
1010
schedule: [
1111
{

src/data/courses/advanced/WebDevelopment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const webDevelopment = {
66
link: '/fullstack-webdev-with-js',
77
domain: 'Web Development',
88
title: 'Master Full Stack Web Development with JS',
9-
upcoming: 'Oct 22nd',
9+
upcoming: 'Feb 13th',
1010
mentors: ['ganga', 'anuj'],
1111
schedule: [
1212
{

src/data/courses/foundation/AlgoJS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const algoJS = {
55
link: '/ds-algo-with-js',
66
domain: 'Algorithms & Complexities',
77
title: 'Data Structure and Algorithms with JavaScript',
8-
upcoming: 'Jan 22nd',
8+
upcoming: 'Jan 16th',
99
mentors: ['ganga', 'anuj'],
1010
schedule: [
1111
{

src/data/courses/foundation/AlgoJava.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const algoJava = {
55
link: '/ds-algo-with-java',
66
domain: 'Algorithms & Complexities',
77
title: 'Data Structure and Algorithms with Java',
8-
upcoming: 'Jan 10th',
8+
upcoming: 'Jan 16th',
99
mentors: ['anuj', 'kunal', 'ekta'],
1010
schedule: [
1111
{

src/data/courses/foundation/AlgoPython.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const algoPython = {
55
link: '/ds-algo-with-python',
66
domain: 'Algorithms & Complexities',
77
title: 'Data Structure and Algorithms with Python',
8-
upcoming: 'Jan 15th',
8+
upcoming: 'Jan 16th',
99
mentors: ['anuj', 'kunal'],
1010
schedule: [
1111
{

src/data/courses/foundation/DevPython.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ export const devPython = {
55
link: '/application-dev-using-python',
66
domain: 'Development and Automation',
77
title: 'Application Development with Python',
8-
upcoming: 'Jan 15th',
8+
upcoming: 'Jan 16th',
99
mentors: ['kunal'],
1010
schedule: [
1111
{
1212
courseId: 'pdev0121',
1313
dates: '15th Jan - 20th Apr',
14-
days: 'Sat, Sun, Wed',
14+
days: 'Sat, Sun, Wed, Fri',
1515
timing: '06:00 PM - 08:00 PM (IST)',
1616
link: '',
1717
priceCut: '₹ 12,000',

src/data/courses/training/CompetitiveJava.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const competitiveJava = {
55
link: '/six-months-competitive-programming-with-java',
66
domain: 'Interview Targeted Prepration',
77
title: 'Competitive Programming with DS & Algo in Java',
8-
upcoming: 'Jan 10th',
8+
upcoming: 'Jan 16th',
99
mentors: ['anuj', 'ekta', 'kunal'],
1010
schedule: [
1111
{

src/data/courses/training/MachineLearning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const machineLearning = {
55
link: '/six-months-machine-learning-with-python',
66
domain: 'Interview Targeted Prepration',
77
title: 'Master Machine Learning with DS & Algo in Python',
8-
upcoming: 'Jan 15th',
8+
upcoming: 'Jan 16th',
99
mentors: ['anuj', 'kunal'],
1010
schedule: [
1111
{

src/data/courses/training/WebDevelopment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const webDevelopment = {
66
link: '/six-months-fullstack-webdev-with-js',
77
domain: 'Interview Targeted Prepration',
88
title: 'Master Full Stack Web Dev with DS & Algo in JS',
9-
upcoming: 'Jan 22nd',
9+
upcoming: 'Jan 16th',
1010
mentors: ['anuj', 'ganga'],
1111
schedule: [
1212
{

0 commit comments

Comments
 (0)