Forwarded from Muhammed Teshome
Educate Yourself.
The best investment you will make is educating yourself.
The best investment you will make is educating yourself.
❤4
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