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
Web design & ๐Ÿ˜ƒ development pinned ยซ๐Ÿ”ด Blockchain development is a very high demanding and high paying skill. Join our new channel to learn ๐Ÿ‘‡ https://t.me/blockchaindvยป
๐Ÿ‘6โค1
๐Ÿ‘ฉโ€๐Ÿ’ป Data Fetching in Next.js

You don't have to use a webhook when fetching data in Next.js. On top of that, you don't have to rely on the clients connection for speed as server communicates directly with database which is way faster.

๐Ÿ”ด๐Ÿ”ด Join our AI channel
https://t.me/Aitechnologylearning
๐Ÿ”ฅ5โค2๐Ÿ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
๐ŸŒ™ Animated solar system source code : https://codepen.io/cycosta/pen/OJMebrQ

๐Ÿ”ด Learn blockchain development
https://t.me/blockchaindv
๐Ÿ”ฅ5๐Ÿ‘1
1. Codecanyon.net
2. Sellanycode.com
3. Codester.com
4. Codegrape.com
5. Piecex.com

Save and Share ๐Ÿš€

๐Ÿ”ด Learn blockchain development
https://t.me/blockchaindv
๐Ÿ‘4
โœ… 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
๐Ÿ‘9โค2
Forwarded from supsayan
No more drains and painful searches - all assets for free in my tg channel's ๐Ÿ‘‡

๐ŸŽจ Graphics Leaks - a ideal place for graphic designers to find premium layouts, effects, fonts, vector elements and more.

๐ŸŽจ AE Stock & Edits - a channel for motion designers where you will find many useful premium presets, plugins, footages and transitions.

Yes, we found and downloaded everything for you and share it for free
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘5โค1
๐Ÿ”ด join our discussion group
๐Ÿ‘‰https://t.me/website_DesignLearning_Group
๐ŸŒต Loops in JavaScript
๐Ÿ‘4โค1