Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffddaad

Browse files
committed
add new live courses schedule
1 parent 3463c12 commit ffddaad

10 files changed

+721
-9
lines changed

src/helpers/relativePath.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ let path = require('path')
22
module.exports = function (filePath, srcPath, options) {
33
if (/^http/.test(srcPath))
44
return srcPath;
5+
if (!filePath)
6+
return srcPath;
57
filePath = filePath.split('src')[1];
68
return path.relative(filePath + '/..', srcPath);
79
}

src/live-classes.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,48 @@
140140
"slashedPrice":"",
141141
"gradient":"card bg-gradient-blue-light t-align-c white",
142142
"badge":"Advance"
143+
},
144+
{
145+
"name": "Web Development with NodeJS",
146+
"icon": "https://minio.codingblocks.com/amoeba/e2c13faa-f538-48d4-8ca1-88728a07c51a.svg",
147+
"link": "/live-courses/web-development-nodejs.html",
148+
"mentors":"Sabeel Khan",
149+
"interactiveClasses":"33 Live Interactive Classes",
150+
"codingProblems":"Hands on coding problems",
151+
"projects":"10 Projects",
152+
"classSchedule":"Classes thrice a week",
153+
"price":"12,999",
154+
"slashedPrice":"16,999",
155+
"gradient":"card bg-gradient-pink-light t-align-c white",
156+
"badge":"Beginner"
157+
},
158+
{
159+
"name": "Interview Prep C++ Course",
160+
"icon": "https://minio.codingblocks.com/amoeba/8eabb2bb-ac0c-42a2-b2b3-a01387d99d6c.svg",
161+
"link": "/live-courses/interview-preparation-cpp.html",
162+
"mentors":"Mosina Adhraf",
163+
"interactiveClasses":"35 Live Interactive Classes",
164+
"codingProblems":"315+ Problems from Leetcode, Codeforces, SPOJ and Hackerrank",
165+
"projects":"Preparation for topics like Operating Systems, System Design, DBMS and Networking",
166+
"classSchedule":"Classes thrice a week",
167+
"price":"13,999",
168+
"slashedPrice":"17,999",
169+
"gradient":"card bg-gradient-blue-light t-align-c white",
170+
"badge":"Advanced"
171+
},
172+
{
173+
"name": "Interview Prep Java Course",
174+
"icon": "https://minio.codingblocks.com/amoeba/215fa6ed-14f3-4d1e-87d5-d9d71cf0d0dd.svg",
175+
"link": "/live-courses/interview-preparation-java.html",
176+
"mentors":"Kartik Mathur",
177+
"interactiveClasses":"35 Live Interactive Classes",
178+
"codingProblems":"315+ Problems from Leetcode, Codeforces, SPOJ and Hackerrank",
179+
"projects":"Preparation for topics like Operating Systems, System Design, DBMS and Networking",
180+
"classSchedule":"Classes thrice a week",
181+
"price":"13,999",
182+
"slashedPrice":"17,999",
183+
"gradient":"card bg-gradient-green-light t-align-c white",
184+
"badge":"Advanced"
143185
}
144186
],
145187
"liveCoursesRow1": [
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>{{title}}</title>
6+
{{> meta}}
7+
{{> head}}
8+
<style>
9+
body {
10+
padding: 0
11+
}
12+
13+
h1,
14+
h2,
15+
h3,
16+
h4,
17+
h5,
18+
h6 {
19+
font-family: "Gilroy", "Nunito Sans", sans-serif;
20+
font-color: #ffffff;
21+
}
22+
23+
justify-content {
24+
space-between !important
25+
}
26+
</style>
27+
</head>
28+
29+
<body>
30+
{{> navbar}}
31+
<br>
32+
<br>
33+
<br>
34+
<br>
35+
<div class="px-md-5 px-4 live-courses mb-5">
36+
{{> courseMeta}}
37+
<div class="row">
38+
<div class="col-lg-8 mb-lg-0 mb-5">
39+
<div class="border-card p-md-5 p-4 mb-5">
40+
<div class="font-md">
41+
<strong>Summary</strong>
42+
<br /><br />
43+
Aspiring to get into a top Multi-National Company? Want a curriculum to give you a one-stop solution for all
44+
your programming interviews?
45+
<br>
46+
The Live coding Interview Course by Coding Blocks is the place for you. This Live Interview preparation
47+
course bridges the gap between the theoretical knowledge and the quick coding tricks and tips that the
48+
industry employers look for in their potential candidates. This Bootcamp covers the topics such as Operating
49+
Systems, DBMS and System Design along with important coding questions asked in the interview process of
50+
companies like Google, Facebook, Amazon, Microsoft, Directi, Zomato, etc. Along with the technical know-how,
51+
non-technical aspects of programming interviews will also be covered as a part of the curriculum. Through
52+
this course, the students will not only become more efficient with their solutions by optimizing space and
53+
time but this course will also provide them a firm base to excel in all their programming interviews. This
54+
is meant for the students willing to strengthen their Data Structures and Algorithm concepts. These will be
55+
a combination of Interview Preparation and one complete course on Advanced Data Structures and Algorithms
56+
using C++ The journey to get into your dream company starts here!
57+
<br /><br />
58+
<strong>Highlights</strong>
59+
<br /><br />
60+
<ul class="list-style-gradient-bullet my-0">
61+
<li>Extensive Data Structures &amp; Algorithmic Coverage</li>
62+
<li>Project-Based Learning Approach</li>
63+
<li>In-depth Discussion on Important Computer Science Topics Like OS, DBMS etc</li>
64+
<li>500+ Video Lectures and Code Challenges</li>
65+
<li>Hint Videos for Complex Problems</li>
66+
<li>Lifetime Assignment Access</li>
67+
<li>Basics &amp; Advanced Coding Topics for Interviews</li>
68+
<li>Expert Doubt Support</li>
69+
</ul>
70+
<br />
71+
<strong>Pre-requisites</strong>
72+
<br /><br />
73+
Basic knowledge of fundamentals in any programming language C++ is required.
74+
</pre>
75+
</div>
76+
</div>
77+
{{>liveCourseSchedule}}
78+
{{>aboutMentor}}
79+
</div>
80+
<div class="col-lg-4 mb-lg-0 mb-5">
81+
{{>testTimelines}}
82+
</div>
83+
{{> studentsSay}}
84+
{{> floatingFooter}}
85+
</div>
86+
</div>
87+
{{> scripts}}
88+
</body>
89+
90+
</html>
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"title": "Best C++ Training course in Delhi, Noida | Coding Blocks",
3+
"metas": [
4+
{
5+
"name": "description",
6+
"content": "Coding Blocks is the best C++ training institute in Delhi, Noida, Dwarka, Jalandhar and Amritsar. Join beginner and advanced C++ courses."
7+
},
8+
{
9+
"name": "keywords",
10+
"content": "c++,cpp,c plus plus,programming,course,delhi,india,data structures,algorithms,prateek,narang"
11+
}
12+
],
13+
"head": {
14+
"links": [
15+
{
16+
"href": "https://use.fontawesome.com/releases/v5.0.10/css/all.css",
17+
"rel": "stylesheet"
18+
}
19+
]
20+
},
21+
"aboutMentor": [
22+
{
23+
"name":"Mosina Ashraf",
24+
"profile_pic_link":"https://minio.codingblocks.com/amoeba/708c8509-c114-4ff5-9fd5-6d305217f14a",
25+
"summary": "Mosina is a competitive programmer and a front end web developer .Apart from having an excellent academic record, with her sense of innovation, she has contributed in creating great teaching content. Known for her euphonious voice,warmhearted nature and coding skills she blends proficiently as a mentor.",
26+
"email": "[email protected]"
27+
}
28+
],
29+
"openGraph": {
30+
"url": "https://codingblocks.com/live-courses/interview-preparation-cpp.html",
31+
"title": "C++ Beginner & Advanced Courses | Coding Blocks",
32+
"image": "https://scontent.fdel1-1.fna.fbcdn.net/t45.5328-0/c0.0.540.540/p180x540/14290597_1167512883322297_1947152684_n.jpg",
33+
"description": "Coding Blocks is the best C++ training institute in Delhi, Noida, Dwarka, Jalandhar and Amritsar. Join beginner and advanced C++ courses."
34+
},
35+
"courseMeta": {
36+
"icon": "https://minio.codingblocks.com/amoeba/efb2d77c-e577-406d-bb8c-f21a9beeb3a9.svg",
37+
"title": "Interview Preparation C++ Course",
38+
"price": "13,999",
39+
"course-link": "https://dukaan.codingblocks.com/buy?productId=4547",
40+
"demo-link": "https://codingblocks.com/take-demo.html",
41+
"mentors": "Mosina Ashraf",
42+
"description": "Start from Basics, become a C++ Master!",
43+
"mentor-img-1": "https://minio.codingblocks.com/amoeba/708c8509-c114-4ff5-9fd5-6d305217f14a",
44+
"test_link_second": "https://dukaan.codingblocks.com/buy?productId=4547"
45+
},
46+
"demoClass": [
47+
{
48+
"youtubeID": "mOtc5JrZT0o"
49+
},
50+
{
51+
"youtubeID": "JTKvNx7c8xE"
52+
},
53+
{
54+
"youtubeID": "tl9jpnzOTNE"
55+
}
56+
],
57+
"testTimelines": {
58+
"test_link_first": "https://hack.codingblocks.com/app/contests/1938",
59+
"test_link_second": "https://dukaan.codingblocks.com/buy?productId=4240"
60+
},
61+
"studentsSay": [
62+
{
63+
"name": "Anshul Mittal",
64+
"story": "Coding Blocks helped in gaining enough experience to get internships at giants like Google and Rubrik.",
65+
"image": "https://minio.codingblocks.com/codingblocks-assets/1536154281747.jpeg"
66+
},
67+
{
68+
"name": "Sidharth Bansal",
69+
"story": "Hii I am Sidharth Bansal from Delhi technology university. I have done competitive boot camp from coding blocks. This gave me a great exposure to problem solving mindset.",
70+
"image": "https://minio.codingblocks.com/codingblocks-assets/1537792831355.jpeg"
71+
},
72+
{
73+
"name": "Samarth Jain",
74+
"story": "My journey in the world of Competitive Programming started with the Bootcamp at Coding Blocks, which turned out to be a changing point in my life. The immense amount of knowledge I got during the course did not only develop my interest but also made me pursue this field later. A special thanks to Shubham bhaiya, Mayank bhaiya and Prateek bhaiya for being the guiding lights in my journey and always motivating us to follow our passion!",
75+
"image": "https://minio.codingblocks.com/codingblocks-assets/1538401462569.jpeg"
76+
}
77+
],
78+
"highlights": [
79+
{
80+
"head": "Opportunities unlocked for learner",
81+
"description": "This Live C++ Interview Preparation course covers the topics such as Operating Systems, DBMS, and System Design along with important coding questions asked in the interview process of companies like Google, Facebook, Amazon, Microsoft, Directi, Zomato, etc. Along with the technical know-how, non-technical aspects of programming interviews will also be covered as a part of the curriculum.",
82+
"icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/unlock.svg"
83+
},
84+
{
85+
"head": "Hands on Projects and Problems:",
86+
"description": "315+ Problems from Leetcode, Codeforces, SPOJ, Hackerrank, etc. Non-Coding Subjects Concepts that are asked in Top Tech Companies like Operating Systems, System Design, DBMS and Networking",
87+
"icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg"
88+
},
89+
{
90+
"head": "Why choose CB Live:",
91+
"description": "Two-Way Interaction: Share screen with your mentor for any doubt resolution 24*7.Placement Support: From Interview recommendations to placement, we are there for you at every step.Get into Bigwigs: Our expert will help you crack interviews for Amazon, Microsoft, Apple, Google, and Facebook.",
92+
"icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/question-mark.svg"
93+
},
94+
{
95+
"head": "This course is essential for you:",
96+
"description": "If you have basic knowledge of fundamentals in the programming language C++ and want to prepare for the interview of companies like Google, Facebook, Amazon, Microsoft, Directi, Zomato, etc.",
97+
"icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/scroll.svg"
98+
}
99+
],
100+
"schedule_days": {
101+
"days": "Wed, Sat and Sun",
102+
"timming": ""
103+
},
104+
"schedule": [
105+
{ "lecture": "Lecture 1", "description": "Arrays - 1" },
106+
{ "lecture": "Lecture 2", "description": "Arrays - 2" },
107+
{ "lecture": "Lecture 3", "description": "Strings - 1" },
108+
{ "lecture": "Lecture 4", "description": "Strings - 2" },
109+
{ "lecture": "Lecture 5", "description": "Stack" },
110+
{ "lecture": "Lecture 6", "description": "Queue" },
111+
{ "lecture": "Lecture 7", "description": "Binary Trees" },
112+
{ "lecture": "Lecture 8", "description": "Binary Trees & BInary Search Trees" },
113+
{ "lecture": "Lecture 9", "description": "Bitmasking" },
114+
{ "lecture": "Lecture 10", "description": "Recursion - 1" },
115+
{ "lecture": "Lecture 11", "description": "Recursion - 2" },
116+
{ "lecture": "Lecture 12", "description": "Mathematics" },
117+
{ "lecture": "Lecture 13", "description": "Dynamic Programming - 1" },
118+
{ "lecture": "Lecture 14", "description": "Dynamic Programming - 2" },
119+
{ "lecture": "Lecture 15", "description": "Dynamic Programming - 3" },
120+
{ "lecture": "Lecture 16", "description": "Dynamic Programming - 4" },
121+
{ "lecture": "Lecture 17", "description": "Dynamic Programming - 5" },
122+
{ "lecture": "Lecture 18", "description": "Priority Queue" },
123+
{ "lecture": "Lecture 19", "description": "Graphs - 1" },
124+
{ "lecture": "Lecture 20", "description": "Graphs - 2" },
125+
{ "lecture": "Lecture 21", "description": "Graphs - 3" },
126+
{ "lecture": "Lecture 22", "description": "Graphs - 4" },
127+
{ "lecture": "Lecture 23", "description": "Tries" },
128+
{ "lecture": "Lecture 24", "description": "Segment Trees" },
129+
{ "lecture": "Lecture 25", "description": "Operating Systems" },
130+
{ "lecture": "Lecture 26", "description": "Process Synchronization and Classical Problems in Operating System" },
131+
{ "lecture": "Lecture 27", "description": "DBMS" },
132+
{ "lecture": "Lecture 28", "description": "Normalization And Lossless Join Decomposition" },
133+
{ "lecture": "Lecture 29", "description": "Transaction and Concurrency Control and Transaction Isolation Levels" },
134+
{ "lecture": "Lecture 30", "description": "My-SQL" },
135+
{ "lecture": "Lecture 31", "description": "Introduction of Computer Networking" },
136+
{ "lecture": "Lecture 32", "description": "Network layer and Routing Protocols" },
137+
{ "lecture": "Lecture 33", "description": "Flow Control and Access Control" },
138+
{ "lecture": "Lecture 34", "description": "System Designs" },
139+
{ "lecture": "Lecture 35", "description": "Case Study on System Design" }
140+
]
141+
}
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>{{title}}</title>
6+
{{> meta}}
7+
{{> head}}
8+
<style>
9+
body {
10+
padding: 0
11+
}
12+
13+
h1,
14+
h2,
15+
h3,
16+
h4,
17+
h5,
18+
h6 {
19+
font-family: "Gilroy", "Nunito Sans", sans-serif;
20+
font-color: #ffffff;
21+
}
22+
23+
justify-content {
24+
space-between !important
25+
}
26+
</style>
27+
</head>
28+
29+
<body>
30+
{{> navbar}}
31+
<br>
32+
<br>
33+
<br>
34+
<br>
35+
<div class="px-md-5 px-4 live-courses mb-5">
36+
{{> courseMeta}}
37+
<div class="row">
38+
<div class="col-lg-8 mb-lg-0 mb-5">
39+
<div class="border-card p-md-5 p-4 mb-5">
40+
<div class="font-md">
41+
<strong>Summary</strong>
42+
<br /><br />
43+
Aspiring to get into a top Multi-National Company? Want a curriculum to give you a one-stop solution for all
44+
your programming interviews?
45+
<br>
46+
The Live coding Interview Course by Coding Blocks is the place for you. This Live Interview preparation
47+
course bridges the gap between the theoretical knowledge and the quick coding tricks and tips that the
48+
industry employers look for in their potential candidates. This Bootcamp covers the topics such as Operating
49+
Systems, DBMS and System Design along with important coding questions asked in the interview process of
50+
companies like Google, Facebook, Amazon, Microsoft, Directi, Zomato, etc. Along with the technical know-how,
51+
non-technical aspects of programming interviews will also be covered as a part of the curriculum. Through
52+
this course, the students will not only become more efficient with their solutions by optimizing space and
53+
time but this course will also provide them a firm base to excel in all their programming interviews. This
54+
is meant for the students willing to strengthen their Data Structures and Algorithm concepts. These will be
55+
a combination of Interview Preparation and one complete course on Advanced Data Structures and Algorithms
56+
using C++ The journey to get into your dream company starts here!
57+
<br /><br />
58+
<strong>Highlights</strong>
59+
<br /><br />
60+
<ul class="list-style-gradient-bullet my-0">
61+
<li>Extensive Data Structures &amp; Algorithmic Coverage</li>
62+
<li>Project-Based Learning Approach</li>
63+
<li>In-depth Discussion on Important Computer Science Topics Like OS, DBMS etc</li>
64+
<li>500+ Video Lectures and Code Challenges</li>
65+
<li>Hint Videos for Complex Problems</li>
66+
<li>Lifetime Assignment Access</li>
67+
<li>Basics &amp; Advanced Coding Topics for Interviews</li>
68+
<li>Expert Doubt Support</li>
69+
</ul>
70+
<br />
71+
<strong>Pre-requisites</strong>
72+
<br /><br />
73+
Basic knowledge of fundamentals in any programming language C++ is required.
74+
</pre>
75+
</div>
76+
</div>
77+
{{>liveCourseSchedule}}
78+
{{>aboutMentor}}
79+
</div>
80+
<div class="col-lg-4 mb-lg-0 mb-5">
81+
{{>testTimelines}}
82+
</div>
83+
{{> studentsSay}}
84+
{{> floatingFooter}}
85+
</div>
86+
</div>
87+
{{> scripts}}
88+
</body>
89+
90+
</html>

0 commit comments

Comments
 (0)