|
2 | 2 | "id": "course05",
|
3 | 3 | "name": "System Design",
|
4 | 4 | "title": "System Design: Courses on System Design in Delhi | Coding Blocks",
|
| 5 | + "demo":false, |
5 | 6 | "metas": [
|
6 | 7 | {
|
7 | 8 | "name": "description",
|
|
27 | 28 | ]
|
28 | 29 | },
|
29 | 30 | "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", |
31 | 32 | "title": "System Design",
|
32 |
| - "price": "2,999", |
33 |
| - "slashedPrice": "4,999", |
| 33 | + "price": "4,999", |
| 34 | + "slashedPrice": "9,999", |
34 | 35 | "course-link": "https://dukaan.codingblocks.com/buy?productId=8409",
|
35 | 36 | "demo-link": "https://codingblocks.com/take-demo.html",
|
36 | 37 | "mentors": "Shresth Sahai",
|
37 |
| - "mentorImg": "https://images.codingblocks.com/img/shresht1jpg-removebg-preview.png", |
| 38 | + "mentorImg": "https://images.codingblocks.com/img/mentor/shresht.png", |
38 | 39 | "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.", |
39 | 41 | "test_link_second": "https://dukaan.codingblocks.com/buy?productId=8409",
|
40 | 42 | "startDate": "16th June 2022",
|
41 |
| - "interactiveClasses": "45 Live Interactive Classes", |
| 43 | + "interactiveClasses": "25+ Live Interactive Classes", |
42 | 44 | "days":"two",
|
43 | 45 | "gradient": "bg-gradient-blue-dark"
|
44 | 46 | },
|
|
60 | 62 | "highlights": [
|
61 | 63 | {
|
62 | 64 | "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.", |
64 | 66 | "icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/unlock.svg"
|
65 | 67 | },
|
66 | 68 | {
|
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.", |
69 | 71 | "icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/puzzle.svg"
|
70 | 72 | },
|
71 | 73 | {
|
|
75 | 77 | },
|
76 | 78 | {
|
77 | 79 | "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.", |
79 | 81 | "icon": "https://cb-thumbnails.s3.ap-south-1.amazonaws.com/scroll.svg"
|
80 | 82 | }
|
81 | 83 | ],
|
|
103 | 105 | "schedule": [
|
104 | 106 | {
|
105 | 107 | "lecture": "Lecture 01",
|
106 |
| - "description": "What happens when you hit the url on your browser ?" |
| 108 | + "description": "Getting started with High Level Design" |
107 | 109 | },
|
108 | 110 | {
|
109 | 111 | "lecture": "Lecture 02",
|
110 |
| - "description": "What is system Design?" |
| 112 | + "description": "Low Level Design Architecture" |
111 | 113 | },
|
112 | 114 | {
|
113 | 115 | "lecture": "Lecture 03",
|
114 |
| - "description": "Types of System Design" |
| 116 | + "description": "Monoliths | Distributed Systems | Latency throughput" |
115 | 117 | },
|
116 | 118 | {
|
117 | 119 | "lecture": "Lecture 04",
|
118 |
| - "description": "HLD intro | LLD intro & SDLC" |
| 120 | + "description": "Availability, Time and Consistency" |
119 | 121 | },
|
120 | 122 | {
|
121 | 123 | "lecture": "Lecture 05",
|
122 |
| - "description": "Web App VS Website | What is architecture ?" |
| 124 | + "description": "Understanding Caching, Proxies and Polling" |
123 | 125 | },
|
124 | 126 | {
|
125 | 127 | "lecture": "Lecture 06",
|
126 |
| - "description": "Monoliths | Distributed System" |
| 128 | + "description": "Websockets & SSE, Scaling " |
127 | 129 | },
|
128 | 130 | {
|
129 | 131 | "lecture": "Lecture 07",
|
130 |
| - "description": "Latency | Throughput" |
| 132 | + "description": "Redundancy, CAP Theorem, and Databases" |
131 | 133 | },
|
132 | 134 | {
|
133 | 135 | "lecture": "Lecture 08",
|
134 |
| - "description": "Availability | TIme" |
| 136 | + "description": "DB Optimizations, Partitioning and Communication" |
135 | 137 | },
|
136 | 138 | {
|
137 | 139 | "lecture": "Lecture 09",
|
138 |
| - "description": "Consistency | Caching" |
| 140 | + "description": "Communication: Web Apps and Rest APIs" |
139 | 141 | },
|
140 | 142 | {
|
141 | 143 | "lecture": "Lecture 10",
|
142 |
| - "description": "Proxies | Polling" |
| 144 | + "description": "Microservices & Architecture" |
143 | 145 | },
|
144 | 146 | {
|
145 | 147 | "lecture": "Lecture 11",
|
146 |
| - "description": "Websockets & SSE | Scaling Techniques" |
| 148 | + "description": " Design Problem 1- URL Shortener/ Pastebin Api Rate Limiter" |
147 | 149 | },
|
148 | 150 | {
|
149 | 151 | "lecture": "Lecture 12",
|
150 |
| - "description": "Horizontal Scaling | Redundancy && Replication" |
| 152 | + "description": "Youtube Design | Webcrawler" |
151 | 153 | },
|
152 | 154 | {
|
153 | 155 | "lecture": "Lecture 13",
|
154 |
| - "description": "Cap theorem" |
| 156 | + "description": "Dropbox | Uber Backend design" |
155 | 157 | },
|
156 | 158 | {
|
157 | 159 | "lecture": "Lecture 14",
|
158 |
| - "description": "Databases | DataBase optimization" |
| 160 | + "description": "Design Twitter | Instagram" |
159 | 161 | },
|
160 | 162 | {
|
161 | 163 | "lecture": "Lecture 15",
|
162 |
| - "description": "Partitioning | Communication" |
| 164 | + "description": "Ticket Master Design" |
163 | 165 | },
|
164 | 166 | {
|
165 | 167 | "lecture": "Lecture 16",
|
166 |
| - "description": "Message Based communication" |
| 168 | + "description": "LLD Interview Questions" |
167 | 169 | },
|
168 | 170 | {
|
169 | 171 | "lecture": "Lecture 17",
|
170 |
| - "description": "Web Apps | Rest Apis" |
| 172 | + "description": "OOD and OOPs" |
171 | 173 | },
|
172 | 174 | {
|
173 | 175 | "lecture": "Lecture 18",
|
174 |
| - "description": "Microservices & architecture" |
| 176 | + "description": "OOPs concepts | Solid Priciples" |
175 | 177 | },
|
176 | 178 | {
|
177 | 179 | "lecture": "Lecture 19",
|
178 |
| - "description": "Web Servers && Protocols & App security Service" |
| 180 | + "description": "SRP Principle | O-C Principle" |
179 | 181 | },
|
180 | 182 | {
|
181 | 183 | "lecture": "Lecture 20",
|
182 |
| - "description": "DEsign Problem 1- URL Shortener/ Pastebin" |
| 184 | + "description": "Livosik principle" |
183 | 185 | },
|
184 | 186 | {
|
185 | 187 | "lecture": "Lecture 21",
|
186 |
| - "description": "Api Rate Limiter" |
| 188 | + "description": "Integration Principle" |
187 | 189 | },
|
188 | 190 | {
|
189 | 191 | "lecture": "Lecture 22",
|
190 |
| - "description": "Youtube Design" |
| 192 | + "description": "Dependency Principle" |
191 | 193 | },
|
192 | 194 | {
|
193 | 195 | "lecture": "Lecture 23",
|
194 |
| - "description": "Web Crawler" |
| 196 | + "description": "Design Patterns" |
195 | 197 | },
|
196 | 198 | {
|
197 | 199 | "lecture": "Lecture 24",
|
198 |
| - "description": "Drop Box" |
| 200 | + "description": "Case Studies" |
199 | 201 | },
|
200 | 202 | {
|
201 | 203 | "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" |
247 | 205 | }
|
248 | 206 | ],
|
249 | 207 | "registerLink": "https://students.codingblocks.com/payment/iframe?item_id=399",
|
|
0 commit comments