Forwarded from Immersive Ai
ChatGPT Cheatsheet 🔥
——
Follow this channel For any ai related news, updates, resources and courses.
it's your go-to channel for any ai related things.
https://news.1rj.ru/str/MuhibAi
——
Follow this channel For any ai related news, updates, resources and courses.
it's your go-to channel for any ai related things.
https://news.1rj.ru/str/MuhibAi
👍6
i recommend to watch this videos before learning any development skill.
this are the foundation.
Posted respectively. 👇
this are the foundation.
Posted respectively. 👇
New to Programming ?
Here's a concise breakdown of the different types of computer languages:
1. Low-Level:
- Machine Language: Binary instructions executed directly by hardware.
- Assembly Language (e.g., NASM): Uses mnemonics for machine instructions.
2. High-Level:
- Procedural (e.g., Fortran): Step-by-step problem-solving.
- Functional (e.g., Haskell, F#): Focuses on functions.
- OOP (e.g., Python, C++): Objects and classes.
- Scripting (e.g., JavaScript, Perl): Automation and web development.
3. Specialized:
- Markup (e.g., HTML, XML): Content structuring.
- Query (e.g., SQL, SPARQL): Database queries.
- Domain-Specific (e.g., MATLAB, R): Tailored applications.
@EmmersiveLearning
Here's a concise breakdown of the different types of computer languages:
1. Low-Level:
- Machine Language: Binary instructions executed directly by hardware.
- Assembly Language (e.g., NASM): Uses mnemonics for machine instructions.
2. High-Level:
- Procedural (e.g., Fortran): Step-by-step problem-solving.
- Functional (e.g., Haskell, F#): Focuses on functions.
- OOP (e.g., Python, C++): Objects and classes.
- Scripting (e.g., JavaScript, Perl): Automation and web development.
3. Specialized:
- Markup (e.g., HTML, XML): Content structuring.
- Query (e.g., SQL, SPARQL): Database queries.
- Domain-Specific (e.g., MATLAB, R): Tailored applications.
@EmmersiveLearning
👍5
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