Emmersive Learning
4.87K subscribers
2.11K photos
71 videos
10 files
933 links
Learn Fullstack Development | Coding.

Youtube : https://www.youtube.com/@EmmersiveLearning/

Website : https://emmersivelearning.com/

Contact Admin : @MehammedTeshome
Download Telegram
I'll never understand why universities still make students write code on paper๐Ÿ˜Š
๐Ÿ˜ญ12๐Ÿ˜ข2โค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 ?
โค9
It doesn't matter if you used JavaScript, Python, PHP, or whatever to code it if it solves the problem.
๐Ÿ‘5
Which was your first Hello world ?๐Ÿ˜Š

Mine was, Python. ๐Ÿ˜
๐Ÿ‘4
is 'HTML' a programming language ? ๐Ÿ˜Š๐Ÿ˜
Anonymous Poll
36%
Yes
64%
No
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
๐Ÿ‘5
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
โค5๐Ÿ‘3
Forwarded from Muhammed Teshome
Building a project will teach you more than watching a tutorial ever will.

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 ?
๐Ÿ‘4โค1
Forwarded from Muhammed Teshome
แŠ แ‹ฒแˆต แ‹แˆตแŒฅ Office Space แ‹จแˆšแˆฐแŒก แŠ แ‹ญแ‰ณแ‰ฝแˆ แ‹จแ‹ˆแ‹ฐแ‹ณแ‰ฝแˆแ‰ต แŠซแˆˆ แŠฅแˆตแŠช แŠ แŒ‹แˆฉแŠ!

แ‹จแ‰ต แŠฅแŠ“ แˆแŠ• แ‹ญแˆ˜แˆตแˆ‹แˆ ? แŠญแแ‹ซแ‰ธแ‹แˆต ? แˆแ‰นแАแ‰ฑแˆต ?
Forwarded from Muhammed Teshome
แˆแ… dev's ๐Ÿ˜Š๐Ÿ˜‚
๐Ÿ˜6๐Ÿค”2
Codiem -Windserf ... The best editor.

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
๐Ÿ‘3๐Ÿ‘1