New Video about Programming.
watch this before learning any programming language.
https://youtu.be/URYZWTu2X5w
watch this before learning any programming language.
https://youtu.be/URYZWTu2X5w
YouTube
Introduction to Programming in #amharic | #programming #ፕሮግራሚንግ #ኮዲንግ #cs # #emmersive
Learn Everything about Programming and Coding in #amharic
a must know before pursuing any programming language.
--------------------------------------------
Register for Summer Course :
1. Front End web dev( HTML, CSS, JavaScript)
2. Python Programming.…
a must know before pursuing any programming language.
--------------------------------------------
Register for Summer Course :
1. Front End web dev( HTML, CSS, JavaScript)
2. Python Programming.…
❤2
Top 10 Node.js Backend Frameworks in 2024
🌟 Express.js
🚀 NestJS
⚡️ Fastify
💡 Koa
🔥 Hapi
🔧 Sails.js
📦 AdonisJS
🌀 LoopBack
🔍 Feathers
🌐 Meteor
@EmmersiveLearning
🌟 Express.js
🚀 NestJS
⚡️ Fastify
💡 Koa
🔥 Hapi
🔧 Sails.js
📦 AdonisJS
🌀 LoopBack
🔍 Feathers
🌐 Meteor
@EmmersiveLearning
❤3👍1
Explore the Magic of JavaScript! ✨
- JavaScript + React: Dynamic Web Development 🌐
- JavaScript + Next.js: Server-Side Rendering and Static Sites 🖥️
- JavaScript + TensorFlow.js: AI and Machine Learning 🤖
- JavaScript + Vue.js: Progressive Web Apps ⚡
- JavaScript + Three.js: Stunning 3D Visuals 🌟
- JavaScript + Angular: Seamless Web Applications 🔥
- JavaScript + Phaser: Game Development Fun 🎮
- JavaScript + Node.js: Powerful Backends 🚀
- JavaScript + Electron: Cross-Platform Desktop Apps 💻
- JavaScript + D3.js: Interactive Data Visualizations 📊
-JavaScript + Svelte: Fast, Modern Web Apps ⚡
- JavaScript + P5.js: Creative Coding and Art 🖌️
- JavaScript + Babylon.js: Advanced 3D Graphics 🎥
- JavaScript + Chart.js: Beautiful Charts and Graphs 📈
- JavaScript + Gatsby: Blazing-Fast Static Sites 🚀
The possibilities are endless!
Learn Here 👇👇👇
https://www.youtube.com/watch?v=jF5oxeeuu6E
- JavaScript + React: Dynamic Web Development 🌐
- JavaScript + Next.js: Server-Side Rendering and Static Sites 🖥️
- JavaScript + TensorFlow.js: AI and Machine Learning 🤖
- JavaScript + Vue.js: Progressive Web Apps ⚡
- JavaScript + Three.js: Stunning 3D Visuals 🌟
- JavaScript + Angular: Seamless Web Applications 🔥
- JavaScript + Phaser: Game Development Fun 🎮
- JavaScript + Node.js: Powerful Backends 🚀
- JavaScript + Electron: Cross-Platform Desktop Apps 💻
- JavaScript + D3.js: Interactive Data Visualizations 📊
-JavaScript + Svelte: Fast, Modern Web Apps ⚡
- JavaScript + P5.js: Creative Coding and Art 🖌️
- JavaScript + Babylon.js: Advanced 3D Graphics 🎥
- JavaScript + Chart.js: Beautiful Charts and Graphs 📈
- JavaScript + Gatsby: Blazing-Fast Static Sites 🚀
The possibilities are endless!
Learn Here 👇👇👇
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…
❤2👍2
Forwarded from Muhammed Teshome
Be Producer, Don't be only a Consumer.
turn your consumer mindset into a producer one.
Create Something.
Build Something.
Write Something.
Consume to producer,
Consume to build.
Consume to write.
https://news.1rj.ru/str/MuhaTeshome
turn your consumer mindset into a producer one.
Create Something.
Build Something.
Write Something.
Consume to producer,
Consume to build.
Consume to write.
https://news.1rj.ru/str/MuhaTeshome
👍6
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
Master Java:
The Java Tree 👇
|
|── Java Basics
| ├── Installation and Setup
| ├── Variables and Data Types
| ├── Operators
| └── Control Flow (if, else, switch)
|
|── Object-Oriented Programming (OOP) in Java
| ├── Classes and Objects
| ├── Inheritance
| ├── Polymorphism
| ├── Encapsulation
| └── Abstraction
|
|── Java Data Structures
| ├── Arrays
| ├── ArrayList
| ├── LinkedList
| └── HashMap
|
|── Exception Handling in Java
| ├── Try-Catch Blocks
| ├── Checked vs. Unchecked Exceptions
| └── Custom Exceptions
|
|── Java Collections Framework
| ├── List Interface
| ├── Set Interface
| ├── Map Interface
| └── Iterators
|
|── Java File I/O
| ├── Reading and Writing to Files
| ├── File Streams
| └── Serialization
|
|── Multithreading in Java
| ├── Thread Creation and Lifecycle
| ├── Synchronization
| ├── Thread Pools
| └── Concurrency Utilities
|
|── Java GUI Programming
| ├── Swing Framework
| ├── JavaFX
| └── Event Handling
|
|── Java Networking
| ├── Socket Programming
| ├── URL Connection
| └── HTTP Requests
|
|── JDBC (Java Database Connectivity)
| ├── Connecting to Databases
| ├── SQL Statements
| └── ResultSet and PreparedStatements
|
|── Java Servlets
| ├── Servlet Lifecycle
| ├── Request and Response Handling
| └── Session Management
|
|── Java Spring Framework
| ├── Spring Core
| ├── Spring MVC
| └── Spring Boot
|
|── RESTful Web Services in Java
| ├── JAX-RS (Java API for RESTful Web Services)
| ├── JSON with Jackson
| └── RESTful Client
|
|── Java Persistence API (JPA)
| ├── Entity Classes
| ├── EntityManager
| └── JPQL (Java Persistence Query Language)
|
|── Spring Data JPA
| ├── Repository Interface
| ├── CRUD Operations
| └── Query Methods
|
|── Java Testing
| ├── JUnit
| ├── TestNG
| └── Integration Testing
|
|── Java Build Tools
| ├── Maven
| └── Gradle
|
|── Java Design Patterns
| ├── Creational Patterns
| ├── Structural Patterns
| └── Behavioral Patterns
|
|── Java Best Practices
| ├── Code Conventions
| ├── Error Handling
| └── Performance Optimization
|
|── Java Security
| ├── Secure Coding Practices
| ├── Authentication and Authorization
| └── Encryption
|
|── Java Microservices
| ├── Spring Cloud
| └── Microservices Architecture
|
|── Java in the Cloud
| ├── AWS SDK for Java
| ├── Azure SDK for Java
| └── Google Cloud Client Libraries
|
|── Java Mobile Development
| ├── Android Development with Java
| └── Java ME (Micro Edition)
|
|── Java Community and Resources
| ├── Official Documentation
| └── Online Forums and Communities
|
|____________ END __________________
@EmmersiveLearning
The Java Tree 👇
|
|── Java Basics
| ├── Installation and Setup
| ├── Variables and Data Types
| ├── Operators
| └── Control Flow (if, else, switch)
|
|── Object-Oriented Programming (OOP) in Java
| ├── Classes and Objects
| ├── Inheritance
| ├── Polymorphism
| ├── Encapsulation
| └── Abstraction
|
|── Java Data Structures
| ├── Arrays
| ├── ArrayList
| ├── LinkedList
| └── HashMap
|
|── Exception Handling in Java
| ├── Try-Catch Blocks
| ├── Checked vs. Unchecked Exceptions
| └── Custom Exceptions
|
|── Java Collections Framework
| ├── List Interface
| ├── Set Interface
| ├── Map Interface
| └── Iterators
|
|── Java File I/O
| ├── Reading and Writing to Files
| ├── File Streams
| └── Serialization
|
|── Multithreading in Java
| ├── Thread Creation and Lifecycle
| ├── Synchronization
| ├── Thread Pools
| └── Concurrency Utilities
|
|── Java GUI Programming
| ├── Swing Framework
| ├── JavaFX
| └── Event Handling
|
|── Java Networking
| ├── Socket Programming
| ├── URL Connection
| └── HTTP Requests
|
|── JDBC (Java Database Connectivity)
| ├── Connecting to Databases
| ├── SQL Statements
| └── ResultSet and PreparedStatements
|
|── Java Servlets
| ├── Servlet Lifecycle
| ├── Request and Response Handling
| └── Session Management
|
|── Java Spring Framework
| ├── Spring Core
| ├── Spring MVC
| └── Spring Boot
|
|── RESTful Web Services in Java
| ├── JAX-RS (Java API for RESTful Web Services)
| ├── JSON with Jackson
| └── RESTful Client
|
|── Java Persistence API (JPA)
| ├── Entity Classes
| ├── EntityManager
| └── JPQL (Java Persistence Query Language)
|
|── Spring Data JPA
| ├── Repository Interface
| ├── CRUD Operations
| └── Query Methods
|
|── Java Testing
| ├── JUnit
| ├── TestNG
| └── Integration Testing
|
|── Java Build Tools
| ├── Maven
| └── Gradle
|
|── Java Design Patterns
| ├── Creational Patterns
| ├── Structural Patterns
| └── Behavioral Patterns
|
|── Java Best Practices
| ├── Code Conventions
| ├── Error Handling
| └── Performance Optimization
|
|── Java Security
| ├── Secure Coding Practices
| ├── Authentication and Authorization
| └── Encryption
|
|── Java Microservices
| ├── Spring Cloud
| └── Microservices Architecture
|
|── Java in the Cloud
| ├── AWS SDK for Java
| ├── Azure SDK for Java
| └── Google Cloud Client Libraries
|
|── Java Mobile Development
| ├── Android Development with Java
| └── Java ME (Micro Edition)
|
|── Java Community and Resources
| ├── Official Documentation
| └── Online Forums and Communities
|
|____________ END __________________
@EmmersiveLearning
❤4
Which Database do you use the most ?
Oracle
PostgreSQL
MongoDB
MySQL
or other ?
Oracle
PostgreSQL
MongoDB
MySQL
or other ?
👍2❤1
Forwarded from Muhammed Teshome
i feel guilty not to know about BMC.
My Dev Friends,
read about Business, Marketing and Sales.
i know, we are into coding and making product most of the time.
but, believe me Learning those skills worth more.
https://news.1rj.ru/str/MuhaTeshome
My Dev Friends,
read about Business, Marketing and Sales.
i know, we are into coding and making product most of the time.
but, believe me Learning those skills worth more.
https://news.1rj.ru/str/MuhaTeshome
👍5
Make yourself a 10x better developer:
🗃 Create projects
📚 Read books
📃 Read docs
👨🏫 Teach others
👨💻 Daily coding
👥 Be active in the community
🤖 Use ChatGPT/Bard/Copilot
💪🏻 Learn daily
📖 Read latest tech blogs
🏖 Take short breaks
✍️ Write notes
@emmersivelearning
🗃 Create projects
📚 Read books
📃 Read docs
👨🏫 Teach others
👨💻 Daily coding
👥 Be active in the community
🤖 Use ChatGPT/Bard/Copilot
💪🏻 Learn daily
📖 Read latest tech blogs
🏖 Take short breaks
✍️ Write notes
@emmersivelearning
👍6
Forwarded from Emmersive Learning
አዲስ ለተቀላቀሉን ቤተሰቦቻችን በዚህ ቻናል ላይ ከሚተላለፉ ትምህርቶች ባሻገር በ ዩቱብ ቻናላችን ላይ የተለያዩ ሙሉ ሙሉ ኮርሶችን ስላዘጋጀን ሄዳችሁ መማር ትችላላችሁ !
እንዲያመቻችሁ የ ፕሌይሊስት ሊንክ አስቀምጠንላችኋል! 👇
እንኳን ደህና መጣችሁ!❤️
______________
1. ፎቶሾብ / ግራፊክስ ዲዛይን ሲሪይስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaXYIl8xhvyVzbhzMyK4nxc
2. ካንቫ /ግራፊክስ ዲዛይን ሲሪየስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbMkWyKCHP4ypL9qaC7b5XM
3. ማይክሮሶፍት ኢክሴል ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGZPE18Mju2YnkDYkQXKzOGF
4 . ፕሪሚየር ፕሮ / ቪድዮ ኢዲቲንግ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbATwP9QCvMk5uFg2fBHT1T
5. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
6. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
7. CSS ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGa2SuZXkemZlsSg3BYkgJDc
8. JavaScript ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbBB6RXURr1ScXv3xwtJu9R
9. የለተያዩ ቱሎች እና ጠቃሚ ዌብሳይቶች ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbOZFrDKin-PVPxIb6vySdX
10. የተለያዩ የ አርቲፊሻል ኢንተሊጀንሰ ቱሎች (Ai Tools) እና አጠቃቀማቸው ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaFYYVTObFeT3NzO2TyoAfv
@EmmersiveLearning
እንዲያመቻችሁ የ ፕሌይሊስት ሊንክ አስቀምጠንላችኋል! 👇
እንኳን ደህና መጣችሁ!❤️
______________
1. ፎቶሾብ / ግራፊክስ ዲዛይን ሲሪይስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaXYIl8xhvyVzbhzMyK4nxc
2. ካንቫ /ግራፊክስ ዲዛይን ሲሪየስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbMkWyKCHP4ypL9qaC7b5XM
3. ማይክሮሶፍት ኢክሴል ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGZPE18Mju2YnkDYkQXKzOGF
4 . ፕሪሚየር ፕሮ / ቪድዮ ኢዲቲንግ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbATwP9QCvMk5uFg2fBHT1T
5. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
6. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
7. CSS ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGa2SuZXkemZlsSg3BYkgJDc
8. JavaScript ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbBB6RXURr1ScXv3xwtJu9R
9. የለተያዩ ቱሎች እና ጠቃሚ ዌብሳይቶች ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbOZFrDKin-PVPxIb6vySdX
10. የተለያዩ የ አርቲፊሻል ኢንተሊጀንሰ ቱሎች (Ai Tools) እና አጠቃቀማቸው ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaFYYVTObFeT3NzO2TyoAfv
@EmmersiveLearning
❤6👍3
New Video : intro to Computer architecture.
Computer architecture is needed to understand how the computer systems work.
https://youtu.be/qB6l_77AeH8
Computer architecture is needed to understand how the computer systems work.
https://youtu.be/qB6l_77AeH8
YouTube
Computer Architecture in #Amharic | #computer #ኮምፒየተር #ኮዲንግ #cs # #emmersive
Understanding computer architecture is crucial for building efficient and scalable computing systems. Computer architecture deals with the design and organization of computer systems, including the hardware and software components.
Make sure to join our…
Make sure to join our…
❤4
it's my wish for beginners to start learning any tech fields from this fundamental Concepts.
it's basic.
Learning the fundamentals will speedup your learning.
That is why i want to put this series in my channel.
it may help.
https://youtube.com/playlist?list=PLGeDL5FZ9nGbn9R2DvHh47kc9k6nN3j5q&si=QCgz_tsZANMRZO3e
it's basic.
Learning the fundamentals will speedup your learning.
That is why i want to put this series in my channel.
it may help.
https://youtube.com/playlist?list=PLGeDL5FZ9nGbn9R2DvHh47kc9k6nN3j5q&si=QCgz_tsZANMRZO3e
👍3❤1