Part 13- AR?VR Developer Career.
https://www.tiktok.com/@emmersivelearning/video/7438491757605588279?is_from_webapp=1&sender_device=pc&web_id=7417263555525772808
https://www.tiktok.com/@emmersivelearning/video/7438491757605588279?is_from_webapp=1&sender_device=pc&web_id=7417263555525772808
โค1
Forwarded from Muhammed Teshome
The Time is Coming.
The One Person Business Model is the Future.
Learn to Code. Learn to Build. Learn to Sell.
More importantly, Learn to use Ai Better.
Befriend with Ai, and you can run a company alone.
The Future is Here.
Stand Up!
Coders!...Builders....Makers...
Are you ready ?
The One Person Business Model is the Future.
Learn to Code. Learn to Build. Learn to Sell.
More importantly, Learn to use Ai Better.
Befriend with Ai, and you can run a company alone.
The Future is Here.
Stand Up!
Coders!...Builders....Makers...
Are you ready ?
โค9
It doesn't matter if you used JavaScript, Python, PHP, or whatever to code it if it solves the problem.
๐5
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