Basic Steps to get into Coding:
๐ Learn HTML
๐ป Learn CSS
โจ๏ธ Create a website
๐ฑ Make the website responsive
๐ Learn JS
๐ผ Make a simple slideshow using JS
๐จ Create an animation button with CSS
๐ Make a JS โ๏ธ/๐ toggle
๐ฑ Deploy your website
๐ฒ Share it with other people
๐ Learn HTML
๐ป Learn CSS
โจ๏ธ Create a website
๐ฑ Make the website responsive
๐ Learn JS
๐ผ Make a simple slideshow using JS
๐จ Create an animation button with CSS
๐ Make a JS โ๏ธ/๐ toggle
๐ฑ Deploy your website
๐ฒ Share it with other people
๐5
The roadmap to learning HTML
1. Understanding the full form of HTML
2. Anatomy of tags
3. HTML5 boilerplate
4. Heading tags
5. ul, ol, li, tags
6. img, span tag
7. Table tags for layout
8. Form tags
9. Some more semantic elements
10. Basic attributes
if you are new, Start your web dev Journey
https://www.youtube.com/watch?v=kDE31AmaIAM
@EmmersiveLearning
1. Understanding the full form of HTML
2. Anatomy of tags
3. HTML5 boilerplate
4. Heading tags
5. ul, ol, li, tags
6. img, span tag
7. Table tags for layout
8. Form tags
9. Some more semantic elements
10. Basic attributes
if you are new, Start your web dev Journey
https://www.youtube.com/watch?v=kDE31AmaIAM
@EmmersiveLearning
YouTube
HTML Full Course in #Amharic: แจ HTML แแ แฎแญแต แจแแแแชแซ แฅแตแจ แ แตแซแแตแต (Complete Beginner to Advanced)
Welcome to the Complete HTML Full Course in Amharic! ๐ This course is perfect for anyone who wants to learn web development from scratch. HTML (HyperText Markup Language) is the foundation of every website, and this course will guide you step by step in yourโฆ
โค1
The roadmap to learning CSS
1. Inline, internal and external CSS
2. Selectors
3. Background
4. Color
5. Box model
6. Height and width
7. Margin and padding
8. Border
9. Positioning
10. display
11. Layouts
12. Grid and Flex
13. Alignment
14. Fonts
15. Animation
16. Pseudo-classes
17. Media query
Learn Here :
https://www.youtube.com/watch?v=XKNSgDL3xgM
@EmmersiveLearning
1. Inline, internal and external CSS
2. Selectors
3. Background
4. Color
5. Box model
6. Height and width
7. Margin and padding
8. Border
9. Positioning
10. display
11. Layouts
12. Grid and Flex
13. Alignment
14. Fonts
15. Animation
16. Pseudo-classes
17. Media query
Learn Here :
https://www.youtube.com/watch?v=XKNSgDL3xgM
@EmmersiveLearning
YouTube
CSS Full Course in #Amharic: แจ CSS แแ แฎแญแต แจแแแแชแซ แฅแตแจ แแจแจแป (Complete Beginner to Advanced)
Welcome to the Complete CSS Full Course in Amharic! ๐จ In this course, you will learn how to style websites and make them visually stunning. CSS (Cascading Style Sheets) is a crucial skill for web development, and this course will help you master it step byโฆ
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 __________________
Here is the full course :
https://www.youtube.com/watch?v=jF5oxeeuu6E
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 __________________
Here is the full course :
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โฆ
โค5๐3
Forwarded from Muhammed Teshome
Building a project will teach you more than watching a tutorial ever will.
Build Projects!.
Build Projects!.
๐10โค4
Forwarded from Muhammed Teshome
which is the best web hosting provider from your experience ?
yegara
Hahucloud
ethio telecom
or any other ?
yegara
Hahucloud
ethio telecom
or any other ?
๐4โค1
Forwarded from Muhammed Teshome
แ แฒแต แแตแฅ Office Space แจแแฐแก แ แญแณแฝแ แจแแฐแณแฝแแต แซแ แฅแตแช แ แแฉแ!
แจแต แฅแ แแ แญแแตแแ ? แญแแซแธแแต ? แแนแแฑแต ?
แจแต แฅแ แแ แญแแตแแ ? แญแแซแธแแต ? แแนแแฑแต ?
Codiem -Windserf ... The best editor.
The best Ai Pair Programmer.
The best Ai Pair Programmer.
โค4
Forwarded from Muhammed Teshome
This media is not supported in your browser
VIEW IN TELEGRAM
Day 1 of building one app per day with
@lovable_dev
Today I asked Lovable to "Build a simple portfolio website for a writer"
This is what it came up with:
https://x.com/muhaTeshome/status/1861664952043401722
@lovable_dev
Today I asked Lovable to "Build a simple portfolio website for a writer"
This is what it came up with:
https://x.com/muhaTeshome/status/1861664952043401722
๐3๐1
Part-15 | chatbot Developer Career.
https://www.tiktok.com/@emmersivelearning/video/7441208386890304823?is_from_webapp=1&sender_device=pc
https://www.tiktok.com/@emmersivelearning/video/7441208386890304823?is_from_webapp=1&sender_device=pc
Forwarded from Muhammed Teshome
The Progress of Ai IDE's is amazing.
any new tool you use and love ?
i love these:
windsurf
v0
bolt
lovable.
marblism.
srcbook
pieces
any new tool you use and love ?
i love these:
windsurf
v0
bolt
lovable.
marblism.
srcbook
pieces
โค1
JavaScript is for Everything: Know the basics of it.
JavaScript + React = Web Development
JavaScript + Three.js = 3D Visualization
JavaScript + Angular = Web Applications
JavaScript + Phaser = Game Development
JavaScript + Vue.js = Progressive Web Apps
JavaScript + TensorFlow.js = Machine Learning
JavaScript + Node.js = Server-Side Development
JavaScript + Electron = DesktopApp Development
JavaScript + React Native = MobileApp Development
JavaScript + D3.js = Data Manipulation&Visualisation.
JavaScript + React = Web Development
JavaScript + Three.js = 3D Visualization
JavaScript + Angular = Web Applications
JavaScript + Phaser = Game Development
JavaScript + Vue.js = Progressive Web Apps
JavaScript + TensorFlow.js = Machine Learning
JavaScript + Node.js = Server-Side Development
JavaScript + Electron = DesktopApp Development
JavaScript + React Native = MobileApp Development
JavaScript + D3.js = Data Manipulation&Visualisation.
๐9โค2
๐ฃ Front-End Web Development Roadmap
HTML & CSS โ ๐งโ๐ป โ JavaScript โ ๐งโ๐ป
โ
๐งโ๐ป โ Tailwind* โ ๐งโ๐ป โ TypeScript
โ
React* โ ๐งโ๐ป โ Next.js* โ ๐งโ๐ป โ ๐
A step-by-step complete guide:
HTML & CSS โ ๐งโ๐ป โ JavaScript โ ๐งโ๐ป
โ
๐งโ๐ป โ Tailwind* โ ๐งโ๐ป โ TypeScript
โ
React* โ ๐งโ๐ป โ Next.js* โ ๐งโ๐ป โ ๐
A step-by-step complete guide:
๐8โค5
Forwarded from Muhammed Teshome
แฅแจ แฐแ แแ! ๐ญ๐โโ๏ธ... แฎแต แแแญ แแญ แญแ
แญ!
แ แ แฎแต แฎแแแฉแฐแญ แแญ แแ แแฎแฅแแ แถแแญ แฅแญแฐแฐแจแ แจแแฐแซแ!
แ แ แฎแต แฎแแแฉแฐแญ แแญ แแ แแฎแฅแแ แถแแญ แฅแญแฐแฐแจแ แจแแฐแซแ!
แแถ แก แ แแ แ แณแญแแแต แแซแตแแฃ แซแ แจ แ แแต แณแแ แฉแแจแญแตแฒ แจแฐแแจ
๐11๐8๐คฏ1
Don't spend weeks decided on what color to make your website button ๐
Just ship it!
Just ship it!
โค9