Web Developement
4.45K subscribers
633 photos
57 videos
467 files
138 links
Download Telegram
🔰 SASS - The Complete SASS Course (CSS Preprocessor)

🌟 4.6 - 2301 votes 💰 Original Price: $69.99

📖 SASS - Learn SASS, the most popular CSS Extension. Build modern and beautiful projects using SASS and lots of CSS


🔊 Taught By: Code And Create, George Lomidze

📤 Download Full Course 📤 Download All Courses
Please open Telegram to view this post
VIEW IN TELEGRAM
03 - Project 1 - Restaurant Georgia - Part 01.zip
471.2 MB
03 - Project 1 - Restaurant Georgia - Part 01
03 - Project 1 - Restaurant Georgia - Part 02.zip
336.9 MB
03 - Project 1 - Restaurant Georgia - Part 02
03 - Project 1 - Restaurant Georgia.zip
782 B
03 - Project 1 - Restaurant Georgia
05 - Project 2 - Clothes Store - Part 01.zip
484.8 MB
05 - Project 2 - Clothes Store - Part 01
05 - Project 2 - Clothes Store - Part 02.zip
428.9 MB
05 - Project 2 - Clothes Store - Part 02
05 - Project 2 - Clothes Store.zip
782 B
05 - Project 2 - Clothes Store
👍21
Forwarded from Python
🔅 Python Functions for Data Science

🌐 Author: Lavanya Vijayan
🔰 Level: Intermediate

Duration: 1h 30m

🌀 Save time, and make your code more readable and reusable, by learning the most powerful Python functions for data science.


📗 Topics: Data Analysis, Python

📤 Join Learn Python for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
JavaScript features you might not know! These 6 features were released in ECMAScript 2023 in June 2023.

Today we cover some of the new array methods released in JavaScript 2023 in order to make manipulating arrays easier.
👍1
Master Javascript :

The JavaScript Tree 👇
|
|── Variables
| ├── var
| ├── let
| └── const
|
|── Data Types
| ├── String
| ├── Number
| ├── Boolean
| ├── Object
| ├── Array
| ├── Null
| └── Undefined
|
|── Operators
| ├── Arithmetic
| ├── Assignment
| ├── Comparison
| ├── Logical
| ├── Unary
| └── Ternary (Conditional)
||── Control Flow
| ├── if statement
| ├── else statement
| ├── else if statement
| ├── switch statement
| ├── for loop
| ├── while loop
| └── do-while loop
|
|── Functions
| ├── Function declaration
| ├── Function expression
| ├── Arrow function
| └── IIFE (Immediately Invoked Function Expression)
|
|── Scope
| ├── Global scope
| ├── Local scope
| ├── Block scope
| └── Lexical scope
||── Arrays
| ├── Array methods
| | ├── push()
| | ├── pop()
| | ├── shift()
| | ├── unshift()
| | ├── splice()
| | ├── slice()
| | └── concat()
| └── Array iteration
| ├── forEach()
| ├── map()
| ├── filter()
| └── reduce()|
|── Objects
| ├── Object properties
| | ├── Dot notation
| | └── Bracket notation
| ├── Object methods
| | ├── Object.keys()
| | ├── Object.values()
| | └── Object.entries()
| └── Object destructuring
||── Promises
| ├── Promise states
| | ├── Pending
| | ├── Fulfilled
| | └── Rejected
| ├── Promise methods
| | ├── then()
| | ├── catch()
| | └── finally()
| └── Promise.all()
|
|── Asynchronous JavaScript
| ├── Callbacks
| ├── Promises
| └── Async/Await
|
|── Error Handling
| ├── try...catch statement
| └── throw statement
|
|── JSON (JavaScript Object Notation)
||── Modules
| ├── import
| └── export
|
|── DOM Manipulation
| ├── Selecting elements
| ├── Modifying elements
| └── Creating elements
|
|── Events
| ├── Event listeners
| ├── Event propagation
| └── Event delegation
|
|── AJAX (Asynchronous JavaScript and XML)
|
|── Fetch API
||── ES6+ Features
| ├── Template literals
| ├── Destructuring assignment
| ├── Spread/rest operator
| ├── Arrow functions
| ├── Classes
| ├── let and const
| ├── Default parameters
| ├── Modules
| └── Promises
|
|── Web APIs
| ├── Local Storage
| ├── Session Storage
| └── Web Storage API
|
|── Libraries and Frameworks
| ├── React
| ├── Angular
| └── Vue.js
||── Debugging
| ├── Console.log()
| ├── Breakpoints
| └── DevTools
|
|── Others
| ├── Closures
| ├── Callbacks
| ├── Prototypes
| ├── this keyword
| ├── Hoisting
| └── Strict mode
|
| END __
👍21
Web Developement
JavaScript Cheat sheet .pdf
JavaScript Cheatsheet 📘


Do react,if you want more such notes 🚀
👍3