Web Developement
Kanalga Telegramβda oβtish
Ko'proq ko'rsatish
4 776
Obunachilar
Ma'lumot yo'q24 soatlar
+87 kunlar
+9530 kunlar
Postlar arxiv
4 776
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 __
4 776
+6
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.
4 776
Repost 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
4 776
π° 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
4 776
π
Learning Vue.js
π Author: Michael Sullivan
π° Level: Intermediate
β° Duration: 1h 41m
π Discover how Vue.js can help you build powerful and performant user interfaces while simplifying your JavaScript code. Find out why front-end developers love this framework.π Topics: Vue.js π€ Join Learn JavaScript for more courses
4 776
π
Machine Learning with Scikit-Learn
π Author: Michael Galarnyk
π° Level: Advanced
β° Duration: 43m
π Learn to use scikit-learn, the popular open-source Python library, to build efficient machine learning models.π Topics: Scikit-Learn, Machine Learning π€ Join Machine Learning and Artificial intelligence for more courses
4 776
π
Ethical Hacking: Scanning Networks
π Author: Lisa Bock
π° Level: Intermediate
β° Duration: 2h 15m
π Become an ethical hacker. Learn how to detect network vulnerabilities to prevent attacks on your organization's infrastructure and data.π Topics: Network Monitoring Tools, Ethical Hacking π€ Ethical Hacking et Cybersecurity
4 776
π΅ Wedges: A Collection of UI Components for React
Built and used by the folks at Lemon Squeezy, this is a well thought, aesthetically pleasing set of Radix UI and Tailwind CSS based components.
You can also download a Figma file of them to use when mocking up layouts
π Link to the collection
#react #components #tailwindcss #radixui
4 776
π
Building a GraphQL Project with React.js
π Author: Ray Villalobos
π° Level: Intermediate
β° Duration: 2h 16m
π Learn how to combine querying techniques in GraphQL and a popular framework in React, then add GitHub, so you can see what youre doing easily.π Topics: GraphQL, React.js π€ Join Learn React and NextJs for more courses
4 776
π
Dynamic Routes in Next.js
Dynamic routes in Next.js (like [productId] or [blogSlug]) allow flexible URLs for various content types (products, blog posts, etc.) with data access through useRouter for a smooth user experience.
4 776
π΅ Getting Your Codebase Ready for React 19
Is your app ready for whatβs coming up in React 19βs release?
A quick look at some of the anticipated changes so far.
π Link to the article
4 776
+6
π΅ Different Ways to Fetch Data in React JS
Understanding how to fetch data into React applications is mandatory for every React developer who aims to build modern, real-world web applications π¨βπ»β
