๐ด Become a professional Frontend Developer
in just 4 weeks!
Apply now: https://shorturl.at/dnKY8
โ ๏ธ Limited seats available.
in just 4 weeks!
Apply now: https://shorturl.at/dnKY8
โ ๏ธ Limited seats available.
๐10
๐ Please boost our channel
https://t.iss.one/boost/WebsiteDesignLearningGroup
https://t.iss.one/boost/WebsiteDesignLearningGroup
โค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
โซ๏ธ 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
๐31โค4
๐๐ Paid promotion available contact @sreetamo . ๐
Starting at just $5. Offer for limited time. Grab it now.
โค4
Top 10 Github Repositories For Web Developer
1. Web Developer-Roadmap : https://github.com/kamranahmedse/developer-roadmap
2. 30-Seconds-Of-Code : https://github.com/30-seconds/30-seconds-of-code
3. Awesome-Cheatsheets : https://github.com/LeCoupa/awesome-cheatsheets
4. CSS-Protips : https://github.com/AllThingsSmitty/css-protips
5. 33-JS-Concepts : https://github.com/leonardomso/33-js-concepts
6. You-Dont-Know-JS : https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed
7. Front-End-Checklist : https://github.com/thedaviddias/Front-End-Checklist
8. Javascript-Questions : https://github.com/lydiahallie/javascript-questions
9. Clean-Code-Javascript : https://github.com/ryanmcdermott/clean-code-javascript
Join for more: https://t.iss.one/WebsiteDesignLearningGroup
1. Web Developer-Roadmap : https://github.com/kamranahmedse/developer-roadmap
2. 30-Seconds-Of-Code : https://github.com/30-seconds/30-seconds-of-code
3. Awesome-Cheatsheets : https://github.com/LeCoupa/awesome-cheatsheets
4. CSS-Protips : https://github.com/AllThingsSmitty/css-protips
5. 33-JS-Concepts : https://github.com/leonardomso/33-js-concepts
6. You-Dont-Know-JS : https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed
7. Front-End-Checklist : https://github.com/thedaviddias/Front-End-Checklist
8. Javascript-Questions : https://github.com/lydiahallie/javascript-questions
9. Clean-Code-Javascript : https://github.com/ryanmcdermott/clean-code-javascript
Join for more: https://t.iss.one/WebsiteDesignLearningGroup
๐11๐ฅ5โค3
Companies won't go from 100 developers down to 0 because of AI.
They will, however, solve 10x more problems with the same team. 10x more software, 10x higher quality.
We may see a net gain in software jobs, not a decrease.
They will, however, solve 10x more problems with the same team. 10x more software, 10x higher quality.
We may see a net gain in software jobs, not a decrease.
๐23โค8๐3
๐ฅ Git: Merging vs Rebasing
In git, when there are some changes in a parent branch from which you forked, there are two strategies to incorporate them into your working branch:
โจ Merging:
As the name suggests, 'merges' the parent branch into your branch. The advantage is that handling conflicts (if any) is easier, since you only need to resolve them for the merge commit once. However, this may make the git history a bit harder to follow
โจ Rebasing:
Takes all the commits you made in your branch, and applies them on top of the head of the parent branch. As if repositioning the base of the branch.
This helps to create a linear and easy to follow git history, but conflict resolution may be tedious and you need to force push the branch to the origin.
In git, when there are some changes in a parent branch from which you forked, there are two strategies to incorporate them into your working branch:
โจ Merging:
As the name suggests, 'merges' the parent branch into your branch. The advantage is that handling conflicts (if any) is easier, since you only need to resolve them for the merge commit once. However, this may make the git history a bit harder to follow
โจ Rebasing:
Takes all the commits you made in your branch, and applies them on top of the head of the parent branch. As if repositioning the base of the branch.
This helps to create a linear and easy to follow git history, but conflict resolution may be tedious and you need to force push the branch to the origin.
๐17โค6
๐
๐
Join our discussion group https://t.iss.one/website_DesignLearning_Group
Forwarded from Web design & ๐ development
Join our new channel to learn AI tools ๐https://t.iss.one/Aitechnologylearning
Join our new channel to learn the latest AI tools and techniques.
๐ Master powerful AI tools like ChatGPT, Midjourney, and Stable Diffusion.
๐Discover the limitless possibilities of AI and how it can enhance your creativity and productivity.
๐Explore the vast world of AI and unlock its potential to transform your life and business.
Join our channel now: https://t.iss.one/Aitechnologylearning
Join our new channel to learn the latest AI tools and techniques.
๐ Master powerful AI tools like ChatGPT, Midjourney, and Stable Diffusion.
๐Discover the limitless possibilities of AI and how it can enhance your creativity and productivity.
๐Explore the vast world of AI and unlock its potential to transform your life and business.
Join our channel now: https://t.iss.one/Aitechnologylearning
๐5โค3