Web design & ๐Ÿ˜ƒ development
29.2K subscribers
499 photos
23 videos
67 files
762 links
Admin๐Ÿ‘ฎ @sreetamo @Tranjar

Get free resources for webdevelopment , html , CSS , JavaScript , reactjs , wordpress , Php , nodejs ...etc. Buy ads: https://telega.io/c/WebsiteDesignLearningGroup
๐Ÿ‘ฅGroup๐Ÿ‘ฅ @website_DesignLearning_Group
Download Telegram
๐Ÿ”ด JOIN OUR DISCUSSION GROUP

๐Ÿ‘‰https://t.me/website_DesignLearning_Group

7000+ joined

โš ๏ธ Don't spam
๐Ÿ‘6๐Ÿ”ฅ3
๐Ÿ’Ž BEST WEBSITE TO LEARN REACT

๐Ÿ‘‰ https://react.dev/
๐Ÿ‘11๐Ÿ‘6
๐Ÿ”ด๐Ÿ”ด Learn AI
๐Ÿ‘‰ https://t.me/Aitechnologylearning
๐Ÿ”ฅ2๐Ÿ‘1๐Ÿฅฐ1
๐Ÿ“ฝLooking for Youtube channels but don't know which ones to follow? We got you covered ๐Ÿ“ฝ

๐Ÿ’ Here's a list of Youtube channels we recommend to learners :-

๐ŸŒŸ English Only
๐Ÿ”— Traversy Media: https://www.youtube.com/@TraversyMedia

๐Ÿ”— Net Ninja: https://www.youtube.com/@NetNinja

๐Ÿ”— Fireship: https://www.youtube.com/@Fireship

๐Ÿ”— Web Dev Simplified: https://www.youtube.com/@WebDevSimplified

๐Ÿ”— Anson The Developer: https://www.youtube.com/@ansonthedev

๐Ÿ”— Programming With Mosh: https://www.youtube.com/@programmingwithmosh

๐Ÿ”— Telusko: https://www.youtube.com/@Telusko

๐Ÿ”— Amigos Code: https://www.youtube.com/@amigoscode

๐Ÿ”— Derek Banas: https://www.youtube.com/@derekbanas

๐ŸŒŸ Hindi + English Mix

๐Ÿ”— Code With Harry: https://www.youtube.com/@CodeWithHarry

๐Ÿ”— Chai and Code ( Hitesh ): https://www.youtube.com/@chaiaurcode

๐Ÿ”— KG Coding: https://www.youtube.com/@KG_Coding

๐Ÿ”— WS Cube: https://www.youtube.com/@wscubetech

๐ŸŒŸJoin our telegram channel

https://t.me/WebsiteDesignLearningGroup
๐Ÿ‘10โค3๐Ÿ˜2
๐Ÿ”ด๐Ÿ”ด Follow us on Instagram
https://www.instagram.com/web_design_development_learn
๐Ÿ‘3
๐Ÿ”ด JOIN OUR AI CHANNEL ๐Ÿ”ด
๐Ÿ‘9๐Ÿ‘2
๐Ÿ”ด Docker Cheat Sheet .
JOIN
๐Ÿ‘7โค1
๐Ÿ‘13๐Ÿ‘2
๐Ÿ‘1
JavaScriptNotesForProfessionals(2) (1).pdf
4.1 MB
๐Ÿ”ด To purchase premium web development study material, contact ๐Ÿ‘‰ @sreetamo

๐Ÿ’ŽVideo course+ hand written notes+source code
๐Ÿ‘10โค2
๐ŸŒŸJoin our new channel to learn AI tools ๐Ÿ‘‰https://t.me/Aitechnologylearning
โค4๐Ÿ‘1๐Ÿ‘Ž1๐Ÿค”1
Javascript to keep your screen awake.
๐ŸŒŸJOIN DISCUSSION GROUP ๐ŸŒŸ
๐Ÿ‘10๐Ÿ‘3
โœ… Javascript Reduce method Example.

โ–ซ๏ธ Finding the longest word in a given string.

function longerWord(a, b) {
if (a.length > b.length) {
    return a;
  } else {
    return b;
}
}

const sentence = 'Hey there what are you doing this Wednesday night';

const longest = sentence.split(' ').reduce(longerWord);

console.log(longest);

// Wednesday

#JavaScript
(๐Ÿ“š) โ€ข @WebsiteDesignLearningGroup
๐Ÿ‘25โค2
๐ŸŒต LEARN AI TOOLS
๐Ÿ‘11
๐ŸงNow we are entering an generic AI world. So, don't be scared or doubt about the potential of Generic AI.

๐Ÿค”ChatGPT looks like a calculator that helps you with different task, but Generic AI, i.e Devin AI which is recently launched, is a kind of threat for web developers. It's obvious that AI can't replace humans, but it has eliminated many junior positions.


๐Ÿ˜ฑ๐Ÿ˜จPresently, if a company needs 25 to 30 employees, they may only need 4 to 5 people in the upcoming years to maintain Generic AI. This is the big threat for us.

๐Ÿ˜ฅThere are some people said that what about for conventional use about web development?

๐Ÿ˜‡Relax, if don't know basic languages then how to be understand about AI and its uses.

๐Ÿ˜‡๐Ÿ˜‡So, I advise everyone to learn AI from today, in addition to WEB DEVELOPMENT. This skill could help you in the upcoming years, and it is also reason for your survival.

Keep learning with us.


๐Ÿ‘‰Join our new channel to learn about AI, AI tools and many more things๐Ÿ‘‡๐Ÿ‘‡

https://t.me/Aitechnologylearning
๐Ÿ‘15โค3
MERN Stack Developer Roadmap 2024:

Step 1: ๐ŸŒ Master Web Basics
Step 2: ๐Ÿ–ฅ๏ธ HTML/CSS Proficiency
Step 3: โœจ Deep Dive into JavaScript
Step 4: ๐Ÿ—‚๏ธ Version Control with Git
Step 5: ๐Ÿ Node.js for Server-Side
Step 6: ๐Ÿ—ƒ๏ธ Express.js for Routing
Step 7: ๐Ÿ“ฆ NPM for Package Management
Step 8: ๐Ÿ“š MongoDB for Databases
Step 9: ๐ŸŒŸ React.js for Frontend
Step 10: ๐Ÿ” Implement Security (JWT)
Step 11: ๐Ÿš€ App Deployment (Heroku, Netlify)
Step 12: ๐Ÿณ Docker Basics
Step 13: โ˜๏ธ Explore Cloud Services
Step 14: ๐Ÿ”„ CI/CD with GitHub Actions
Step 15: ๐Ÿงช Testing with Jest
Step 16: ๐Ÿ“œ API Documentation
Step 17: ๐Ÿ“ข Build a Portfolio
Step 18: ๐Ÿ’ผ Resume Crafting
Step 19: ๐Ÿ›‘ Interview Preparation
Step 20: ๐Ÿ” Job Hunting Strategy

Join us: https://t.me/WebsiteDesignLearningGroup
๐Ÿ‘28โค13๐Ÿ‘Ž6
๐Ÿ‘5โค2
FREE Resources for HTML, CSS, and JavaScript:

1. Documentation and Tutorials:
- [MDN Web Docs](https://developer.mozilla.org/en-US/)
- [W3Schools](https://www.w3schools.com/)

2. Interactive Learning:
- [Codecademy](https://www.codecademy.com/)
- [freeCodeCamp](https://www.freecodecamp.org/)

3. Web Design Community:
- [CSS-Tricks](https://css-tricks.com/)

4. Open Source Projects:
- [GitHub](https://github.com/)

5. Problem-solving:
- [Stack Overflow](https://stackoverflow.com/)

6. Images for Projects:
- [Unsplash](https://unsplash.com/)
- [Pexels](https://www.pexels.com/)

๐Ÿ”ด๐Ÿ”ดhttps://t.me/WebsiteDesignLearningGroup
๐Ÿ‘17โค5
๐ŸŒตHtml
๐ŸŒต CSS
๐ŸŒต Javascript
๐ŸŒต React
๐ŸŒต Mongodb
๐ŸŒต Node js
Hand written notes available
+ Get access of our premium channel+ video course
Contact ๐Ÿ‘‰ @sreetamo
๐Ÿ‘29โค11๐Ÿ‘Ž1๐Ÿ”ฅ1๐Ÿ˜1