Skip to content

Commit bbb73f5

Browse files
committed
System Design Updates
1 parent 1320593 commit bbb73f5

File tree

2 files changed

+61
-98
lines changed

2 files changed

+61
-98
lines changed

src/live-courses/system-design.hbs

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,53 +20,58 @@
2020
<div class="border-card p-0 mb-30">
2121
<div class="px-md-30 px-20 py-4 bg-grey-light-3 mb-20">
2222
<div class="bold heading-3 text-gradient-orange p-10">
23-
Why choose CB Accelerate?
23+
Why choose System Design at CB?
2424
</div>
2525
</div>
2626
<div style="padding-left: 40px;">
2727
<div class="pb-15 mb-15 border-bottom font-5 bold">
28-
45+ Live lectures
28+
25+ Live lectures
2929
</div>
3030
<div class="pb-15 mb-15 border-bottom font-5 bold">
31-
Weekly Doubt Sessions
31+
Taught by Industry Expert
3232
</div>
3333
<div class="pb-15 mb-15 border-bottom font-5 bold">
34-
Dedicated classes for question discussion
34+
Structured Content coverage and Interview questions
3535
</div>
3636
<div class="pb-15 mb-15 border-bottom font-5 bold">
37-
Interactive Live Sessions
37+
Interactive Online Learning
38+
</div>
39+
<div class="pb-15 mb-15 border-bottom font-5 bold">
40+
Certificate of Excellence/Completion
41+
</div>
42+
<div class="pb-15 mb-15 border-bottom font-5 bold">
43+
Job Assistance with 150+ Hiring partners
3844
</div>
3945
</div>
4046
</div>
4147
</div>
4248
<div class="border-card p-md-5 p-4 mb-5">
4349
<div class="font-md">
44-
<strong>Summary</strong>
45-
<br /><br />
46-
In a System Design Interview, interviewers ask the candidate to design a web-scale application. For example, they might ask you to design Instagram, design Netflix, or design Uber backend. Unlike a coding interview question, System Design Interviews are free-form discussions, and there's no right or wrong answer.
50+
<h3><strong>Top Case Studies: </strong></h3><br>
51+
<img src="https://images.codingblocks.com/img/SystemDesign-CaseStudies.png">
4752
<br /><br />
4853
<strong>Highlights</strong>
4954
<br /><br />
50-
<ul class="list-style-gradient-bullet my-0">
51-
<li>Comfort of Home</li>
52-
<li>Guidance by Industry-expert Mentors</li>
53-
<li>Two-way Interactive Sessions</li>
54-
<li>Recorded Videos after Live Lectures</li>
55-
{{!-- <li>Handwritten Mentor Notes</li> --}}
56-
<li>Immediate Doubt Resolution during Lectures</li>
57-
</ul>
58-
<br />
55+
<img src="https://images.codingblocks.com/img/SD-Highlights.png">
56+
<br /><br/>
5957
<strong>Pre-requisites</strong>
6058
<br /><br />
61-
Knowledge of any object oriented programming language like java
59+
Knowledge of any object oriented programming language in Java and C++ etc.
6260
</pre>
6361
</div>
6462
</div>
65-
{{>demoForm}}
63+
{{#if demo}}
64+
{{>demoForm}}
65+
{{/if}}
66+
6667
{{>aboutMentor}}
6768
</div>
6869
<div class="col-lg-4 mb-lg-0 mb-5">
69-
{{>takeDemo}}
70+
{{#if demo}}
71+
{{>takeDemo}}
72+
{{/if}}
73+
<div class="h4">Companies that hire:</div>
74+
<img src="https://images.codingblocks.com/img/DevOps-4.png">
7075
{{!-- {{>projectsLive}} --}}
7176
{{>liveCourseSchedule}}
7277
{{>testTimelines}}

src/live-courses/system-design.json

Lines changed: 36 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"id": "course05",
33
"name": "System Design",
44
"title": "System Design: Courses on System Design in Delhi | Coding Blocks",
5+
"demo":false,
56
"metas": [
67
{
78
"name": "description",
@@ -27,18 +28,19 @@
2728
]
2829
},
2930
"courseMeta": { "couponApplicable": true,
30-
"icon": "https://www.kindpng.com/picc/m/475-4753875_system-analysis-and-design-logo-hd-png-download.png",
31+
"icon": "https://images.codingblocks.com/img/newcourse_logo/SystemDesignLogo.png",
3132
"title": "System Design",
32-
"price": "2,999",
33-
"slashedPrice": "4,999",
33+
"price": "4,999",
34+
"slashedPrice": "9,999",
3435
"course-link": "https://dukaan.codingblocks.com/buy?productId=8409",
3536
"demo-link": "https://codingblocks.com/take-demo.html",
3637
"mentors": "Shresth Sahai",
37-
"mentorImg": "https://images.codingblocks.com/img/shresht1jpg-removebg-preview.png",
38+
"mentorImg": "https://images.codingblocks.com/img/mentor/shresht.png",
3839
"description": "Master Data Structures and Algorithms in C++. Crack Coding Interviews",
40+
"description-course": "In a System Design Interview, interviewers ask the candidate to design a web-scale application. For example, they might ask you to design Instagram, design Netflix, or design Uber backend. Unlike a coding interview question, System Design Interviews are free-form discussions, and there's no right or wrong answer.",
3941
"test_link_second": "https://dukaan.codingblocks.com/buy?productId=8409",
4042
"startDate": "16th June 2022",
41-
"interactiveClasses": "45 Live Interactive Classes",
43+
"interactiveClasses": "25+ Live Interactive Classes",
4244
"days":"two",
4345
"gradient": "bg-gradient-blue-dark"
4446
},
@@ -60,12 +62,12 @@
6062
"highlights": [
6163
{
6264
"head": "Opportunities unlocked for learner",
63-
"description": "Budding programmers will be equipped with expertise in Data Structures and Algorithms.Excel all your programming interviews by developing an efficient approach to find optimized solutions.Get well-versed with Advanced Topics like OOP(s), Complexity Analysis, etc. for Interviews.Become an expert in problem solving by practicing questions based on Sorting, Searching, Greedy Algorithms, Divide and Conquer Algorithms etc.Get placed at companies like Amazon, Google, Uber etc.",
65+
"description": "This program is all you need in terms of designing systems using HLD and LLD, this not only covers the theoritical aspects of designing but the practical usage of everything that is there in designing.",
6466
"icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/unlock.svg"
6567
},
6668
{
67-
"head": "Hands on Projects and Problems:",
68-
"description": "Build real-world applications like Tic Tac Toe, Sudoku, Tower of Hanoi.N-Queen & N-Kings Solve using Bitmasking.Splitwise Cash Flow using a Graph Algorithm",
69+
"head": "Learn designing scalable systems",
70+
"description": "Understand the thought process required to design the Systems such as Netflix, Uber, Google Docs, Youtube and many more. Along with HLD, you will learn the LLD too both of these are required in IT companies that you want to crack.",
6971
"icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg"
7072
},
7173
{
@@ -75,7 +77,7 @@
7577
},
7678
{
7779
"head": "This course is essential for you:",
78-
"description": "Someone who loves solving real world problems and wants to create a solution.",
80+
"description": "If you want to enhance you knowledge and understand how to crack the top Tech Interviews like a BOSS.",
7981
"icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/scroll.svg"
8082
}
8183
],
@@ -103,147 +105,103 @@
103105
"schedule": [
104106
{
105107
"lecture": "Lecture 01",
106-
"description": "What happens when you hit the url on your browser ?"
108+
"description": "Getting started with High Level Design"
107109
},
108110
{
109111
"lecture": "Lecture 02",
110-
"description": "What is system Design?"
112+
"description": "Low Level Design Architecture"
111113
},
112114
{
113115
"lecture": "Lecture 03",
114-
"description": "Types of System Design"
116+
"description": "Monoliths | Distributed Systems | Latency throughput"
115117
},
116118
{
117119
"lecture": "Lecture 04",
118-
"description": "HLD intro | LLD intro & SDLC"
120+
"description": "Availability, Time and Consistency"
119121
},
120122
{
121123
"lecture": "Lecture 05",
122-
"description": "Web App VS Website | What is architecture ?"
124+
"description": "Understanding Caching, Proxies and Polling"
123125
},
124126
{
125127
"lecture": "Lecture 06",
126-
"description": "Monoliths | Distributed System"
128+
"description": "Websockets & SSE, Scaling "
127129
},
128130
{
129131
"lecture": "Lecture 07",
130-
"description": "Latency | Throughput"
132+
"description": "Redundancy, CAP Theorem, and Databases"
131133
},
132134
{
133135
"lecture": "Lecture 08",
134-
"description": "Availability | TIme"
136+
"description": "DB Optimizations, Partitioning and Communication"
135137
},
136138
{
137139
"lecture": "Lecture 09",
138-
"description": "Consistency | Caching"
140+
"description": "Communication: Web Apps and Rest APIs"
139141
},
140142
{
141143
"lecture": "Lecture 10",
142-
"description": "Proxies | Polling"
144+
"description": "Microservices & Architecture"
143145
},
144146
{
145147
"lecture": "Lecture 11",
146-
"description": "Websockets & SSE | Scaling Techniques"
148+
"description": " Design Problem 1- URL Shortener/ Pastebin Api Rate Limiter"
147149
},
148150
{
149151
"lecture": "Lecture 12",
150-
"description": "Horizontal Scaling | Redundancy && Replication"
152+
"description": "Youtube Design | Webcrawler"
151153
},
152154
{
153155
"lecture": "Lecture 13",
154-
"description": "Cap theorem"
156+
"description": "Dropbox | Uber Backend design"
155157
},
156158
{
157159
"lecture": "Lecture 14",
158-
"description": "Databases | DataBase optimization"
160+
"description": "Design Twitter | Instagram"
159161
},
160162
{
161163
"lecture": "Lecture 15",
162-
"description": "Partitioning | Communication"
164+
"description": "Ticket Master Design"
163165
},
164166
{
165167
"lecture": "Lecture 16",
166-
"description": "Message Based communication"
168+
"description": "LLD Interview Questions"
167169
},
168170
{
169171
"lecture": "Lecture 17",
170-
"description": "Web Apps | Rest Apis"
172+
"description": "OOD and OOPs"
171173
},
172174
{
173175
"lecture": "Lecture 18",
174-
"description": "Microservices & architecture"
176+
"description": "OOPs concepts | Solid Priciples"
175177
},
176178
{
177179
"lecture": "Lecture 19",
178-
"description": "Web Servers && Protocols & App security Service"
180+
"description": "SRP Principle | O-C Principle"
179181
},
180182
{
181183
"lecture": "Lecture 20",
182-
"description": "DEsign Problem 1- URL Shortener/ Pastebin"
184+
"description": "Livosik principle"
183185
},
184186
{
185187
"lecture": "Lecture 21",
186-
"description": "Api Rate Limiter"
188+
"description": "Integration Principle"
187189
},
188190
{
189191
"lecture": "Lecture 22",
190-
"description": "Youtube Design"
192+
"description": "Dependency Principle"
191193
},
192194
{
193195
"lecture": "Lecture 23",
194-
"description": "Web Crawler"
196+
"description": "Design Patterns"
195197
},
196198
{
197199
"lecture": "Lecture 24",
198-
"description": "Drop Box"
200+
"description": "Case Studies"
199201
},
200202
{
201203
"lecture": "Lecture 25",
202-
"description": "Uber Backend Design"
203-
},
204-
{
205-
"lecture": "Lecture 26",
206-
"description": "Twitter"
207-
},
208-
{
209-
"lecture": "Lecture 27",
210-
"description": "Instagram"
211-
},
212-
{
213-
"lecture": "Lecture 28",
214-
"description": "Ticketmaster design"
215-
},
216-
{
217-
"lecture": "Lecture 29",
218-
"description": "What is LLD? | LLD INTERVIEWS"
219-
},
220-
{
221-
"lecture": "Lecture 30",
222-
"description": "OOD && OOP | Objects && CLASSES"
223-
},
224-
{
225-
"lecture": "Lecture 31",
226-
"description": "OOP CONCEPTS"
227-
},
228-
{
229-
"lecture": "Lecture 32",
230-
"description": "SOLID Principles | SRP Princripal"
231-
},
232-
{
233-
"lecture": "Lecture 33",
234-
"description": "O-C Principal | Livosik Principal"
235-
},
236-
{
237-
"lecture": "Lecture 34",
238-
"description": "Integration Principal | Dependency Principal"
239-
},
240-
{
241-
"lecture": "Lecture 35",
242-
"description": "Design Patterns"
243-
},
244-
{
245-
"lecture": "Lecture 36",
246-
"description": "Case Studies"
204+
"description": "Machine Coding"
247205
}
248206
],
249207
"registerLink": "https://students.codingblocks.com/payment/iframe?item_id=399",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy