Mastering CSS:
🎨 CSS selectors
🔗 Styling rules
🌈 Colors & gradients
🖼 Box model
🪟 CSS positioning
🖌 Typography and fonts
📐 Flexbox and Grid layouts
🌪 Transitions and animations
💅 Pseudo-classes, pseudo-elements
🌎 Media query and responsive design
🛠 Custom variables
🎨 CSS selectors
🔗 Styling rules
🌈 Colors & gradients
🖼 Box model
🪟 CSS positioning
🖌 Typography and fonts
📐 Flexbox and Grid layouts
🌪 Transitions and animations
💅 Pseudo-classes, pseudo-elements
🌎 Media query and responsive design
🛠 Custom variables
❤1
freelance websites to find work as a beginner:
1. Freelancer
2. People Per Hour
3. Dribble
4. Fiverr
5. Upwork
6. Guru
7. Toptal
8. 99designs
9. Flexjobs.com
10. Servicescape
11. Angel. co/jobs
12. weworkremotely .com
13. remoteok .com
14. remote .co
15. LinkedIn .com
16. remotive .io
17. Stackoverflow .com/jobs
18. javascriptjob .xyz
1. Freelancer
2. People Per Hour
3. Dribble
4. Fiverr
5. Upwork
6. Guru
7. Toptal
8. 99designs
9. Flexjobs.com
10. Servicescape
11. Angel. co/jobs
12. weworkremotely .com
13. remoteok .com
14. remote .co
15. LinkedIn .com
16. remotive .io
17. Stackoverflow .com/jobs
18. javascriptjob .xyz
❤3👍1
Here are the best Data Science Courses playlists.
1) Python:
https://lnkd.in/dCdxM7HD
2) SQL:
https://lnkd.in/d9iXTZUB
3) Excel:
https://lnkd.in/dZvWGJUR
4) PowerBI:
https://lnkd.in/dTawjWC3
5) Tableau:
https://lnkd.in/dX2wQFb4
6)R:
https://lnkd.in/dunNi5cm
7) Data Analysis:
https://lnkd.in/dMpVYfW
8) Data Analyst:
https://lnkd.in/d-EZ3G4G
9) Linear Algebra:
https://lnkd.in/dAQTt8yw
10) Calculus:
https://lnkd.in/d-kHj4kZ
11) Statistics:
https://lnkd.in/dy7jN7j5
12) Machine Learning:
https://lnkd.in/dwMy5n2R
13) Deep Learning:
https://lnkd.in/da2gkivq
14) Deep Learning:
https://lnkd.in/dbTEsSwj
15) Excel:
https://lnkd.in/dxn8xxeW
16) Excel Power Query:
https://lnkd.in/dbrtpH4b
1) Python:
https://lnkd.in/dCdxM7HD
2) SQL:
https://lnkd.in/d9iXTZUB
3) Excel:
https://lnkd.in/dZvWGJUR
4) PowerBI:
https://lnkd.in/dTawjWC3
5) Tableau:
https://lnkd.in/dX2wQFb4
6)R:
https://lnkd.in/dunNi5cm
7) Data Analysis:
https://lnkd.in/dMpVYfW
8) Data Analyst:
https://lnkd.in/d-EZ3G4G
9) Linear Algebra:
https://lnkd.in/dAQTt8yw
10) Calculus:
https://lnkd.in/d-kHj4kZ
11) Statistics:
https://lnkd.in/dy7jN7j5
12) Machine Learning:
https://lnkd.in/dwMy5n2R
13) Deep Learning:
https://lnkd.in/da2gkivq
14) Deep Learning:
https://lnkd.in/dbTEsSwj
15) Excel:
https://lnkd.in/dxn8xxeW
16) Excel Power Query:
https://lnkd.in/dbrtpH4b
lnkd.in
LinkedIn
This link will take you to a page that’s not on LinkedIn
HTML attributes you don't know:
✅ hidden
✅ contenteditable
✅ draggable
✅ spellcheck
✅ translate
✅ typemustmatch
✅ cite
✅ charset
✅ keytype
✅ autocapitalize
✅ autocorrect
✅ inputmode
✅ formnovalidate
✅ formmethod
✅ formenctype
✅ hidden
✅ contenteditable
✅ draggable
✅ spellcheck
✅ translate
✅ typemustmatch
✅ cite
✅ charset
✅ keytype
✅ autocapitalize
✅ autocorrect
✅ inputmode
✅ formnovalidate
✅ formmethod
✅ formenctype
Don't overwhelm to learn JavaScript,🙄
JavaScript is only this much👇😊
1.Variables
• var
• let
• const
2. Data Types
• number
• string
• boolean
• null
• undefined
• symbol
3.Declaring variables
• var
• let
• const
4.Expressions
Primary expressions
• this
• Literals
• []
• {}
• function
• class
• function*
• async function
• async function*
• /ab+c/i
•
Left-hand-side expressions
• Property accessors
• ?.
• new
• new .target
• import.meta
• super
• import()
5.operators
• Arithmetic Operators: +, -, *, /, %
• Comparison Operators: ==, ===, !=, !==, <, >, <=, >=
• Logical Operators: &&, ||, !
6.Control Structures
• if
• else if
• else
• switch
• case
• default
7.Iterations/Loop
• do...while
• for
• for...in
• for...of
• for await...of
• while
8.Functions
• Arrow Functions
• Default parameters
• Rest parameters
• arguments
• Method definitions
• getter
• setter
9.Objects and Arrays
• Object Literal: { key: value }
• Array Literal: [element1, element2, ...]
• Object Methods and Properties
• Array Methods: push(), pop(), shift(), unshift(),
splice(), slice(), forEach(), map(), filter()
10.Classes and Prototypes
• Class Declaration
• Constructor Functions
• Prototypal Inheritance
• extends keyword
• super keyword
• Private class features
• Public class fields
• static
• Static initialization blocks
11.Error Handling
• try,
• catch,
• finally (exception handling)
ADVANCED CONCEPTS
--------------------------
12.Closures
• Lexical Scope
• Function Scope
• Closure Use Cases
13.Asynchronous JavaScript
• Callback Functions
• Promises
• async/await Syntax
• Fetch API
• XMLHttpRequest
14.Modules
• import and export Statements (ES6 Modules)
• CommonJS Modules (require, module.exports)
15.Event Handling
• Event Listeners
• Event Object
• Bubbling and Capturing
16.DOM Manipulation
• Selecting DOM Elements
• Modifying Element Properties
• Creating and Appending Elements
17.Regular Expressions
• Pattern Matching
• RegExp Methods: test(), exec(), match(), replace()
18.Browser APIs
• localStorage and sessionStorage
• navigator Object
• Geolocation API
• Canvas API
19.Web APIs
• setTimeout(), setInterval()
• XMLHttpRequest
• Fetch API
• WebSockets
20.Functional Programming
• Higher-Order Functions
• map(), reduce(), filter()
• Pure Functions and Immutability
21.Promises and Asynchronous Patterns
• Promise Chaining
• Error Handling with Promises
• Async/Await
22.ES6+ Features
• Template Literals
• Destructuring Assignment
• Rest and Spread Operators
• Arrow Functions
• Classes and Inheritance
• Default Parameters
• let, const Block Scoping
23.Browser Object Model (BOM)
• window Object
• history Object
• location Object
• navigator Object
24.Node.js Specific Concepts
• require()
• Node.js Modules (module.exports)
• File System Module (fs)
• npm (Node Package Manager)
25.Testing Frameworks
• Jasmine
• Mocha
• Jest
------------------- END-------------------
and you can learn all of this here
https://www.youtube.com/watch?v=jF5oxeeuu6E
JavaScript is only this much👇😊
1.Variables
• var
• let
• const
2. Data Types
• number
• string
• boolean
• null
• undefined
• symbol
3.Declaring variables
• var
• let
• const
4.Expressions
Primary expressions
• this
• Literals
• []
• {}
• function
• class
• function*
• async function
• async function*
• /ab+c/i
•
string
• ( )Left-hand-side expressions
• Property accessors
• ?.
• new
• new .target
• import.meta
• super
• import()
5.operators
• Arithmetic Operators: +, -, *, /, %
• Comparison Operators: ==, ===, !=, !==, <, >, <=, >=
• Logical Operators: &&, ||, !
6.Control Structures
• if
• else if
• else
• switch
• case
• default
7.Iterations/Loop
• do...while
• for
• for...in
• for...of
• for await...of
• while
8.Functions
• Arrow Functions
• Default parameters
• Rest parameters
• arguments
• Method definitions
• getter
• setter
9.Objects and Arrays
• Object Literal: { key: value }
• Array Literal: [element1, element2, ...]
• Object Methods and Properties
• Array Methods: push(), pop(), shift(), unshift(),
splice(), slice(), forEach(), map(), filter()
10.Classes and Prototypes
• Class Declaration
• Constructor Functions
• Prototypal Inheritance
• extends keyword
• super keyword
• Private class features
• Public class fields
• static
• Static initialization blocks
11.Error Handling
• try,
• catch,
• finally (exception handling)
ADVANCED CONCEPTS
--------------------------
12.Closures
• Lexical Scope
• Function Scope
• Closure Use Cases
13.Asynchronous JavaScript
• Callback Functions
• Promises
• async/await Syntax
• Fetch API
• XMLHttpRequest
14.Modules
• import and export Statements (ES6 Modules)
• CommonJS Modules (require, module.exports)
15.Event Handling
• Event Listeners
• Event Object
• Bubbling and Capturing
16.DOM Manipulation
• Selecting DOM Elements
• Modifying Element Properties
• Creating and Appending Elements
17.Regular Expressions
• Pattern Matching
• RegExp Methods: test(), exec(), match(), replace()
18.Browser APIs
• localStorage and sessionStorage
• navigator Object
• Geolocation API
• Canvas API
19.Web APIs
• setTimeout(), setInterval()
• XMLHttpRequest
• Fetch API
• WebSockets
20.Functional Programming
• Higher-Order Functions
• map(), reduce(), filter()
• Pure Functions and Immutability
21.Promises and Asynchronous Patterns
• Promise Chaining
• Error Handling with Promises
• Async/Await
22.ES6+ Features
• Template Literals
• Destructuring Assignment
• Rest and Spread Operators
• Arrow Functions
• Classes and Inheritance
• Default Parameters
• let, const Block Scoping
23.Browser Object Model (BOM)
• window Object
• history Object
• location Object
• navigator Object
24.Node.js Specific Concepts
• require()
• Node.js Modules (module.exports)
• File System Module (fs)
• npm (Node Package Manager)
25.Testing Frameworks
• Jasmine
• Mocha
• Jest
------------------- END-------------------
and you can learn all of this here
https://www.youtube.com/watch?v=jF5oxeeuu6E
YouTube
JavaScript Full Course in #Amharic: የ JS ሙሉ ኮርስ ከመጀመሪያ እስከ መጨረሻ (Complete Beginner to Advanced)
Welcome to the Complete JavaScript Full Course in Amharic! 🚀 This course is designed to teach you JavaScript, the programming language that powers the web. Whether you're new to coding or want to enhance your skills, this course will take you from beginner…
👍2
Web Developer Roadmap 2023:
📝 HTML, CSS
🌸 CSS Frameworks
🔥 Javascript
📋 Git, Github
📚 React
🔎 Node js
🪜 API
🏫 Mongo Db
📝 HTML, CSS
🌸 CSS Frameworks
🔥 Javascript
📋 Git, Github
📚 React
🔎 Node js
🪜 API
🏫 Mongo Db
🙏4❤2