Web design & ๐Ÿ˜ƒ development
29.2K subscribers
495 photos
23 videos
65 files
757 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
This media is not supported in your browser
VIEW IN TELEGRAM
Sam Altman says the future AI models wonโ€™t just be smarter โ€” theyโ€™ll be simpler, more reliable, and easier to trust

Instead of choosing different models, users will have one that automatically does the right thing.

"It just works" becomes the default
โค2
๐Ÿ”ฐ JavaScript Tip ๐Ÿ’ก: Add properties to an object based on a condition.
๐Ÿ‘3โค1
๐Ÿ”ดWhat will be the output?
๐Ÿ‘4
๐Ÿคฃ34๐Ÿคก3๐Ÿฅด2โค1๐Ÿ”ฅ1
Chrome's Face Detection API!!

Used in real-time face detection for image processing, security, photo apps, or adding effects on faces in media.
โค8๐Ÿ”ฅ4๐Ÿ‘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
โค13
โค2๐Ÿ‘1
โœ… 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
โค10๐Ÿ‘2
๐Ÿ”ด๐Ÿ”ดโ€œProbably none of us will have a job.โ€ #ElonMusk said universal basic income will take off once #AI replaces all of us! Do you think Ai will be the end of us? ๐Ÿ‘‡๐Ÿ‘€
โค7
Node js hand written note.
โค1
Javascript hand written notes
โค10๐Ÿ‘4
๐Ÿ”… Loading Animation in CSS
โค2