Emmersive Learning – Telegram
Emmersive Learning
4.83K subscribers
2.11K photos
71 videos
10 files
931 links
Learn Fullstack Development | Coding.

Youtube : https://www.youtube.com/@EmmersiveLearning/?sub_confirmation=1

Contact Admin : @MehammedTeshome
Download Telegram
8 - Python_ Data Structures.pdf
3.2 MB
Part of Our Python Book ON Data Structure.
— List
— Tuple
— Dictionary
— Set

📚 Order to get the full book.
3👍2
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

You can Order the Guide book too.

@EmmersiveLearning
1
Emmersive Learning
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…
CSS Handbook Guide.

Learn with the free Course.

ይዘዙን! https://news.1rj.ru/str/MehammedTeshome ላይ

— በ PDF and .Epub ፎርማት ብቻ!
— 130+ Pages
— Includes all CSS Course Concepts.
— Complementary to our free Course.
— Price : 500 birr ( Just Lunch 😊 )

Claim it now.

Order the book : @MehammedTeshome
👍7
Forwarded from Muhammed Teshome
This media is not supported in your browser
VIEW IN TELEGRAM
—ልጆች እና ቴክኖሎጂ
———————————

ልጆችን ከ ቴክኖሎጂ ጋጀቶች እና ግኚቶች ( ስልክ ፤ ኮምፒዩተር ፤ ኢንተርኔት ፤ ቪድዮ ጌም እና መሰል ነገሮችን ) መገደብ እና ቁጥጥር ማድረግ ካለው አንዳንድ አስፈሪ ነገሮች አስፈላጊ ቢሆንም... ሙሉ ለሙሉ ልጅ እነዚህን ነገሮች አይቅረብ እና አይንካ ባይባል መልካም ይመስለኛል።

ልጆች ዘመኑን መስለው አብረውት ፈጥነው ቢያድጉ የተሻለ ነው። ከነዚህ ነገሮች ጋር ተራርቆ ያደግ ምን አይነት ኢፌክት ሊኖረው እንደሚችል የምናውቅ አለን እና።

ለ ሁሉም ግን ክትትል ያለበት ቅርርብ እንዲኖራቸው ማድረግ የተሻለ ነው። ነገ ሌላ ነገር በመስሪያቸው እንደ አድስ ማውዝ ክሊክ ላይ መሆን ያለባቸው አይመስለኚም።

ክትትል ያለው ፈቃድ ካለ ፡

— ልጆች ከቴክኖሎጂው ጋር ፋሚሊያር እንዲሆኑ እና ቱሎቹን በ ብቃት ለመጠቀም እንዲችሉ ያደርጋቸዋል። ይህ ደግሞ እነሱ ላይ የ ማወቅ ጉጉት እና ለፈጠራ ሃሳቦችም ይጋብዛቸዋል።

— እነዚህን ቱሎች በ ሃላፊነት መጠቀምንም አብረው ይማራሉ ከናንተ ክትትል ተነስተው።

— ቴክኖሎጂ እያመጣ ካለው የትምህርትም ሆነ ሌሎች የፈጠራ እድሎች ተጠቃሚ ያደርጋቸዋል።

እና ማጠቃለያየ ... ልጆችን ይደርሱለታል በማለት ከሁሉም ማቀቡ ልክ አይመስለኚም። እያወቁት ይደጉ እንጅ ጎበዝ 😊 ( እንደ እኛማ ተው ታበላሻለህ አትንካ ... ብላችሁ አታሳድጉ!)

ቪድዮው ከነዚህ አንዱ የሆነውን ቪድዮ ጌምን ምን አይነት ጥቅም እንዳለው ያሳያል።

ምን ትላላችሁ ??
👍7
Every Git command you need.
3
Forwarded from Emmersive Learning (Mehammed T.)
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
👍6
Emmersive Learning
Master JavaScript : The JavaScript Tree 👇 | |── Variables | ├── var | ├── let | └── const | |── Data Types | ├── String | ├── Number | ├── Boolean | ├── Object | ├── Array | ├── Null | └── Undefined | |──…
.

Grab Your Copy of the JavaScript Handbook and Learn with Our Free Course!

📘 What’s Inside:

— Available in PDF and .ePub formats.
— Over 250+ pages packed with valuable content.
— Covers all JavaScript course concepts in detail.
— Perfect companion to our free course.
💰 Price: Only 500 birr (just the cost of lunch 😊)


👉 How to Order:
— Message us on Telegram: @MehammedTeshome

Don’t miss out—Claim your copy now!
3
18 UI Component Libraries for React🔥

📌Ant Design
📌Blueprint
📌Chakra UI
📌Elastic UI
📌Evergreen
📌Fluent UI
📌Grommet
📌Headless UI
📌Mantine
📌Material-UI (MUI)
📌Prime React
📌React Bootstrap
📌React Spectrum
📌React Suite
📌Reactstrap
📌Semantic UI React
📌Shadcn
📌Tailwind UI

Which is your favorite ?

@EmmersiveLearning
👍5
any help for my cat.

fixing bug 😊😍
👍43😁1
Learn Fundamentals before any libraries or frameworks.

Learn things that don't change first.
6
Free hosting for your static projects

🌐 Sevalla
🔥 Google Firebase Hosting
🌿 Netlify
🚀 Render
🌊 Surge
⚡️ Vercel
☁️ Cloudflare
🐙 GitHub Pages
🧭 DigitalOcean App Platform

@EmmersiveLearning
5👍2
Forwarded from Muhammed Teshome
Googling is for old people 😊😂

Hey Oldies 🙌
😁3
Forwarded from Immersive Ai
Google launched a new model, gemini-exp-1206 on Gemini's 1 year birthday (today!)

It tops the Chatbot Arena rankings in ALL domains.

It also looks like it's available for everyone in AI Studio for free!
Forwarded from Immersive Ai
xAI's Grok is now available to free users on X!

Even if you don't have a blue checkmark, you can send up to 10 messages to Grok every 2 hours.
1
Software Architect Roadmap.
Emmersive Learning
Software Architect Roadmap.
.
The Ultimate Software Architect Roadmap



1. Master a Programming Language
- Java
- Python
- Golang
- JavaScript

---

2. Design Principles
- OOP (Object-Oriented Programming)
- Clean Code
- TDD (Test-Driven Development)
- Domain-Driven Design (DDD)
- CAP Theorem
- ACID
- MVC Pattern
- GOF (Gang of Four Design Patterns)

---

3. Platform Knowledge
- Containers
- Orchestration (e.g., Kubernetes)
- Cloud Platforms (e.g., AWS)
- Serverless
- CDN (Content Delivery Network)
- API Gateway
- Distributed Systems
- CI/CD (Continuous Integration/Continuous Deployment)

---

4. Networking and Security
- DNS
- TCP
- TLS
- HTTPS
- Encryption
- JWT (JSON Web Token)
- OAuth
- Credentials Management

---

5. Tools
- GitHub
- Jenkins
- Jira
- ELK (Elasticsearch, Logstash, Kibana)
- Sonar

---

6. Architectural Patterns
- Microservices
- Publish-Subscribe
- EDA (Event-Driven Architecture)
- Layered Architecture
- Client-Server
- Hexagonal

---

7. Data and Analytics
- SQL and NoSQL Databases
- Hadoop
- Kafka
- Data Streaming
- OLAP (Online Analytical Processing)
- Object Storage
- Data Migration

---

8. Supporting Skills
- Technology Expertise
- Decision-Making
- Stakeholder Management
- Communication
- Estimation
- Leadership

---

This roadmap provides a structured guide for becoming a well-rounded Software Architect.

Focus on mastering each section step by step and gaining hands-on experience with the listed technologies and principles!

https://news.1rj.ru/str/EmmersiveLearning
4
Forwarded from Muhammed Teshome
Unlock Endless Opportunities with JavaScript

JavaScript is your gateway to a world of possibilities:

- Front-End Development: Build stunning UIs with ReactJS, VueJS, or Angular.
- Back-End Development: Create scalable apps with NodeJS and Express.
- Full-Stack Development: Combine React or Vue with MongoDB or PostgreSQL.
- Mobile Apps: Develop iOS/Android apps using React Native or Flutter.
- Game Development: Create games with Phaser or Three.js.
- Blockchain: Build dApps with web3.js or ethers.js.
- AI & Machine Learning: Use TensorFlow.js to integrate AI models.
- Desktop Apps & Automation: Build tools with Electron or automate tasks with JavaScript.


🚀 Start Your Journey Today
Grab my JavaScript PDF Handbook to master the language and launch your career.
👉 Buy Now.
Order : @MehammedTeshome

JavaScript isn’t just a skill—it’s your future. 🌟
4👍2
Forwarded from Muhammed Teshome
If you could get really good at just one skill, which one would you choose?

1. Coding

2. Design

3. Marketing
localhost is home 😊
😁5👍2
Forwarded from Muhammed Teshome
10 Steps to Switch Your Career and Become a Developer:

🎯 Define your career goal
🔍 Research job requirements
💻 Learn HTML, CSS, JavaScript
📚 Take a beginner course
🛠 Build a personal project
🗂 Create a GitHub account
🤝 Join a developer community
🧩 Solve coding challenges
📝 Write a tech resume
🚀 Apply for junior roles
6👍1