100xDevs Cohort 3.0 π by Harkirat Singh. This repository contains Lecture Codes, Assignmenst, Assignment Solution & Notes of this course.
Write the following commands on your terminal to clone this repository, so that you can run this project locally.
git clone https://github.com/Bharat2044/100xDevs-Cohort3-WebDev-and-Devops.git
This repository contains a Collection of Codes, Assignments, Assignments Solutions & Notes
, which help you.
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
- π» Basic HTML (Tags and Attributes)
- π» Basic CSS
- π Notes / Slides
- π Assignment
- π¨βπ» Assignment Solution
- π Project Live Link
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
- π Notes / Slides
- π Assignment
- π₯οΈ Assignment Solution
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
- π Notes / Slides
- π Assignment
- π₯οΈ Assignment Solution
π Week 02 - Async JS
π» 2.1 - Async JS
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
- π Notes / Slides
- π Assignment
- π₯οΈ Assignment Solution
π» 2.2 - Promises
Topics Covered:
- Class and Object, Date & Map Class, Callback, setTimeOut, Promise Class, Creating promisified version of fs.readFile and Solve Some Problems.
- π¨βπ» Lecture Codes
- π Notes / Slides
- π Assignment
- π₯οΈ Assignment Solution
- π» 1. Bash and Terminals (Basics)
- π» 2. Bash Advance (Laisha)
- π» 3. Installing Node.js, How to solve an assignment
- π» 4. Solving VSCode Assignment
- π» 5. Callback hell, Rejects and async-await
π Week 03 - DOM
π» 3.1 - DOM Simple
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
- π Notes / Slides
- π Assignment
- π₯οΈ Assignment Solution