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
Javascript basics : https://t.iss.one/javascript_courses/3
9. Clean-Code-Javascript : https://github.com/ryanmcdermott/clean-code-javascript
10. free-programming-books : https://github.com/EbookFoundation/free-programming-books
Share with your friends ❣️
https://t.iss.one/webdevcoursefree
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
Javascript basics : https://t.iss.one/javascript_courses/3
9. Clean-Code-Javascript : https://github.com/ryanmcdermott/clean-code-javascript
10. free-programming-books : https://github.com/EbookFoundation/free-programming-books
Share with your friends ❣️
https://t.iss.one/webdevcoursefree
👍22❤3
Hard to believe most devs & designers still use JPG and PNG on the web.
Using .WEBP means:
• Smaller file sizes for all your images
• Faster page loading
• Ultra sharp quality
Make the switch.
Your websites will be as sharp as you want.
Using .WEBP means:
• Smaller file sizes for all your images
• Faster page loading
• Ultra sharp quality
Make the switch.
Your websites will be as sharp as you want.
👍44❤9
A simple way to create the carousel effect in CSS without any third party libraries 🥳
Two things are the core for this effect:
👉 Sticky positioning which allows the item to be fixed in place when scrolling the next item
👉 Scroll snapping (a new CSS feature) that automatically snaps an item to the edge of a scrollable container
Two things are the core for this effect:
👉 Sticky positioning which allows the item to be fixed in place when scrolling the next item
👉 Scroll snapping (a new CSS feature) that automatically snaps an item to the edge of a scrollable container
👍13❤5