Emmersive Learning
4.87K subscribers
2.12K 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
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
๐Ÿ”ฅ5๐Ÿ‘2โค1
Do you still go to stackoverflow for your coding problem ?
ai editors are cool.
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)
Forwarded from Muhammed Teshome
FREE Certifications, ๐Ÿ’ฏ accepted in the industry:

http://freecodecamp.org/learn/
๐Ÿ‘6
๐Ÿ˜Š๐Ÿ˜‚
๐Ÿ˜16
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_________________
๐Ÿ‘9โค6
Learn web dev.
โค7๐Ÿฅฐ1
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
๐Ÿ‘9
Forwarded from Muhammed Teshome
.

แˆตแˆˆ Ai แŠฅแŠ“ Prompt Engineering แ‰ชแ‹ตแ‹ฎ แŠฅแˆฐแˆซแˆˆแˆ แ‰ฃแˆแŠฉแ‰ต แˆ˜แˆฐแˆจแ‰ต แ‹›แˆฌ แ‹จแˆ˜แŒ€แˆ˜แˆชแ‹ซแ‹แŠ• แ‰ฐแˆˆแ‰‹แˆ!

แ‰€แŒฃแ‹ญ แ‹จ Ai แ‰ฑแˆŽแ‰ฝแŠ• แŠฅแŠ“ แˆŒแˆŽแ‰ฝแˆ แ‰ฅแ‹™ แ‰ชแ‹ตแ‹ฎแ‹ˆแ‰ฝ แˆตแˆˆแˆแŠ•แˆฐแˆซ แˆˆแ‹› แˆ˜แАแˆป แ‹จแˆšแˆ†แŠ• แŠ แŒ แ‰ƒแˆ‹แ‹ญ แˆตแˆˆ Ai แŠฅแŠ“ Prompt Engineering แ‹‹แŠ“ แ‹‹แŠ“ แŠฎแŠ•แˆดแ•แ‰ถแ‰ฝแŠ• แ‰ แ‹šแˆ… แ‰ฐแˆ›แˆฉ!

แˆˆแ‰€แŒฃแ‹ญ แˆ˜แАแˆป แˆตแˆˆแˆ†แˆšแˆ†แŠ“แ‰ฝแˆ แ‰ แ‹ฐแŠ•แ‰ฅ แ‰ฅแ‰ณแ‹ฉแ‰ต แ‰ณแ‰ฐแˆญแ‹แˆ‹แ‰ฝแˆ!

แ‰ชแ‹ตแ‹ฎแ‹ แˆˆแˆแˆ‰แˆ แˆฐแ‹ แ‰€แˆ‹แˆ แАแ‹! แ‰ฅแ‹™ แ‰ดแŠญแŠ’แŠซแˆ แАแŒˆแˆญ แ‹จแˆˆแ‹แˆ แ‰ แ‹จแ‰ตแŠ›แ‹ แ‹˜แˆญแ แˆ‹แ‹ญ แ‹ซแˆ‹แ‰ฝแˆ แˆ˜แˆ›แˆญ แ‰ตแ‰ฝแˆ‹แˆ‹แ‰ฝแˆ!

Ai for Everyone!

@ImmersiveAi

https://youtu.be/8RptifehAvA
โค5
Forwarded from Muhammed Teshome
You
Can
Do
That
Hard
Thing
But
Itโ€™s
Gonna
Be
Hard
๐Ÿ‘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
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
๐Ÿ‘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
๐Ÿ‘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
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
โค4