๐ด JOIN OUR DISCUSSION GROUP
๐https://t.me/website_DesignLearning_Group
7000+ joined
โ ๏ธ Don't spam
๐https://t.me/website_DesignLearning_Group
7000+ joined
โ ๏ธ Don't spam
๐6๐ฅ3
๐ด๐ด Learn AI
๐ https://t.me/Aitechnologylearning
๐ 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
๐ 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
https://www.instagram.com/web_design_development_learn
๐3
๐ Please rate our channel. You may share your opinion to improve our content.
Anonymous Poll
12%
๐
6%
๐๐
12%
๐๐๐
22%
๐๐๐๐
48%
๐๐๐๐๐
๐13๐2
JavaScriptNotesForProfessionals(2) (1).pdf
4.1 MB
๐ด To purchase premium web development study material, contact ๐ @sreetamo
๐Video course+ hand written notes+source code
๐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 Reduce method Example.
โซ๏ธ Finding the longest word in a given string.
#JavaScript
(๐) โข @WebsiteDesignLearningGroup
โซ๏ธ 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
๐ง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
๐ค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
Telegram
AI DEVELOPERS & AI TECHNOLOGY || Chatgpt || Midjourney || stable diffusion || open journey
Get free resources for Artificial intelligence (AI) technology. ๐ฎโโ๏ธ Admin @sreetamo @Tranjar
#ai
#ai
๐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
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
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
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
MDN Web Docs
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
๐17โค5
๐ตHtml
๐ต CSS
๐ต Javascript
๐ต React
๐ต Mongodb
๐ต Node js
Hand written notes available
+ Get access of our premium channel+ video course
Contact ๐ @sreetamo
๐ต 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