Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharat2044/100xdevs-cohort3-webdev-and-devops
100xDevs Cohort 3 π by Harkirat Singh. This repository contains Lecture Codes, Notes, Assignments, Assignment Solution Code and Some Good Articles/Blogs Link. π₯
https://github.com/bharat2044/100xdevs-cohort3-webdev-and-devops
css devops docker express html javascript kafka kubernetes nextjs nodejs reactjs typescript webdevelopment
Last synced: 6 days ago
JSON representation
100xDevs Cohort 3 π by Harkirat Singh. This repository contains Lecture Codes, Notes, Assignments, Assignment Solution Code and Some Good Articles/Blogs Link. π₯
- Host: GitHub
- URL: https://github.com/bharat2044/100xdevs-cohort3-webdev-and-devops
- Owner: Bharat2044
- Created: 2024-08-06T10:56:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:13:53.000Z (3 months ago)
- Last Synced: 2024-10-21T23:27:09.831Z (3 months ago)
- Topics: css, devops, docker, express, html, javascript, kafka, kubernetes, nextjs, nodejs, reactjs, typescript, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 4.43 MB
- Stars: 227
- Watchers: 5
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **`100xDevs Cohort 3.0 Web Dev + Devopsπ`**
> #### **_[100xDevs Cohort 3.0](https://app.100xdevs.com/) π by [Harkirat Singh](https://x.com/kirat_tw). This repository contains `live class/lecture codes, lecture assignments, assignment solutions, links to notes/slides link, some good relevant articles/blogs link` for each lecture, and a list of all topics covered in the class, organized lecture-wise to help you._**
## π₯ **Clone this Repository** π«
Write the following commands on your terminal to clone this repository, so that you can run this project locally.
```bash
git clone https://github.com/Bharat2044/100xDevs-Cohort3-WebDev-and-Devops.git
```## π [**Class/Lecture Slides Link**](./Lecture%20Slides.md)
## π¨βπ» **Contents** π
**π `Note:` Click on the arrow sign to expand to see each topics in details with link.**
## π [**Class/Lecture Slides Link**](./Lecture%20Slides.md)
Week 01 - Orientation, HTML/CSS/Basic JS
## π [ Week 01 - Orientation, HTML/CSS/Basic JS](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/)
### π» [**1.1 - Web Dev + Devops Orientation**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/)
> **`Topics Covered:` HTML Basic -** Tags, Attributes, title, body, div, span, h1-h6, b, i, u, br, a, center, img, input, button... & **CSS Basic -** inline css, external css, color, background-color, selectors, class, id, font-size, font-weigth, border, padding, margin, flexbox... & **Build some part of VS Code Landing Page**.
- π¨βπ» [**Lecture Codes**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation%20Notes.md)
- π [**Lecture Assignment**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/Assignment%20Solution/)
- [VS Code Landing Page Clone Live Link π](https://vscode-clone-bharat.vercel.app/)### π» [**1.2 - Basics of JavaScript**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/)
> **`Topics Covered:` JavaScript Basic -** Interpreted, Compiled Time Language, Dynamically Typed, Single threaded, Multithreading, Garbage collector, JavaScript Synatx, Variables, var, let, const, datatypes, numer, string, boolean, operators, functions, if/else, loops, objects, arrays, array of objects, object of objects, problem solving and solved assignment problems.
- π¨βπ» [**Lecture Codes**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/1.2%20-%20Basics%20of%20JavaScript%20Notes.md)
- π [**Lecture Assignment**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/1.2%20-%20Basics%20of%20JavaScript%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/Assignment%20Solution/)
- [Zerodha Landing Page Clone Live Link π](https://zerodha-clone-bharat.vercel.app/)Cohort 2 Warmup Videos
## π [Cohort 2 Warmup Videos](./Cohort%202%20Warmup%20Videos/)
> **`Topics Covered`: VS Code Installation & HTML Basic -** Tags, Attributes, Heading(h1-h6), div, span, title, body, head, p, img, a, input, button,b, br, center... & **CSS Basic -** Inline CSS, color, id, class, selector, color, background-color, font-size, font-weight, padding, margin, text-align, border, border-radius, box-shadow, float, flexbox & **Build Some Part of Zerodha Landing Page**.
- π» [**Intro, Setting up your IDE**](./Cohort%202%20Warmup%20Videos/1.%20Intro,%20Setting%20up%20your%20IDE/)
- π» [**Basic HTML (Tags and Attributes)**](./Cohort%202%20Warmup%20Videos/2.%20Basic%20HTML%20-%20Tags%20and%20Attributes/)
- π» [**Basic CSS**](./Cohort%202%20Warmup%20Videos/3.%20Basic%20CSS/)
- π [**Notes/Slides & Articles/Blogs Link**](./Cohort%202%20Warmup%20Videos/Cohort%202%20Warmup%20Videos%20Notes.md)
- π [**Lecture Assignment**](./Cohort%202%20Warmup%20Videos/Cohort%202%20Warmup%20Videos%20Assignment.md)
- π¨βπ» [**Assignment Solution**](./Cohort%202%20Warmup%20Videos/Assignment%20Solution/)
- [Zerodha Landing Page Clone Live Link π](https://zerodha-clone-bharat.vercel.app/)
- [Portfolio Returns Calculator Live Link π](https://compound-interest-calculator-psi.vercel.app/)Week 02 - Async JS
## π [Week 02 - Async JS](./Week%2002%20-%20Async%20JS/)
### π» [**2.1 - Async JS**](./Week%2002%20-%20Async%20JS/2.1%20-%20Async%20JS/)
> **`Topics Covered:`** Synchronous, Asynchronous Code, I/O heavy operations, fs Module, fs.readFile, fs.readFileSync, I/O bound tasks vs CPU bound tasks, Functional Arguments, Callbacks, setTimeout, Call Stack... & Solve Some Problems.
- π¨βπ» [**Lecture Codes**](./Week%2002%20-%20Async%20JS/2.1%20-%20Async%20JS/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2002%20-%20Async%20JS/2.1%20-%20Async%20JS/2.1%20-%20Async%20JS%20Notes.md)
- π [**Lecture Assignment**](./Week%2002%20-%20Async%20JS/2.1%20-%20Async%20JS/2.1%20-%20Async%20JS%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2002%20-%20Async%20JS/2.1%20-%20Async%20JS/Assignment%20Solution/)### π» [**2.2 - Promises**](./Week%2002%20-%20Async%20JS/2.2%20-%20Promises/)
> **`Topics Covered:`** Class and Object, Date & Map Class, Callback, setTimeOut, Promise Class, Creating promisified version of fs.readFile and Solve Some Problems.
- π¨βπ» [**Lecture Codes**](./Week%2002%20-%20Async%20JS/2.2%20-%20Promises/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2002%20-%20Async%20JS/2.2%20-%20Promises/2.2%20-%20Promises%20Notes.md)
- π [**Lecture Assignment**](./Week%2002%20-%20Async%20JS/2.2%20-%20Promises/2.2%20-%20Promises%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2002%20-%20Async%20JS/2.2%20-%20Promises/Assignment%20Solution/)Week 02 - Offline Videos
## π [Week 02 - Offline Videos](./Week%2002%20-%20Offline%20Videos/)
> **`Topics Covered:`** Node.js Installation, Linux Command Basic and Advanced(cd, pwd, ls, touch, mkdir, rm, mv, cat, cp, chmod, echo, head, tail, |, wc, grep, history), Bash Scripting, Vim Editor, How to solve Assignment, Solve Basic CSS Assignment, VSCode Landing Page, Callback Hell, setTimeout(), async/await, Promisified Version of readFile using async/await and Solved Some Problems
- π» [**1. Bash and Terminals (Basics)**](<./Week%2002%20-%20Offline%20Videos/1.%20Bash%20and%20Terminals%20(Basics)>)
- π» [**2. Bash Advance (Laisha)**](./Week%2002%20-%20Offline%20Videos/2.%20Bash%20Advance/)
- π» [**3. Installing Node.js, How to solve an assignment**](./Week%2002%20-%20Offline%20Videos/3.%20Installing%20Node.js,%20How%20to%20solve%20an%20assignment/)
- π» [**4. Solving VSCode Assignment**](./Week%2002%20-%20Offline%20Videos/4.%20Solving%20VSCode%20Assignment/)
- π» [**5. Callback hell, Rejects and async-await**](./Week%2002%20-%20Offline%20Videos/5.%20Callback%20hell,%20Rejects%20and%20async-await/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2002%20-%20Offline%20Videos/Week%2002%20-%20Offline%20Videos%20Notes.md)
- π [**Lecture Assignment**](./Week%2002%20-%20Offline%20Videos/Week%2002%20-%20Offline%20Videos%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2002%20-%20Offline%20Videos/Assignment%20Solution/)
- [Whole Page of VS Code Clone Live Link π](https://vscode-clone-bharat.vercel.app/)
- π[**Cohort 3.0 - GitHub Assignment Repository Link**](https://github.com/100xdevs-cohort-3/assignments)Week 03 - DOM
## π [Week 03 - DOM](./Week%2003%20-%20DOM/)
### π» [**3.1 - DOM Simple**](./Week%2003%20-%20DOM/3.1%20-%20DOM%20Simple/)
> **`Topics Covered:`** What is DOM, Why DOM, Static HTML, Dynamic HTML, Fetching Elements(querySelector, querySelectorAll, getElementById, getElementByClassName, getElementsByClassName), Updating elements(Create Stop Watch), Deleting elements(removeChild), Adding elements(createElement, appendChild) and Build Simple Todo App.
- π¨βπ» [**Lecture Codes**](./Week%2003%20-%20DOM/3.1%20-%20DOM%20Simple/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2003%20-%20DOM/3.1%20-%20DOM%20Simple/Week%2003%20-%20DOM%20Manipulation%20Notes.md)
- π [**Lecture Assignment**](./Week%2003%20-%20DOM/3.1%20-%20DOM%20Simple/Week%2003%20-%20DOM%20Manipulation%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2003%20-%20DOM/3.1%20-%20DOM%20Simple/Assignment%20Solution/)
- [Todo App using JavaScript Live Link π](https://todo-list-bharat.vercel.app/)### π» [**3.2 - DOM Advance**](./Week%2003%20-%20DOM/3.2%20-%20DOM%20Advance/)
> **`Topics Covered:`** Complex DOM Manipulation, State Derived Frontends, State Derived Rendering, Component, State variable, render, and Build Simple Todo App with Add, Update and Delete Functionality.
- π¨βπ» [**Lecture Codes**](./Week%2003%20-%20DOM/3.2%20-%20DOM%20Advance/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2003%20-%20DOM/3.2%20-%20DOM%20Advance/3.2%20-%20DOM%20Advance%20Notes.md)
- π [**Lecture Assignment**](./Week%2003%20-%20DOM/3.2%20-%20DOM%20Advance/3.2%20-%20DOM%20Advance%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2003%20-%20DOM/3.2%20-%20DOM%20Advance/Assignment%20Solution/)
- [Todo App using ReactJS Live Link π](https://todo-list2-bharat.vercel.app/)Week 04 - Node.js and HTTP
## π [Week 04 - Node.js and HTTP](./Week%2004%20-%20Node.js%20and%20HTTP/)
### π» [**4.1 - Node.js, Bun and JS Runtimes**](./Week%2004%20-%20Node.js%20and%20HTTP/4.1%20-%20Node.js,%20Bun%20and%20JS%20Runtimes/)
> **`Topics Covered:`** What is Node.js, V8 Engine, Bun JavaScript Runtime, Node.js Project, npm, chalk module, Internal and External Packages, `package.json` & `package-lock.json` file & Solved Some Problems.
- π¨βπ» [**Lecture Codes**](./Week%2004%20-%20Node.js%20and%20HTTP/4.1%20-%20Node.js,%20Bun%20and%20JS%20Runtimes/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2004%20-%20Node.js%20and%20HTTP/4.1%20-%20Node.js,%20Bun%20and%20JS%20Runtimes/4.1%20-%20Node.js,%20Bun%20and%20JS%20Runtimes%20Notes.md)
- π [**Lecture Assignment**](./Week%2004%20-%20Node.js%20and%20HTTP/4.1%20-%20Node.js,%20Bun%20and%20JS%20Runtimes/4.1%20-%20Node.js,%20Bun%20and%20JS%20Runtimes%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2004%20-%20Node.js%20and%20HTTP/4.1%20-%20Node.js,%20Bun%20and%20JS%20Runtimes/Assignment%20Solution/)### π» [**4.2 - HTTP Servers**](./Week%2004%20-%20Node.js%20and%20HTTP/4.2%20-%20HTTP%20Servers/)
> **`Topics Covered:`** HTTP Protocols, Request Response Model, Ports, Methods (GET, POST, PUT, DELETE), Response, Status Code, (2xx, 3xx, 4xx, 5xx), Body, Routes, Headers, Clients (Browser & Postman) and Created our First HTTP Server using Express.
- π¨βπ» [**Lecture Codes**](./Week%2004%20-%20Node.js%20and%20HTTP/4.2%20-%20HTTP%20Servers/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2004%20-%20Node.js%20and%20HTTP/4.2%20-%20HTTP%20Servers/4.2%20-%20HTTP%20Servers%20Notes.md)
- π [**Lecture Assignment**](./Week%2004%20-%20Node.js%20and%20HTTP/4.2%20-%20HTTP%20Servers/4.2%20-%20HTTP%20Servers%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2004%20-%20Node.js%20and%20HTTP/4.2%20-%20HTTP%20Servers/Assignment%20Solution/)
- [Todo App Projectπ](./Week%2004%20-%20Node.js%20and%20HTTP/4.2%20-%20HTTP%20Servers/Assignment%20Solution/Assignment%201%20Solution%20-%20todo%20app/)
- [File Based Todo App Projectπ](./Week%2004%20-%20Node.js%20and%20HTTP/4.2%20-%20HTTP%20Servers/Assignment%20Solution/Assignment%202%20Solution%20-%20file%20based%20todo%20app/)Week 04 - Offline Videos
## π [Week 04 - Offline Videos](./Week%2004%20-%20Offline%20Videos/)
> **`Topics Covered:`** What and Why express?, Create HTTP Server using Express, Request Methods(GET, POST, PUT, DELETE) Status Code(200, 404, 500, 411, 403), Create Hospital Game Backend. What and Why is Middleware? and Solved Some Problems.
- π» [**Express and HTTP Server | Postman**](./Week%2004%20-%20Offline%20Videos/1.%20Express%20and%20HTTP%20Server,%20Postman/)
- π» [**Middleware**](./Week%2004%20-%20Offline%20Videos/2.%20Middleware/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2004%20-%20Offline%20Videos/Week%2004%20-%20Offline%20Videos%20Notes.md)
- π [**Lecture Assignment**](./Week%2004%20-%20Offline%20Videos/Week%2004%20-%20Offline%20Videos%20Assignment.md)
- π¨βπ» [**Assignment Solution**](./Week%2004%20-%20Offline%20Videos/Assignment%20Solution/)Week 05
## π [Week 05](./Week%2005/)
### π» [**5.1 - Headers, Query params and Express**](./Week%2005/5.1%20-%20Headers,%20Query%20params%20and%20Express/)
> **`Topics Covered:`** Recap Last Week(Domain name/IP, Port, Methods, Plaintext vs JSON vs HTML response, Status Codes, Body, Routes, Express), Headers, Fetch API in the Browser, Axios, Query params, Creating our own HTTP Server using Express.
- π¨βπ» [**Lecture Codes**](./Week%2005/5.1%20-%20Headers,%20Query%20params%20and%20Express/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2005/5.1%20-%20Headers,%20Query%20params%20and%20Express/5.1%20-%20Headers,%20Query%20params%20and%20Express%20Notes.md)
- π [**Lecture Assignment**](./Week%2005/5.1%20-%20Headers,%20Query%20params%20and%20Express/5.1%20-%20Headers,%20Query%20params%20and%20Express%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2005/5.1%20-%20Headers,%20Query%20params%20and%20Express/Assignment%20Solution/)### π» [**5.2 - Middlewares and Cors**](./Week%2005//5.2%20-%20Middlewares%20and%20Cors/)
> **`Topics Covered:`** What and Why Middlewares and How it works?, Route specific middlewares, Inline and Global Middlewares, Commonly used middlewares(`express.json()`, `bodyParser.json()`), `CORS` - Cross origin resource sharing, Why CORS? and Solved Some Problems.
- π¨βπ» [**Lecture Codes**](./Week%2005//5.2%20-%20Middlewares%20and%20Cors/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2005//5.2%20-%20Middlewares%20and%20Cors/5.2%20-%20Middlewares%20and%20Cors%20Notes.md)
- π [**Lecture Assignment**](./Week%2005//5.2%20-%20Middlewares%20and%20Cors/5.2%20-%20Middlewares%20and%20Cors%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2005//5.2%20-%20Middlewares%20and%20Cors/Assignment%20Solution/)Week 05 - Offline Videos
## π [Week 05 - Offline Videos](./Week%2005%20-%20Offline%20Videos/)
> **`Topics Covered:`** Git & GitHub in details, Arrow Functions, map(), reduce(), fetch API, Axios Library, GET, POST, PUT, DELETE request and solved som problems.
- π» [**Git and Github**](./Week%2005%20-%20Offline%20Videos/1.%20Git%20and%20Github/)
- π» [**Map, Filter and Arrow fns**](./Week%2005%20-%20Offline%20Videos/2.%20Map,%20Filter%20and%20Arrow%20fns/)
- π» [**Axios vs Fetch**](./Week%2005%20-%20Offline%20Videos/3.%20Axios%20vs%20Fetch/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2005%20-%20Offline%20Videos/Week%2005%20-%20Offline%20Videos%20Notes.md)
- π [**Lecture Assignment**](./Week%2005%20-%20Offline%20Videos/Week%2005%20-%20Offline%20Videos%20Assignment.md)
- π¨βπ» [**Assignment Solution**](./Week%2005%20-%20Offline%20Videos/Assignment%20Solution/)Week 06
## π [Week 06](./Week%2006/)
### π» [**6.1 - HTTP Deep Dive**](./Week%2006/6.1%20-%20HTTP%20Deep%20Dive/)
> **`Topics Covered:`** What is authentication?, Auth workflow, Create an express app, Tokens and JWT (JSON Web tokens) based authentication, Tokens vs JWTs, Authorization header.
- π¨βπ» [**Lecture Codes**](./Week%2006/6.1%20-%20HTTP%20Deep%20Dive/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2006/6.1%20-%20HTTP%20Deep%20Dive/6.1%20-%20HTTP%20Deep%20Dive%20Notes.md)
- π [**Lecture Assignment**](./Week%2006/6.1%20-%20HTTP%20Deep%20Dive/6.1%20-%20HTTP%20Deep%20Dive%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2006/6.1%20-%20HTTP%20Deep%20Dive/Assignment%20Solution/)### π» [**6.2 - Auth and Connecting FE to BE**](./Week%2006/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE/)
> **`Topics Covered:`** Revision of Week 6.1, Auth Middleware, logger request, LocalStorage, Connecting Frontend with Backend for Auth App...
- π¨βπ» [**Lecture Codes**](./Week%2006/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2006/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE%20Notes.md)
- π [**Lecture Assignment**](./Week%2006/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2006/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE/Assignment%20Solution/)
- [Auth App Projectπ](./Week%2006/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE/Assignment%20Solution/Assignment%201%20Solution%20-%20Auth%20App/)
- [Todo App Backend Projectπ](./Week%2006/6.2%20-%20Auth%20and%20Connecting%20FE%20to%20BE/Assignment%20Solution/Assignment%202%20Solution%20-%20Todo%20App/)Week 06 - Offline Videos
## π [Week 06 - Offline Videos](./Week%2006%20-%20Offline%20Videos/)
> **`Topics Covered:`** JWT, Auth, tokens, sign(), decode(), verify() method Error Handling using try/catch block, Input Validation using Zod, MongoDB Installation and Solved Some Problems.
- π» [**JWT and Auth Recap**](./Week%2006%20-%20Offline%20Videos/1.%20JWT%20and%20Auth%20Recap/)
- π» [**Mongo Installation**](./Week%2006%20-%20Offline%20Videos/2.%20Mongo%20Installation/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2006%20-%20Offline%20Videos/Week%2006%20-%20Offline%20Videos%20Notes.md)
- π [**Lecture Assignment**](./Week%2006%20-%20Offline%20Videos/Week%2006%20-%20Offline%20Videos%20Assignment.md)
- π¨βπ» [**Assignment Solution**](./Week%2006%20-%20Offline%20Videos/Assignment%20Solution/)Week 07 - MongoDB
## π [Week 07 - MongoDB](./Week%2007%20-%20MongoDB/)
### π» [**7.1 - MongoDB**](./Week%2007%20-%20MongoDB/7.1%20-%20MongoDB/)
> **`Topics Covered:`** What is authentication?, Auth workflow, Create an express app, Tokens and JWT (JSON Web tokens) based authentication, Tokens vs JWTs, Authorization header.
- π¨βπ» [**Lecture Codes**](./Week%2007%20-%20MongoDB/7.1%20-%20MongoDB/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2007%20-%20MongoDB/7.1%20-%20MongoDB/7.1%20-%20MongoDB%20Notes.md)
- π [**Lecture Assignment**](./Week%2007%20-%20MongoDB/7.1%20-%20MongoDB/7.1%20-%20MongoDB%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2007%20-%20MongoDB/7.1%20-%20MongoDB/Assignment%20Solution/)### π» [**7.2 - Passwords, Zod**](./Week%2007%20-%20MongoDB/7.2%20-%20Passwords,%20Zod/)
> **`Topics Covered:`** Recap of Week 7.1, What is Hashing and Why?, Salting, bcrypt algorithm, Error Handling using try-catch, Input Validation using Zod, ans solved signin and signup endpoints.
- π¨βπ» [**Lecture Codes**](./Week%2007%20-%20MongoDB/7.2%20-%20Passwords,%20Zod/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2007%20-%20MongoDB/7.2%20-%20Passwords,%20Zod/7.2%20-%20Passwords,%20Zod%20Notes.md)
- π [**Lecture Assignment**](./Week%2007%20-%20MongoDB/7.2%20-%20Passwords,%20Zod/7.2%20-%20Passwords,%20Zod%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2007%20-%20MongoDB/7.2%20-%20Passwords,%20Zod/Assignment%20Solution/)
- [Todo App Backend Projectπ](./Week%2007%20-%20MongoDB/7.2%20-%20Passwords,%20Zod/Assignment%20Solution/Assignment%202%20Solution%20-%20Todo%20App/)Week 08 - Course Selling App
## π [Week 08 - Course Selling App](./Week%2008%20-%20Course%20Selling%20App/)
### π» [**8.1 - Backend of Course Selling App**](./Week%2008%20-%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App/)
> **`Topics Covered:`** Created some backend of a `Course Selling App`, project file structure & explore `p5.js-web-editor` github repository.
- π¨βπ» [**Lecture Codes**](./Week%2008%20-%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2008%20-%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App%20Notes.md)
- π [**Lecture Assignment**](./Week%2008%20-%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2008%20-%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App/Assignment%20Solution/)
- [Course Selling App Backend Projectπ](./Week%2008%20-%20Course%20Selling%20App/8.1%20-%20Backend%20of%20Course%20Selling%20App/Assignment%20Solution/Assignment%201%20Solution%20-%20Course-Selling-App/)### π» [**8.2 - Backend of Course Selling App - Part 2**](./Week%2008%20-%20Course%20Selling%20App/8.2%20-%20Backend%20of%20Course%20Selling%20App%20-%20Part%202/)
> **`Topics Covered:`** Created complete backend of a `Course Selling App`.
- π¨βπ» [**Lecture Codes**](./Week%2008%20-%20Course%20Selling%20App/8.2%20-%20Backend%20of%20Course%20Selling%20App%20-%20Part%202/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2008%20-%20Course%20Selling%20App/8.2%20-%20Backend%20of%20Course%20Selling%20App%20-%20Part%202/8.2%20-%20Backend%20of%20Course%20Selling%20App%20-%20Part%202%20Notes.md)
- π [**Lecture Assignment**](./Week%2008%20-%20Course%20Selling%20App/8.2%20-%20Backend%20of%20Course%20Selling%20App%20-%20Part%202/8.2%20-%20Backend%20of%20Course%20Selling%20App%20-%20Part%202%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2008%20-%20Course%20Selling%20App/8.2%20-%20Backend%20of%20Course%20Selling%20App%20-%20Part%202/Assignment%20Solution/)Week 08 - Offline Videos
## π [Week 08 - Offline Videos](./Week%2008%20-%20Offline%20Videos/)
### π» [**Mongo Deep Dive**](/Week%2008%20-%20Offline%20Videos/Mongo%20Deep%20Dive/)
> **`Topics Covered:`** What and Why databases?, What is MongoDB?, Some good examples, and Created some backend of a `Course Selling Website`.
- π¨βπ» [**Lecture Codes**](/Week%2008%20-%20Offline%20Videos/Mongo%20Deep%20Dive/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](/Week%2008%20-%20Offline%20Videos/Mongo%20Deep%20Dive/Mongo%20Deep%20dive%20Notes.md)
- π [**Lecture Assignment**](/Week%2008%20-%20Offline%20Videos/Mongo%20Deep%20Dive/Mongo%20Deep%20dive%20Assignment.md)
- π₯οΈ [**Assignment Solution**](/Week%2008%20-%20Offline%20Videos/Mongo%20Deep%20Dive/Assignment%20Solution/)Week 09 - React
## π [Week 09 - React](./Week%2009%20-%20React/)
### π» [**9.1 - React Basics**](./Week%2009%20-%20React/9.1%20-%20React%20Basics/)
> **`Topics Covered:`** What and Why `React`, Components, State, Re-rendering, What is JSX?, useState, Create `Counter-App` using 3 diffenrnt way 1. DOM, 2. state and component and 3. React, Create Simple Todo App using React.
- π¨βπ» [**Lecture Codes**](./Week%2009%20-%20React/9.1%20-%20React%20Basics/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2009%20-%20React/9.1%20-%20React%20Basics/9.1%20-%20React%20Basics%20Notes.md)
- π [**Lecture Assignment**](./Week%2009%20-%20React/9.1%20-%20React%20Basics/9.1%20-%20React%20Basics%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2009%20-%20React/9.1%20-%20React%20Basics/Assignment%20Solution/)
- [Todo App Projectπ](./Week%2009%20-%20React/9.1%20-%20React%20Basics/Assignment%20Solution/Assignment%202%20Solution%20-%20Hard%20Todo%20App/)### π» [**9.2 - React useState**](./Week%2009%20-%20React/9.2%20-%20React%20useState/)
> **`Topics Covered:`** useState and useEffect Hooks, Conditional Rendering, Props, useState Cleanup, Dependency Array, Mounting, Unmounting, Rendering, Create Countdown App...
- π¨βπ» [**Lecture Codes**](./Week%2009%20-%20React/9.2%20-%20React%20useState/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2009%20-%20React/9.2%20-%20React%20useState/9.2%20-%20React%20useState%20Notes.md)
- π [**Lecture Assignment**](./Week%2009%20-%20React/9.2%20-%20React%20useState/9.2%20-%20React%20useState%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2009%20-%20React/9.2%20-%20React%20useState/Assignment%20Solution/)
- [Counter App Projectπ](./Week%2009%20-%20React/9.2%20-%20React%20useState/Assignment%20Solution/Assignment%201%20Solution%20-%20Counter%20App/)### π» [**9.3 - React From Basic Part 1 (Recorded)**](./Week%2009%20-%20React/9.3%20-%20React%20From%20Basic%20Part%201%20(Recorded)/)
> **`Topics Covered:`** Create React project locally, Components, Hooks(useState, useEffect), dependency array, cleanup functions, fetch data from API, re-render, props, conditional-rendering...
- π¨βπ» [**Lecture Codes**](./Week%2009%20-%20React/9.3%20-%20React%20From%20Basic%20Part%201%20(Recorded)/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2009%20-%20React/9.3%20-%20React%20From%20Basic%20Part%201%20(Recorded)/9.3%20-%20React%20From%20Basic%20Part%201%20(Recorded)%20Notes.md)
- π [**Lecture Assignment**](./Week%2009%20-%20React/9.3%20-%20React%20From%20Basic%20Part%201%20(Recorded)/9.3%20-%20React%20From%20Basic%20Part%201%20(Recorded)%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2009%20-%20React/9.3%20-%20React%20From%20Basic%20Part%201%20(Recorded)/Assignment%20Solution/)### π» [**9.4 - React From Basic Part 2 (Recorded)**](./Week%2009%20-%20React/9.4%20-%20React%20From%20Basic%20Part%202%20(Recorded)/)
> **`Topics Covered:`** children-props, lists and keys, inline styling, class-based vs functional component, lifecycle methods, error boundary, react fragment and create some small app...
- π¨βπ» [**Lecture Codes**](./Week%2009%20-%20React/9.4%20-%20React%20From%20Basic%20Part%202%20(Recorded)/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2009%20-%20React/9.4%20-%20React%20From%20Basic%20Part%202%20(Recorded)/9.4%20-%20React%20From%20Basic%20Part%202%20(Recorded)%20Notes.md)
- π [**Lecture Assignment**](./Week%2009%20-%20React/9.4%20-%20React%20From%20Basic%20Part%202%20(Recorded)/9.4%20-%20React%20From%20Basic%20Part%202%20(Recorded)%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2009%20-%20React/9.4%20-%20React%20From%20Basic%20Part%202%20(Recorded)/Assignment%20Solution/)Week 10
## π [Week 10](./Week%2010/)
### π» [**10.1 - React Part 2 (SPAs, Routing)**](./Week%2010/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)/)
> **`Topics Covered:`** Single Page Application, Routing(react-router-dom), Layout, useRef Hook, why we need useRef hook, and Create a Clock with start and stop functionality using useRef.
- π¨βπ» [**Lecture Codes**](./Week%2010/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2010/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)%20Notes.md)
- π [**Lecture Assignment**](./Week%2010/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2010/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)/Assignment%20Solution/)
- [Allen UI Clone Projectπ](./Week%2010/10.1%20-%20React%20Part%202%20(SPAs,%20Routing)/Assignment%20Solution/allen-clone/)### π» [**10.2 - React Part 3 (Context API, Rolling Up The State)**](./Week%2010/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)/)
> **`Topics Covered:`** Rolling-up the State, unoptimal re-renders, Prop-Drilling, Context API, Recoils state management library...
- π¨βπ» [**Lecture Codes**](./Week%2010/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2010/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)%20Notes.md)
- π [**Lecture Assignment**](./Week%2010/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2010/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)/Assignment%20Solution/)
- [Multi-level Dropdown Menu Projectπ](./Week%2010/10.2%20-%20React%20Part%203%20(Context%20API,%20Rolling%20Up%20The%20State)/Assignment%20Solution/multilevel-dropdown-menu/)Week 11
## π [Week 11](./Week%2011/)
### π» [**11.1 - Custom Hooks**](./Week%2011/11.1%20-%20Custom%20Hooks/)
> **`Topics Covered:`** Custom Hooks - useCounter, useFetch, useFetch with re-fetching, usePrev, useDebounce...
- π¨βπ» [**Lecture Codes**](./Week%2011/11.1%20-%20Custom%20Hooks/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2011/11.1%20-%20Custom%20Hooks/11.1%20-%20Custom%20Hooks%20Notes.md)
- π [**Lecture Assignment**](./Week%2011/11.1%20-%20Custom%20Hooks/11.1%20-%20Custom%20Hooks%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2011/11.1%20-%20Custom%20Hooks/Assignment%20Solution/)### π» [**11.2 - Recoil**](./Week%2011/11.2%20-%20Recoil/)
> **`Topics Covered:`** Context API, Recoil (State Management Library), Atom & Selectors...
- π¨βπ» [**Lecture Codes**](./Week%2011/11.2%20-%20Recoil/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2011/11.2%20-%20Recoil/11.2%20-%20Recoil%20Notes.md)
- π [**Lecture Assignment**](./Week%2011/11.2%20-%20Recoil/11.2%20-%20Recoil%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2011/11.2%20-%20Recoil/Assignment%20Solution/amazon-cart/)### π» [**11.3 - Recoil Deep Dive (Offline)**](./Week%2011/11.3%20-%20Recoil%20Deep%20Dive%20(Offline)/)
> **`Topics Covered:`** Recoil (State Management Library), Atoms, selectors, Asynchronous data queries, useRecoilValue, useRecoilState, useSetRecoilState, atomFamily, selectorFamily, useRecoilValueLoadable & useRecoilStateLoadable.
- π¨βπ» [**Lecture Codes**](./Week%2011/11.3%20-%20Recoil%20Deep%20Dive%20(Offline)/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2011/11.3%20-%20Recoil%20Deep%20Dive%20(Offline)/11.3%20-%20Recoil%20Deep%20Dive%20(Offline)%20Notes.md)
- π [**Lecture Assignment**](./Week%2011/11.3%20-%20Recoil%20Deep%20Dive%20(Offline)/11.3%20-%20Recoil%20Deep%20Dive%20(Offline)%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2011/11.3%20-%20Recoil%20Deep%20Dive%20(Offline)/Assignment%20Solution/)Week 12 - Ui/Ux by Keshav
## π [Week 12 - Ui/Ux by Keshav](./Week%2012%20-%20Ui-Ux%20by%20Keshav/)
### π» [**12.1 - Ui/Ux Primitives by Keshav - Part 1**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.1%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%201/)
> **`Topics Covered:`** Typography(Fonts, Font Weight, Font Size, Leading, Tracking), Colors(RGB, HSL, ...), What and Why UI/UX, User Interface (UI), User Experience (UX), UI/Frontend Designing...
- π¨βπ» [**Lecture Codes**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.1%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%201/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.1%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%201/12.1%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%201%20Notes.md)
- π [**Lecture Assignment**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.1%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%201/12.1%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%201%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.1%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%201/Assignment%20Solution/)### π» [**12.2 - Ui/Ux Primitives by Keshav - Part 2**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.2%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%202/)
> **`Topics Covered:`** Reacp Week 12.1, UI/Frontend, Branding, Create, Vimal Pan Masala(Bolo Zubaan Kesari) Website...
- π¨βπ» [**Lecture Codes**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.2%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%202/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.2%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%202/12.2%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%202%20Notes.md)
- π [**Lecture Assignment**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.2%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%202/12.2%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%202%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2012%20-%20Ui-Ux%20by%20Keshav/12.2%20-%20Ui-Ux%20Primitives%20by%20Keshav%20-%20Part%202/Assignment%20Solution/)Week 13 - Tailwind
## π [Week 13 - Tailwind](./Week%2013%20-%20Tailwind/)
### π» [**13.1 - Tailwind, Ref Arrays and Building Components**](./Week%2013%20-%20Tailwind/13.1%20-%20Tailwind,%20Ref%20Arrays%20and%20Building%20Components/)
> **`Topics Covered:`** Learn About `Tailwind CSS` with Vite, What and Why Tailwind CSS, Colors, background-colors, fonts, text, border, radius, flexbox, grid and build some projects using react and tailwind...
- π¨βπ» [**Lecture Codes**](./Week%2013%20-%20Tailwind/13.1%20-%20Tailwind,%20Ref%20Arrays%20and%20Building%20Components/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2013%20-%20Tailwind/13.1%20-%20Tailwind,%20Ref%20Arrays%20and%20Building%20Components/13.1%20-%20Tailwind,%20Ref%20Arrays%20and%20Building%20Components%20Notes.md)
- π [**Lecture Assignment**](./Week%2013%20-%20Tailwind/13.1%20-%20Tailwind,%20Ref%20Arrays%20and%20Building%20Components/13.1%20-%20Tailwind,%20Ref%20Arrays%20and%20Building%20Components%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2013%20-%20Tailwind/13.1%20-%20Tailwind,%20Ref%20Arrays%20and%20Building%20Components/Assignment%20Solution/)### π» [**13.2 - Tailwind Part 2, Creating Sidebars**](./Week%2013%20-%20Tailwind/13.2%20-%20Tailwind%20Part%202,%20Creating%20Sidebars/)
> **`Topics Covered:`** Learn about animation in tailwind, Create Sidebar and Projects...
- π¨βπ» [**Lecture Codes**](./Week%2013%20-%20Tailwind/13.2%20-%20Tailwind%20Part%202,%20Creating%20Sidebars/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2013%20-%20Tailwind/13.2%20-%20Tailwind%20Part%202,%20Creating%20Sidebars/13.2%20-%20Tailwind%20Part%202,%20Creating%20Sidebars%20Notes.md)
- π [**Lecture Assignment**](./Week%2013%20-%20Tailwind/13.2%20-%20Tailwind%20Part%202,%20Creating%20Sidebars/13.2%20-%20Tailwind%20Part%202,%20Creating%20Sidebars%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2013%20-%20Tailwind/13.2%20-%20Tailwind%20Part%202,%20Creating%20Sidebars/Assignment%20Solution/)Week 14 - TypeScript
## π [Week 14 - TypeScript](./Week%2014%20-%20TypeScript/)
### π» [**14.1 - TypeScript Part 1**](./Week%2014%20-%20TypeScript/14.1%20-%20TypeScript%20Part%201/)
> **`Topics Covered:`** Learn About What and Why `TypeScript`, JavaScript vs TypeScript, TypeScript Compiler, `tsconfig.json` file, Basic Data Types, number, string, boolean, null, undefined, Objects, let, const, Functions, Interface, Types...
- π¨βπ» [**Lecture Codes**](./Week%2014%20-%20TypeScript/14.1%20-%20TypeScript%20Part%201/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2014%20-%20TypeScript/14.1%20-%20TypeScript%20Part%201/14.1%20-%20TypeScript%20Part%201%20Notes.md)
- π [**Lecture Assignment**](./Week%2014%20-%20TypeScript/14.1%20-%20TypeScript%20Part%201/14.1%20-%20TypeScript%20Part%201%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2014%20-%20TypeScript/14.1%20-%20TypeScript%20Part%201/Assignment%20Solution/)### π» [**14.2 - TypeScript Part 2**](./Week%2014%20-%20TypeScript/14.2%20-%20TypeScript%20Part%202/)
> **`Topics Covered:`** Learn about difference between Types and Interface, Arrays, Objects, Union, Intersection, Class, Abstract Class, Inheritance, extends vs implements, solve some problems
- π¨βπ» [**Lecture Codes**](./Week%2014%20-%20TypeScript/14.2%20-%20TypeScript%20Part%202/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2014%20-%20TypeScript/14.2%20-%20TypeScript%20Part%202/14.2%20-%20TypeScript%20Part%202%20Notes.md)
- π [**Lecture Assignment**](./Week%2014%20-%20TypeScript/14.2%20-%20TypeScript%20Part%202/14.2%20-%20TypeScript%20Part%202%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2014%20-%20TypeScript/14.2%20-%20TypeScript%20Part%202/Assignment%20Solution/)
# π **Let's Connect** π€
[![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?logo=Twitter&logoColor=white)](https://twitter.com/bharat__2044)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://www.linkedin.com/in/bharat2044/)
[![Stack Overflow](https://img.shields.io/badge/-Stackoverflow-FE7A16?logo=stack-overflow&logoColor=white)](https://stackoverflow.com/users/21453213/bharat2044)
[![Discord](https://img.shields.io/badge/Discord-%237289DA.svg?logo=discord&logoColor=white)](https://discordapp.com/users/1202345957216231446)