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
Calm down, Newbie. 😃😆
.
😁3
😂😂
😁1
which one do you like ?
1
Which Developer are you ?
1
Top 25 resources that will revolutionise your freelancing career in 2023:

1. Online Courses:

• Udemy
• Coursera
• Skillshare
• Treehouse
• LinkedIn Learning

2. Freelance Gigs:

• Guru
• Fiverr
• Upwork
• Freelancer
• PeoplePerHour

3. Freelance Communities:

• Dribbble
• Behance
• Remote. co
• Freelance Union
• The Creative Market

4. Manage Projects:

• Trello
• Asana
• Notion
• ClickUp
• Monday. com

5. Create Designs:

• Figma
• Canva
• Sketch
• InVision
• Adobe Creative Cloud
1👍1
Stock image sites for frontend developers ↓

Pexels .com

Lifeofpix .com

Unsplash .com

Picsum .photos

Kaboompics .com

Pixabay .com

Freepik .com

StockSnap .io

PikWizard .com

Picjumbo .com

Dreamstime .com
Websites to Find Remote Jobs👇🏻

1. FlexJobs
2. Remote .co
3. We Work Remotely
4. Working Nomads
5. Remotive
6. Dribbble
7. Skip The Drive
8. RemoteOK
9. Hubstaff Talent
10. Power To Fly
11. freelancer. in
12. justremote. co
13. wellfound. Com
14. himalayas. App
15. tryremotely. com
16. nodesk .co
17. Linkedin
18. JS Remotely
👍1
You can build Great web apps using free public APIs

Here are some of them for you:

- Yelp API
- Telgeram API
- Google APIs
- Rapid API
- Facebook API
- Mapbox API
- Twitter API
- Shutterstock API
1
Free Hosting Platforms!🌐

➼ Frontend
• GH Pages
• Netlify ❯ netlify .com
• Render ❯ render .com
• Surge ❯ surge .sh
• Fleek ❯ fleek .co

➼ Backend
• Heroku ❯ heroku .com
• Firebase ❯ firebase .com
• Vercel ❯ vercel .com
• Glitch ❯ glitch .com
• Fly ❯ fly .io
2
Do yourself a favor:

• Open your laptop
• Open YouTube
• Type HTML crash course
• Start learning
• Learn CSS alongside
• Ask questions to ChatGPT/Bard
• Build projects
• Push code to GitHub
• Share your progress on 𝕏, Telegram, Fb, LIkedin

Don't think much.

This is the right time.
13 Websites to get FREE Images

🖼flickr .com
🖼canva .com
🖼pexels .com
🖼freepik .com
🖼pixabay .com
🖼stocksnap .io
🖼lifeofpix .com
🖼unsplash .com
🖼stockvault .net
🖼freeimages .com
🖼create .vista.com
🖼kaboompics .com
🖼burst.shopify .com
10 FREE HTML/CSS Template Sites 👇👇

💎 html5up .net
💎 freehtml5 .co
💎 uideck .com
💎 bootswatch .com
💎 onepagelove .com
💎 bootstraptaste .com
💎 bootstrapmade .com
💎 mashup-template .com
💎 cruip .com/free-templates
💎 free-css .com/free-css-templates
Good Morning 😊😂
😁1
All The Javanoscript Array Methods You Need To Know!

[🟣🟡🟣🟡].map(🟣,🟥) => 🟥🟥🟥🟥

[🟡🟣🟥🟡].filter(🟡) => 🟡🟡🟡

[🟥🟥🟡🟡].find(🟡) => 🟡

[🟥🟥🟥🟣].findIndex(🟣) => 3

[🟡🟡🟡🟡].fill(1,🟥) => 🟡🟥🟥🟥

[🟥🟡🟡🟥].some(🟡) => True

[🟣🟡🟡🟥].every(🟣) => False

[🟡🟣🟣🟣].reduce((🟣,🟠)=>🟣+🟠, 0) => 🟡🟡🟡🟡

[🟣🟣🟡🟡].includes(🟣) => True

[🟡🟡🟥🟣].indexOf(🟥) => 2

[🟡🟥🟥🟡].lastIndexOf(🟥) => 2

[🟥🟡🟡🟥].sort() => 🟡🟡🟥🟥

[🟣🟣🟡🟥].reverse() => 🟥🟡🟣🟣

[🟣, 🟡].concat([🟠, 🟠]) => 🟣🟡🟠🟠

[🟡🟡🟡🟡].slice(1,3) => 🟡🟡

[🟣🟣🟡🟡].splice(1,2,🟥🟥) => 🟣🟥🟥🟡

[🟡🟡🟣🟡].join(' - ') => 🟡 - 🟡 - 🟣 - 🟡

[🟡🟡🟣🟣].pop() => 🟣 [🟡🟡🟣]

[🟣🟡🟣🟡].shift() => 🟣 [🟡🟣🟡]

[🟡🟡🟣].push(🟥) => 🟡🟡🟣🟥

[🟣🟡🟡].unshift(🟥) => 🟥🟣🟡🟡

[🟣🟡🟣🟥].copyWithin(2, 0, 2) => 🟣🟡🟣🟡

[🟣🟣🟥🟥].fill(🟩, 2) => 🟣🟣🟩🟩

[🟣, 🟥, 🟩].concat([🟡, 🟡]) => 🟣🟥🟩🟡🟡