If you're starting in Computer Science, Software Engineering, Information Systems, or any IT-related field, I highly recommend checking out this series in the CS playlist.
I wish I had access to resources like this when I started, but I didnโt. So, I created these videos for you. Use them, learn from them, and grow!
This playlist covers key Computer Science subfields, including:
- Algorithms
- Data Structures
- Computer Architecture
- Operating Systems
- Programming Languages
- Software Engineering
- Networking
- Artificial Intelligence (AI)
- Cybersecurity
๐ฅ Playlist Link: [https://youtube.com/playlist?list=PLGeDL5FZ9nGbn9R2DvHh47kc9k6nN3j5q&si=AxOd4xns_ufAa4de]
Start your journey today! ๐
@EmmersiveLearning
I wish I had access to resources like this when I started, but I didnโt. So, I created these videos for you. Use them, learn from them, and grow!
This playlist covers key Computer Science subfields, including:
- Algorithms
- Data Structures
- Computer Architecture
- Operating Systems
- Programming Languages
- Software Engineering
- Networking
- Artificial Intelligence (AI)
- Cybersecurity
๐ฅ Playlist Link: [https://youtube.com/playlist?list=PLGeDL5FZ9nGbn9R2DvHh47kc9k6nN3j5q&si=AxOd4xns_ufAa4de]
Start your journey today! ๐
@EmmersiveLearning
๐ฅ5๐2โค1
Do you still go to stackoverflow for your coding problem ?
Forwarded from Muhammed Teshome
I love the new Google Lens.
Some features โ
โ has an Ai Overview.
โ About this image
โ summarize or copy text from photo
โ Get product details instantly
โ Search what you see on desktop(Lens in chrome)
Some features โ
โ has an Ai Overview.
โ About this image
โ summarize or copy text from photo
โ Get product details instantly
โ Search what you see on desktop(Lens in chrome)
How to Learn HTML as beginner ๐ฐto advanced.
โโโ Structure of an HTML Document
| โโโ DOCTYPE Declaration
| โโโ HTML Tags
| โโโ Attributes
| โโโ Comments
|
|โโ Text Elements
| โโโ Headings (h1-h6)
| โโโ Paragraphs (p)
| โโโ Bold and Italic (b, strong, i, em)
| โโโ Line Breaks (br)
| โโโ Preformatted Text (pre)
|
|โโ Links
| โโโ Anchor Tag (a)
| โโโ Absolute and Relative URLs
| โโโ Open in New Tab (_blank)
| โโโ Email Links (mailto)
| โโโ Link Titles
|
|โโ Images
| โโโ img Tag
| โโโ src and alt Attributes
| โโโ Responsive Images
| โโโ Lazy Loading
|
|โโ Lists
| โโโ Ordered Lists (ol)
| โโโ Unordered Lists (ul)
| โโโ List Items (li)
| โโโ Nested Lists
|
|โโ Tables
| โโโ table, tr, th, td
| โโโ Table Headers
| โโโ Merging Cells (colspan, rowspan)
| โโโ Table Styling
|
|โโ Forms
| โโโ form Tag
| โโโ Input Types (text, email, password, etc.)
| โโโ Labels and Placeholders
| โโโ Buttons (button, submit, reset)
| โโโ Textarea
| โโโ Checkboxes and Radio Buttons
| โโโ Select and Option
| โโโ Form Validation
|
|โโ Multimedia
| โโโ Video Tag
| โโโ Audio Tag
| โโโ Source and Track Elements
| โโโ Autoplay and Controls
| โโโ Embedding YouTube Videos
|
|โโ Semantic HTML
| โโโ Header, Footer, Main
| โโโ Section, Article, Aside
| โโโ Nav
| โโโ Figure and Figcaption
| โโโ Time and Mark
|
|โโ Metadata
| โโโ head Tag
| โโโ title Tag
| โโโ Meta Tags
| โโโ Viewport Settings
| โโโ Favicon
|
|โโ Inline vs Block Elements
| โโโ Differences
| โโโ Examples of Inline Elements
| โโโ Examples of Block Elements
| โโโ Changing Display Property
|
|โโ Iframes
| โโโ Embedding Web Pages
| โโโ Sandbox Attribute
| โโโ Resizing and Borders
|
|โโ Accessibility (a11y)
| โโโ ARIA Roles
| โโโ alt Text for Images
| โโโ Semantic HTML for Screen Readers
| โโโ Keyboard Navigation
|
|โโ Forms Advanced
| โโโ Fieldset and Legend
| โโโ DataList
| โโโ Input Validation Patterns
| โโโ Hidden Inputs
| โโโ Autocomplete
|
|โโ Responsive Design
| โโโ Meta Viewport Tag
| โโโ Media Queries in HTML
| โโโ Picture Element
| โโโ Responsive Tables
|
|โโ HTML APIs
| โโโ Geolocation API
| โโโ Drag and Drop API
| โโโ Canvas API
| โโโ Web Storage API
|
|โโ Deprecated Tags and Attributes
| โโโ font Tag
| โโโ Center Tag
| โโโ Alternatives to Deprecated Features
|
|โโ SEO Basics
| โโโ Proper Heading Structure
| โโโ alt Tags for Images
| โโโ Meta Descriptions
| โโโ Robots Meta Tags
| โโโ Canonical Links
|
|โโ Best Practices
| โโโ Clean and Organized Code
| โโโ Avoid Inline CSS
| โโโ Use Semantic Tags
| โโโ Minimize Use of Deprecated Tags
| โโโ Validate HTML Code
|
|โโ Deployment
| โโโ Hosting Platforms (Netlify, Vercel)
| โโโ FTP Uploads
| โโโ Using GitHub Pages
|
|_________________END_________________
โโโ Structure of an HTML Document
| โโโ DOCTYPE Declaration
| โโโ HTML Tags
| โโโ Attributes
| โโโ Comments
|
|โโ Text Elements
| โโโ Headings (h1-h6)
| โโโ Paragraphs (p)
| โโโ Bold and Italic (b, strong, i, em)
| โโโ Line Breaks (br)
| โโโ Preformatted Text (pre)
|
|โโ Links
| โโโ Anchor Tag (a)
| โโโ Absolute and Relative URLs
| โโโ Open in New Tab (_blank)
| โโโ Email Links (mailto)
| โโโ Link Titles
|
|โโ Images
| โโโ img Tag
| โโโ src and alt Attributes
| โโโ Responsive Images
| โโโ Lazy Loading
|
|โโ Lists
| โโโ Ordered Lists (ol)
| โโโ Unordered Lists (ul)
| โโโ List Items (li)
| โโโ Nested Lists
|
|โโ Tables
| โโโ table, tr, th, td
| โโโ Table Headers
| โโโ Merging Cells (colspan, rowspan)
| โโโ Table Styling
|
|โโ Forms
| โโโ form Tag
| โโโ Input Types (text, email, password, etc.)
| โโโ Labels and Placeholders
| โโโ Buttons (button, submit, reset)
| โโโ Textarea
| โโโ Checkboxes and Radio Buttons
| โโโ Select and Option
| โโโ Form Validation
|
|โโ Multimedia
| โโโ Video Tag
| โโโ Audio Tag
| โโโ Source and Track Elements
| โโโ Autoplay and Controls
| โโโ Embedding YouTube Videos
|
|โโ Semantic HTML
| โโโ Header, Footer, Main
| โโโ Section, Article, Aside
| โโโ Nav
| โโโ Figure and Figcaption
| โโโ Time and Mark
|
|โโ Metadata
| โโโ head Tag
| โโโ title Tag
| โโโ Meta Tags
| โโโ Viewport Settings
| โโโ Favicon
|
|โโ Inline vs Block Elements
| โโโ Differences
| โโโ Examples of Inline Elements
| โโโ Examples of Block Elements
| โโโ Changing Display Property
|
|โโ Iframes
| โโโ Embedding Web Pages
| โโโ Sandbox Attribute
| โโโ Resizing and Borders
|
|โโ Accessibility (a11y)
| โโโ ARIA Roles
| โโโ alt Text for Images
| โโโ Semantic HTML for Screen Readers
| โโโ Keyboard Navigation
|
|โโ Forms Advanced
| โโโ Fieldset and Legend
| โโโ DataList
| โโโ Input Validation Patterns
| โโโ Hidden Inputs
| โโโ Autocomplete
|
|โโ Responsive Design
| โโโ Meta Viewport Tag
| โโโ Media Queries in HTML
| โโโ Picture Element
| โโโ Responsive Tables
|
|โโ HTML APIs
| โโโ Geolocation API
| โโโ Drag and Drop API
| โโโ Canvas API
| โโโ Web Storage API
|
|โโ Deprecated Tags and Attributes
| โโโ font Tag
| โโโ Center Tag
| โโโ Alternatives to Deprecated Features
|
|โโ SEO Basics
| โโโ Proper Heading Structure
| โโโ alt Tags for Images
| โโโ Meta Descriptions
| โโโ Robots Meta Tags
| โโโ Canonical Links
|
|โโ Best Practices
| โโโ Clean and Organized Code
| โโโ Avoid Inline CSS
| โโโ Use Semantic Tags
| โโโ Minimize Use of Deprecated Tags
| โโโ Validate HTML Code
|
|โโ Deployment
| โโโ Hosting Platforms (Netlify, Vercel)
| โโโ FTP Uploads
| โโโ Using GitHub Pages
|
|_________________END_________________
๐9โค6
Learn JavaScript!
JavaScript for Everything:
JavaScript + React = Web Development
JavaScript + Three.js = 3D Visualization
JavaScript + Angular = Web Applications
JavaScript + Phaser = Game Development
JavaScript + Vue.js = Progressive Web Apps
JavaScript + TensorFlow.js = Machine Learning
JavaScript + Node.js = Server Side Development
JavaScript + Electron = Desktop App Development
JavaScript + React Native = Mobile App Development
JavaScript + D3.js = Data Manipulation & Visualization
JavaScript for Everything:
JavaScript + React = Web Development
JavaScript + Three.js = 3D Visualization
JavaScript + Angular = Web Applications
JavaScript + Phaser = Game Development
JavaScript + Vue.js = Progressive Web Apps
JavaScript + TensorFlow.js = Machine Learning
JavaScript + Node.js = Server Side Development
JavaScript + Electron = Desktop App Development
JavaScript + React Native = Mobile App Development
JavaScript + D3.js = Data Manipulation & Visualization
๐9
Forwarded from Immersive Ai
YouTube
Prompt Engineering #Discussion #notebooklm by @ImmersiveAi1
Learn Ai.
Use Ai.
Learn Prompting. at @ImmersiveAi1
Links:
๐ Course Materials: https://t.me/EmmersiveLearning
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshome
แ แแแ แจแแ แ แซแ แแตแซ แแพแปแฝแ แญแจแณแฐแแแข แ แแแฝแ แผแญ แ โฆ
Use Ai.
Learn Prompting. at @ImmersiveAi1
Links:
๐ Course Materials: https://t.me/EmmersiveLearning
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshome
แ แแแ แจแแ แ แซแ แแตแซ แแพแปแฝแ แญแจแณแฐแแแข แ แแแฝแ แผแญ แ โฆ
Forwarded from Muhammed Teshome
.
แตแ Ai แฅแ Prompt Engineering แชแตแฎ แฅแฐแซแแ แฃแแฉแต แแฐแจแต แแฌ แจแแแแชแซแแ แฐแแแ!
แแฃแญ แจ Ai แฑแแฝแ แฅแ แแแฝแ แฅแ แชแตแฎแแฝ แตแแแแฐแซ แแ แแแป แจแแแ แ แ แแแญ แตแ Ai แฅแ Prompt Engineering แแ แแ แฎแแดแแถแฝแ แ แแ แฐแแฉ!
แแแฃแญ แแแป แตแแแแแแฝแ แ แฐแแฅ แฅแณแฉแต แณแฐแญแแแฝแ!
แชแตแฎแ แแแแ แฐแ แแแ แแ! แฅแ แดแญแแซแ แแแญ แจแแแ แ แจแตแแ แแญแ แแญ แซแแฝแ แแแญ แตแฝแแแฝแ!
Ai for Everyone!
@ImmersiveAi
https://youtu.be/8RptifehAvA
แตแ Ai แฅแ Prompt Engineering แชแตแฎ แฅแฐแซแแ แฃแแฉแต แแฐแจแต แแฌ แจแแแแชแซแแ แฐแแแ!
แแฃแญ แจ Ai แฑแแฝแ แฅแ แแแฝแ แฅแ แชแตแฎแแฝ แตแแแแฐแซ แแ แแแป แจแแแ แ แ แแแญ แตแ Ai แฅแ Prompt Engineering แแ แแ แฎแแดแแถแฝแ แ แแ แฐแแฉ!
แแแฃแญ แแแป แตแแแแแแฝแ แ แฐแแฅ แฅแณแฉแต แณแฐแญแแแฝแ!
แชแตแฎแ แแแแ แฐแ แแแ แแ! แฅแ แดแญแแซแ แแแญ แจแแแ แ แจแตแแ แแญแ แแญ แซแแฝแ แแแญ แตแฝแแแฝแ!
Ai for Everyone!
@ImmersiveAi
https://youtu.be/8RptifehAvA
YouTube
Ai แฅแ Prompt แขแแ
แแชแแ แ แ แแญแ | AI and Prompt Engineering Explained in Amharic #แคแ แญ #Ai
AI แแแตแ แแ? แแฎแแแตแต แฅแแดแต แฅแแ
แแแ ? แ แแ
แ แญแญ แชแฒแฎ แแฐแจแณแ แจ Ai แฎแแดแแถแฝแ แ แแแ แ แแญแ แฅแแแซแแแข แ AI แ แแ แ แฒแต แจแแ แญแ
แชแฒแฎ แแฅแญแตแ แแ!
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshomeโฆ
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshomeโฆ
โค5
Forwarded from Immersive Ai
The 3 Stages of Ai :
1. ANI (Artificial Narrow Intelligence)
2. AGI (Artificial General Intelligence)
3. ASI (Artificial Super Intelligence) -
@ImmersiveAi
1. ANI (Artificial Narrow Intelligence)
2. AGI (Artificial General Intelligence)
3. ASI (Artificial Super Intelligence) -
@ImmersiveAi
Forwarded from Immersive Ai
Immersive Ai
The 3 Stages of Ai : 1. ANI (Artificial Narrow Intelligence) 2. AGI (Artificial General Intelligence) 3. ASI (Artificial Super Intelligence) - @ImmersiveAi
Ai แแญแ แฐแ แฐแซแฝ แ แตแฐแแแต (AI) แจแแฃแแ แฆแตแต แจ แฅแตแแต แฐแจแแแฝ แ แแต!
แฅแแแ แแก-
1. ANI (Artificial Narrow Intelligence)
2. AGI (Artificial General Intelligence)
3. ASI (Artificial Super Intelligence) -
แจแฐแแฐแ แแญแแญ แ แตแญแแ แฅแแซแธแ แก
1. ANI - (แ แฃแฅ แฐแ แฐแซแฝ แ แตแฐแแแต) แก
แญแ แ แ แแ แแ แจแแแแแ แต แจ AI แฐแจแ แแแข แ แแ แฐแจแ แแญ แซแ AI แฒแตแฐแแฝ แแ แแต แจแฐแแฐแ แฐแแฃแญ แฅแป แจแฐแแฐแ แแธแแค แแแณแแก-
- แจแแตแ แแญแถ แแแ (Image recognition)
- แจแฐแแฅแฎ แแแ แแแแ แญ (Natural language processing)
- แจแผแ แจแแณ (Playing chess) แฅแ แจแแณแฐแแต แจ ANI แ แญแแต แแธแแข
แฅแแแ แฒแตแฐแแฝ แ แฐแฐแฃแธแ แฐแแฃแญ แแญ แจแฐแแฝ แ แฐแปแ แแแณ แแตแซแต แขแฝแแแฃ แจแแ แฐแแฃแญ แแช แแแ แ แญแแต แ แ แแแญ แจแแฐแฅ แฝแแณ แจแแธแแแข แแแณแแฃ แจแผแ แจแแณแ แ แแแฃ แจแแซแแต AI แพแแญแแตแ แแญแ แแ แจแฐแแจ แฐแแฃแญแ แแจแแแ แ แญแฝแแแข
2. AGI (แ แ แแแญ แฐแ แฐแซแฝ แ แตแฐแแแต)แก
แญแ แฐแจแ AI แจแฐแแฝ แแญ แฅแฉแ แจแแ แ แ แแแญ แจแแฐแฅ แฝแแณ แจแแแญแ แต แฐแจแ แแแข แ แแ แ แฃแฃแแฃ AGI แแแแแแ แฐแ แแซแจแแแ แจแแฝแแแ แจแ แฅแแฎ แตแซ แแจแแแ แฒแฝแ แแแต แแแข แ แตแกแต แฅแแแฒ ...
แญแ แฐแจแ แ แ แแ แแ แ แแญแแญ แฐแจแ แแญ แจแแแ แฒแแแฃ แแแตแจแต แฅแ แแฐแแแฝ แฅแแณแ แญแณแแแแข
แขแแแ แแ แ แแญแ แซแแต แฐแแฝ แจแจแซแณแธแแ แแแต แ แตแแแ แแแข แแแพแฝ แ แแ แ แแต 2025แฃ แแแฝ แฐแแ 2027แฃ 2029แค 2035 แค 2040 ... แฅแ แแตแ แแแซแถแฝแ แ แตแแแ แแแข แ แแแฐ แแแต AGI แแผ แฅแแ แญแแแ แฅแแฝแ แณแตแฃแแฝแ ?
3. ASI - แฅแ แ แจแแ แฐแ แฐแซแฝ แ แตแฐแแแต
แญแ แจแแจแจแปแ แฅแ แฅแ แ แจแแแ แจ AI แฐแจแ แฒแแแฃ แ แแ แฐแจแ แแญ AI แจแฐแ แแแฝ แฅแ แ แจแแ แจแแฐแฅ แฝแแณ แญแแจแแแข ASI แจแฐแ แแแฝ แแฃแชแแฝ แจแ แแ แฅแแ แฃ แแฃแ แฅแ แ แณแฒแต แแแฎแฝแ แแแ แญ แจแแฝแ แญแแแแข แจแแ แฐแจแ แแแฃแต แฅแ แตแแถแฝแ แฅแ แฅแซแแแฝแ แจแแซแตแแณ แฒแแแฃ แ แแแ แ แแตแ แแณแฅ แฐแจแ แแญ แญแแแแข
แแ แแแซ
แฅแแแ แฆแตแต แฐแจแแแฝ แจ AI แฅแตแแตแ แแแจแณแต แจแแจแฑแ แฒแแแฃ แ แ แแ แแ แ ANI แฐแจแ แแญ แฅแแแแแแข AGI แฅแ ASI แแฐแแต แจแแฐแจแฑ แฐแจแแแฝ แแธแแข
แญแ แ แแแแ แ แชแตแฎ แแแแญ แฉแฑแฅ แปแแแฝแ แแญ แ แแแฝแ แก
แแแญ แก https://youtu.be/8RptifehAvA
แฅแซแ แก แจ แฐแ แแ AGI แแญ แแผ แญแฐแญแณแ แฅแแฝแ แณแตแฃแแฝแ ?
@ImmersiveAi
แฅแแแ แแก-
1. ANI (Artificial Narrow Intelligence)
2. AGI (Artificial General Intelligence)
3. ASI (Artificial Super Intelligence) -
แจแฐแแฐแ แแญแแญ แ แตแญแแ แฅแแซแธแ แก
1. ANI - (แ แฃแฅ แฐแ แฐแซแฝ แ แตแฐแแแต) แก
แญแ แ แ แแ แแ แจแแแแแ แต แจ AI แฐแจแ แแแข แ แแ แฐแจแ แแญ แซแ AI แฒแตแฐแแฝ แแ แแต แจแฐแแฐแ แฐแแฃแญ แฅแป แจแฐแแฐแ แแธแแค แแแณแแก-
- แจแแตแ แแญแถ แแแ (Image recognition)
- แจแฐแแฅแฎ แแแ แแแแ แญ (Natural language processing)
- แจแผแ แจแแณ (Playing chess) แฅแ แจแแณแฐแแต แจ ANI แ แญแแต แแธแแข
แฅแแแ แฒแตแฐแแฝ แ แฐแฐแฃแธแ แฐแแฃแญ แแญ แจแฐแแฝ แ แฐแปแ แแแณ แแตแซแต แขแฝแแแฃ แจแแ แฐแแฃแญ แแช แแแ แ แญแแต แ แ แแแญ แจแแฐแฅ แฝแแณ แจแแธแแแข แแแณแแฃ แจแผแ แจแแณแ แ แแแฃ แจแแซแแต AI แพแแญแแตแ แแญแ แแ แจแฐแแจ แฐแแฃแญแ แแจแแแ แ แญแฝแแแข
2. AGI (แ แ แแแญ แฐแ แฐแซแฝ แ แตแฐแแแต)แก
แญแ แฐแจแ AI แจแฐแแฝ แแญ แฅแฉแ แจแแ แ แ แแแญ แจแแฐแฅ แฝแแณ แจแแแญแ แต แฐแจแ แแแข แ แแ แ แฃแฃแแฃ AGI แแแแแแ แฐแ แแซแจแแแ แจแแฝแแแ แจแ แฅแแฎ แตแซ แแจแแแ แฒแฝแ แแแต แแแข แ แตแกแต แฅแแแฒ ...
แญแ แฐแจแ แ แ แแ แแ แ แแญแแญ แฐแจแ แแญ แจแแแ แฒแแแฃ แแแตแจแต แฅแ แแฐแแแฝ แฅแแณแ แญแณแแแแข
แขแแแ แแ แ แแญแ แซแแต แฐแแฝ แจแจแซแณแธแแ แแแต แ แตแแแ แแแข แแแพแฝ แ แแ แ แแต 2025แฃ แแแฝ แฐแแ 2027แฃ 2029แค 2035 แค 2040 ... แฅแ แแตแ แแแซแถแฝแ แ แตแแแ แแแข แ แแแฐ แแแต AGI แแผ แฅแแ แญแแแ แฅแแฝแ แณแตแฃแแฝแ ?
3. ASI - แฅแ แ แจแแ แฐแ แฐแซแฝ แ แตแฐแแแต
แญแ แจแแจแจแปแ แฅแ แฅแ แ แจแแแ แจ AI แฐแจแ แฒแแแฃ แ แแ แฐแจแ แแญ AI แจแฐแ แแแฝ แฅแ แ แจแแ แจแแฐแฅ แฝแแณ แญแแจแแแข ASI แจแฐแ แแแฝ แแฃแชแแฝ แจแ แแ แฅแแ แฃ แแฃแ แฅแ แ แณแฒแต แแแฎแฝแ แแแ แญ แจแแฝแ แญแแแแข แจแแ แฐแจแ แแแฃแต แฅแ แตแแถแฝแ แฅแ แฅแซแแแฝแ แจแแซแตแแณ แฒแแแฃ แ แแแ แ แแตแ แแณแฅ แฐแจแ แแญ แญแแแแข
แแ แแแซ
แฅแแแ แฆแตแต แฐแจแแแฝ แจ AI แฅแตแแตแ แแแจแณแต แจแแจแฑแ แฒแแแฃ แ แ แแ แแ แ ANI แฐแจแ แแญ แฅแแแแแแข AGI แฅแ ASI แแฐแแต แจแแฐแจแฑ แฐแจแแแฝ แแธแแข
แญแ แ แแแแ แ แชแตแฎ แแแแญ แฉแฑแฅ แปแแแฝแ แแญ แ แแแฝแ แก
แแแญ แก https://youtu.be/8RptifehAvA
แฅแซแ แก แจ แฐแ แแ AGI แแญ แแผ แญแฐแญแณแ แฅแแฝแ แณแตแฃแแฝแ ?
@ImmersiveAi
YouTube
Ai แฅแ Prompt แขแแ
แแชแแ แ แ แแญแ | AI and Prompt Engineering Explained in Amharic #แคแ แญ #Ai
AI แแแตแ แแ? แแฎแแแตแต แฅแแดแต แฅแแ
แแแ ? แ แแ
แ แญแญ แชแฒแฎ แแฐแจแณแ แจ Ai แฎแแดแแถแฝแ แ แแแ แ แแญแ แฅแแแซแแแข แ AI แ แแ แ แฒแต แจแแ แญแ
แชแฒแฎ แแฅแญแตแ แแ!
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshomeโฆ
Links:
๐ Course Materials: https://t.me/ImmersiveAi
๐ฌ Contact the instructor: https://t.me/MehammedTeshome
๐ฌOrder Book: https://t.me/MehammedTeshomeโฆ
๐6โค2
Forwarded from Immersive Ai
Woow a fully open source reasoning model on par with OpenAI o1 just released
Deepseek R1 even outperforms Claude 3.5 Sonnet and o1-mini in almost all benchmarks.
You can already use it for free (see below)
Deep Seek : https://chat.deepseek.com/
Amazing.
@ImmersiveAi
Deepseek R1 even outperforms Claude 3.5 Sonnet and o1-mini in almost all benchmarks.
You can already use it for free (see below)
Deep Seek : https://chat.deepseek.com/
Amazing.
@ImmersiveAi
๐3โค2
Forwarded from Emmersive Learning (Mehammed T.)
The Full-stack Roadmap for 2024 ๐บ๐
1. HTML + CSS
2. JavaScript
3. Git
4. React/Vue
5. Tailwind
6. Python / Node
7. Postgres / Mongo
8. APIs
9. Build projects
๐ธ Apply for your dream job!
Learn Full-stack Development at @EmmersiveLearning
https://t.me/EmmersiveLearning
1. HTML + CSS
2. JavaScript
3. Git
4. React/Vue
5. Tailwind
6. Python / Node
7. Postgres / Mongo
8. APIs
9. Build projects
๐ธ Apply for your dream job!
Learn Full-stack Development at @EmmersiveLearning
https://t.me/EmmersiveLearning
Telegram
Emmersive Learning
Learn Fullstack Development | Coding.
Youtube : https://www.youtube.com/@EmmersiveLearning/
Website : https://emmersivelearning.com/
Contact Admin : @MehammedTeshome
Youtube : https://www.youtube.com/@EmmersiveLearning/
Website : https://emmersivelearning.com/
Contact Admin : @MehammedTeshome
โค1
Forwarded from Emmersive Learning (Mehammed T.)
HTML Learning Roadmap. โฌ๏ธ
Stage 1 - Basics (Tags, Structure)
Stage 2 - Text (Headings, Lists, Links)
Stage 3 - Media (Images, Video)
Stage 4 - Forms
Stage 5 - Semantic HTML
Stage 6 - Tables
Stage 7 - HTML5 APIs
Stage 8 - SEO Basics
Stage 9 - Responsive Design
Stage 10 - Projects
๐ - HTML Mastery
https://www.youtube.com/watch?v=kDE31AmaIAM
Stage 1 - Basics (Tags, Structure)
Stage 2 - Text (Headings, Lists, Links)
Stage 3 - Media (Images, Video)
Stage 4 - Forms
Stage 5 - Semantic HTML
Stage 6 - Tables
Stage 7 - HTML5 APIs
Stage 8 - SEO Basics
Stage 9 - Responsive Design
Stage 10 - Projects
๐ - HTML Mastery
https://www.youtube.com/watch?v=kDE31AmaIAM
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โฆ
๐2
Forwarded from Emmersive Learning (Mehammed T.)
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โฆ
Forwarded from Emmersive Learning
The roadmap to learning JavaScript
1. Print statement
2. Data types and variables
3. Basic operators
4. Logical operators
5. Comparisons
6. Loops and statements
7. alert()
8. prompt()
9. Arrays
10. Objects
11. Functions
12. Arrow function
13. Array methods
14. Hoisting
15. Closures
16. Callbacks
17. Promises
18. Async & Await
19. Currying
20. And other ES6 feature
https://www.youtube.com/watch?v=jF5oxeeuu6E
1. Print statement
2. Data types and variables
3. Basic operators
4. Logical operators
5. Comparisons
6. Loops and statements
7. alert()
8. prompt()
9. Arrays
10. Objects
11. Functions
12. Arrow function
13. Array methods
14. Hoisting
15. Closures
16. Callbacks
17. Promises
18. Async & Await
19. Currying
20. And other ES6 feature
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โฆ
Forwarded from Muhammed Teshome
แฅแแด!... แแ แแญแฆแ แแ แจแ แแแ แต แแญ! ๐๐๐
แฅแป แ แฐแแ แแ แแณแ!
แฅแป แ แฐแแ แแ แแณแ!
๐10โค1
Forwarded from Immersive Ai
Best Ai IDEs
1. Cursor (new agent is best)
2. Windsurf (great wave 2 update)
3. Aide (new AI focused IDE)
@ImmersiveAi
1. Cursor (new agent is best)
2. Windsurf (great wave 2 update)
3. Aide (new AI focused IDE)
@ImmersiveAi
โค4