This New Speculation API Will Make Your Site 10x Faster ๐
https://youtu.be/LEF4UaM5m4U
https://youtu.be/LEF4UaM5m4U
YouTube
This New Speculation API Will Make Your Site 10x Faster
The brand new Speculation API makes prerendering and prefetching so easy. It is one of my favorite new APIs since it makes your pages load instantly with almost no work on your end. In this video I explain exactly how this API works and how you can use itโฆ
โค3
ู
ู ุฃูุถู ุงููููุงุช ุนูู ููุชููุจ ูุชุนูู
React
The best React content on YouTube! ๐ฏ
https://www.youtube.com/@cosdensolutions
The best React content on YouTube! ๐ฏ
https://www.youtube.com/@cosdensolutions
YouTube
Cosden Solutions
The best React content on YouTube! ๐ค
โค1
ุฏููู ุจุณูุท ูุณูู ูููู
ุงูู Sitemaps ๐ป
ูุนูู ุฅููุ ูููู ูุฌูุฏูุง ู ูู ูู ููุนูุ ูุฅุฒุงู ุชุนู ููุง ุจุงูุทุฑููุฉ ุงูุตุญุ
Understanding Sitemaps: The Simple Guide ๐ฏ
๐ Dev Community:
https://dev.to/alisamir/understanding-sitemaps-the-simple-guide-4gmo
๐ Medium:
https://medium.com/@dev.alisamir/understanding-sitemaps-the-simple-guide-143457c8decb
ูุนูู ุฅููุ ูููู ูุฌูุฏูุง ู ูู ูู ููุนูุ ูุฅุฒุงู ุชุนู ููุง ุจุงูุทุฑููุฉ ุงูุตุญุ
Understanding Sitemaps: The Simple Guide ๐ฏ
๐ Dev Community:
https://dev.to/alisamir/understanding-sitemaps-the-simple-guide-4gmo
๐ Medium:
https://medium.com/@dev.alisamir/understanding-sitemaps-the-simple-guide-143457c8decb
โค3
Improve your .NET knowledge right now! ๐
Check out these free resources:
โข .NET 9 Linq: https://lnkd.in/dfvhh9bx
โข .NET 9 HybridCache: https://lnkd.in/di8zX3SN
โข Chain Responsibility Pattern: https://lnkd.in/dvn5Kj9b
โข Exploring C# 13: https://lnkd.in/dKeVnVDd
โข Azure Feature Management: https://lnkd.in/dcBYNAnW
โข Azure KeyVault: https://lnkd.in/dpQcG_m7
โข LINQ Performance: https://lnkd.in/dsMG9eCc
โข Multithreading Singleton: https://lnkd.in/dypwRkAb
โข Guard Clauses: https://lnkd.in/dgUhY6zX
โข CQRS without MediatR: https://lnkd.in/dC5e8CEu
โข REPR Pattern: https://lnkd.in/dgf36vNA
โข Refit: https://lnkd.in/dcpK2TTt
โข Source Generators: https://lnkd.in/dQTHVmTq
โข Swagger UI: https://lnkd.in/dNg2eyGa
๐ 30 Essential Interview Questions for Node.js Developers ๐
Are you preparing for a Node.js interview? Hereโs a curated list of 30 important questions that can help you showcase your skills and knowledge in this powerful JavaScript runtime:
1. What is Node.js, and how does it work?
2. Explain the event-driven architecture in Node.js.
3. What are the advantages of using Node.js?
4. What is non-blocking I/O?
5. How do you handle errors in Node.js?
6. What are callbacks, and how do they function in Node.js?
7. Explain the concept of middleware in Express.js.
8. What is npm, and why is it important?
9. How do you manage asynchronous code in Node.js?
10. What are streams, and what types are available in Node.js?
11. Describe the role of the 'process' object in Node.js.
12. What is the purpose of 'module.exports'?
13. How can you secure HTTP cookies from XSS attacks?
14. What is the difference between synchronous and asynchronous functions?
15. Explain the concept of Promises in JavaScript.
16. How does the event loop work in Node.js?
17. What are some common exit codes in Node.js?
18. Describe how to implement a RESTful API using Node.js.
19. What is the difference between global and local variables in Node.js?
20. How can you optimize performance in a Node.js application?
21. What is clustering, and why would you use it?
22. Explain how to handle unhandled exceptions.
23. What tools can you use for testing Node.js applications?
24. Describe the concept of a singleton pattern in Node.js.
25. How do you connect to a database using Node.js?
26. What is the purpose of the 'Buffer' class in Node.js?
27. Explain CORS and how to handle it in a Node application.
28. What are environment variables, and how do you use them?
29. How do you implement logging in a Node.js application?
30. Discuss the importance of security best practices in Node.js.
Good luck with your interviews! ๐ปโจ
Are you preparing for a Node.js interview? Hereโs a curated list of 30 important questions that can help you showcase your skills and knowledge in this powerful JavaScript runtime:
1. What is Node.js, and how does it work?
2. Explain the event-driven architecture in Node.js.
3. What are the advantages of using Node.js?
4. What is non-blocking I/O?
5. How do you handle errors in Node.js?
6. What are callbacks, and how do they function in Node.js?
7. Explain the concept of middleware in Express.js.
8. What is npm, and why is it important?
9. How do you manage asynchronous code in Node.js?
10. What are streams, and what types are available in Node.js?
11. Describe the role of the 'process' object in Node.js.
12. What is the purpose of 'module.exports'?
13. How can you secure HTTP cookies from XSS attacks?
14. What is the difference between synchronous and asynchronous functions?
15. Explain the concept of Promises in JavaScript.
16. How does the event loop work in Node.js?
17. What are some common exit codes in Node.js?
18. Describe how to implement a RESTful API using Node.js.
19. What is the difference between global and local variables in Node.js?
20. How can you optimize performance in a Node.js application?
21. What is clustering, and why would you use it?
22. Explain how to handle unhandled exceptions.
23. What tools can you use for testing Node.js applications?
24. Describe the concept of a singleton pattern in Node.js.
25. How do you connect to a database using Node.js?
26. What is the purpose of the 'Buffer' class in Node.js?
27. Explain CORS and how to handle it in a Node application.
28. What are environment variables, and how do you use them?
29. How do you implement logging in a Node.js application?
30. Discuss the importance of security best practices in Node.js.
Good luck with your interviews! ๐ปโจ
โค4๐2
Forwarded from DevJobs ๐ต๐ธ
ูุนูู ู
ุนูุฏ ุชูููููุฌูุง ุงูู
ุนููู
ุงุช ุนู ูุชุญ ุจุงุจ ุงูุชุณุฌูู ูู
ูุญ ุจุฑูุงู
ุฌ ุงูุชุฏุฑูุจ ุงูู
ูุซู ูู ุชุฎุตุตุงุช ุชูููููุฌูุฉ ู
ุชู
ูุฒุฉ ูุฎุฑูุฌู ุงูุฌุงู
ุนุงุช ุงูู
ุตุฑูุฉ ู
ู ุนุงู
2015 ูุญุชู ุนุงู
2024 ุจู
ูุฑุงุช ุงูู
ุนูุฏ ุจุงูู
ุญุงูุธุงุช ุงูู
ุฎุชููุฉ ูุจู
ุฑุงูุฒ ุฅุจุฏุงุน ู
ุตุฑ ุงูุฑูู
ูุฉ.
๐ธุงูู ุณุชูุฏุงุช ุงูู ุทููุจุฉ ูู ุฑุงุญู ุงูุชุณุฌูู ู ูุถุญุฉ ุจุฑุงุจุท ุงูุชุณุฌูู.
๐ธูุธุงู ุงูุญุถูุฑ ุจุงูุฏูุฑุงุช ุงูุชุฏุฑูุจูุฉ ูู ูุธุงู ู ุฎุชูุท Blended Learning.
๐ธูุจุฏุฃ ุงูุชุณุฌูู ุงุนุชุจุงุฑุงู ู ู ููู ุงูุณุจุช ุงูู ูุงูู 11 ููุงูุฑ 2025 ููุณุชู ุฑ ุญุชู ููู ุงูุงุซููู ุงูู ูุงูู 20 ููุงูุฑ 2025.
๐ธูุชู ุงูุชุณุฌูู ู ู ุฎูุงู ุงูุฑุงุจุท ุงูุชุงูู ุนูู ุงูู ููุน ุงูุฑุณู ู ูู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช:
https://internal.iti.gov.eg/homeS
๐ธ ูู ุฒูุฏ ู ู ุงูุชูุงุตูู ูู ุนุฑูุฉ ุงูู ุณุงุฑุงุช ุงูู ุชุงุญุฉ ููุชูุฏูู ูุฑุฌู ู ุชุงุจุนุฉ ุงูุตูุญุงุช ุงูุฑุณู ูุฉ ููุฑูุน ุงูู ุนูุฏ ุนูู ุงูููุณ ุจูู:
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุงููุฑูุฉ ุงูุฐููุฉ:
- https://www.facebook.com/ITISmartVillageBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุงูุนุงุตู ุฉ ุงูุฅุฏุงุฑูุฉ ุงูุฌุฏูุฏุฉ:
- https://www.facebook.com/ITIKnowledgeCityBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุงูุฅุณู ุงุนูููุฉ:
- https://www.facebook.com/ITISuezCanalBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูุฅุณููุฏุฑูุฉ:
- https://www.facebook.com/ITIAlexBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุฌุงู ุนุฉ ุงููุงูุฑุฉ:
- https://www.facebook.com/ITICairoUniversityBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูุนุฑูุด:
- https://www.facebook.com/ITIElArishBranch?mibextid=ZbWKwL
-- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุฃุณููุท:
- https://www.facebook.com/ITIAssiut?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุฃุณูุงู:
- https://www.facebook.com/ITIAswan?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ู ุฏููุฉ ุจููุง:
- https://www.facebook.com/ITIBanhaBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูู ููุง:
- https://www.facebook.com/ITIMinya?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุทูุทุง:
- https://www.facebook.com/ITITantaBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุจูู ุณููู:
- https://www.facebook.com/ITIBeniSuifBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจููุง:
- https://www.facebook.com/ITIQena?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุฏู ูููุฑ:
- https://www.facebook.com/ITIDamanhourBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงููููู :
- https://www.facebook.com/ITIAlFayoumBranch?mibextid=ZbWKwL
- - ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูู ูุตูุฑุฉ:
- https://www.facebook.com/ITIMansoura?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูุฒูุงุฒูู:
- https://www.facebook.com/ITIZagazigBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุจูุฑุณุนูุฏ:
- https://www.facebook.com/ITIPortsaidBranch?mibextid=ZbWKwL
-- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุณููุงุฌ:
- https://www.facebook.com/ITISohag?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูู ููููุฉ:
- https://www.facebook.com/itimenofiabranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงููุงุฏู ุงูุฌุฏูุฏ:
- https://www.facebook.com/ITINewValleyBranch?mibextid=ZbWKwL
๐ธุงูู ุณุชูุฏุงุช ุงูู ุทููุจุฉ ูู ุฑุงุญู ุงูุชุณุฌูู ู ูุถุญุฉ ุจุฑุงุจุท ุงูุชุณุฌูู.
๐ธูุธุงู ุงูุญุถูุฑ ุจุงูุฏูุฑุงุช ุงูุชุฏุฑูุจูุฉ ูู ูุธุงู ู ุฎุชูุท Blended Learning.
๐ธูุจุฏุฃ ุงูุชุณุฌูู ุงุนุชุจุงุฑุงู ู ู ููู ุงูุณุจุช ุงูู ูุงูู 11 ููุงูุฑ 2025 ููุณุชู ุฑ ุญุชู ููู ุงูุงุซููู ุงูู ูุงูู 20 ููุงูุฑ 2025.
๐ธูุชู ุงูุชุณุฌูู ู ู ุฎูุงู ุงูุฑุงุจุท ุงูุชุงูู ุนูู ุงูู ููุน ุงูุฑุณู ู ูู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช:
https://internal.iti.gov.eg/homeS
๐ธ ูู ุฒูุฏ ู ู ุงูุชูุงุตูู ูู ุนุฑูุฉ ุงูู ุณุงุฑุงุช ุงูู ุชุงุญุฉ ููุชูุฏูู ูุฑุฌู ู ุชุงุจุนุฉ ุงูุตูุญุงุช ุงูุฑุณู ูุฉ ููุฑูุน ุงูู ุนูุฏ ุนูู ุงูููุณ ุจูู:
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุงููุฑูุฉ ุงูุฐููุฉ:
- https://www.facebook.com/ITISmartVillageBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุงูุนุงุตู ุฉ ุงูุฅุฏุงุฑูุฉ ุงูุฌุฏูุฏุฉ:
- https://www.facebook.com/ITIKnowledgeCityBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุงูุฅุณู ุงุนูููุฉ:
- https://www.facebook.com/ITISuezCanalBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูุฅุณููุฏุฑูุฉ:
- https://www.facebook.com/ITIAlexBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุฌุงู ุนุฉ ุงููุงูุฑุฉ:
- https://www.facebook.com/ITICairoUniversityBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูุนุฑูุด:
- https://www.facebook.com/ITIElArishBranch?mibextid=ZbWKwL
-- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ุฃุณููุท:
- https://www.facebook.com/ITIAssiut?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุฃุณูุงู:
- https://www.facebook.com/ITIAswan?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ู ุฏููุฉ ุจููุง:
- https://www.facebook.com/ITIBanhaBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูู ููุง:
- https://www.facebook.com/ITIMinya?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุทูุทุง:
- https://www.facebook.com/ITITantaBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุจูู ุณููู:
- https://www.facebook.com/ITIBeniSuifBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจููุง:
- https://www.facebook.com/ITIQena?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุฏู ูููุฑ:
- https://www.facebook.com/ITIDamanhourBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงููููู :
- https://www.facebook.com/ITIAlFayoumBranch?mibextid=ZbWKwL
- - ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูู ูุตูุฑุฉ:
- https://www.facebook.com/ITIMansoura?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูุฒูุงุฒูู:
- https://www.facebook.com/ITIZagazigBranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุจูุฑุณุนูุฏ:
- https://www.facebook.com/ITIPortsaidBranch?mibextid=ZbWKwL
-- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ูู ุณููุงุฌ:
- https://www.facebook.com/ITISohag?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงูู ููููุฉ:
- https://www.facebook.com/itimenofiabranch?mibextid=ZbWKwL
- ู ุนูุฏ ุชูููููุฌูุง ุงูู ุนููู ุงุช ูุฑุน ู ุฑูุฒ ุฅุจุฏุงุน ู ุตุฑ ุงูุฑูู ูุฉ ุจุงููุงุฏู ุงูุฌุฏูุฏ:
- https://www.facebook.com/ITINewValleyBranch?mibextid=ZbWKwL
โค3
DevGuide ๐ต๐ธ pinned ยซูุนูู ู
ุนูุฏ ุชูููููุฌูุง ุงูู
ุนููู
ุงุช ุนู ูุชุญ ุจุงุจ ุงูุชุณุฌูู ูู
ูุญ ุจุฑูุงู
ุฌ ุงูุชุฏุฑูุจ ุงูู
ูุซู ูู ุชุฎุตุตุงุช ุชูููููุฌูุฉ ู
ุชู
ูุฒุฉ ูุฎุฑูุฌู ุงูุฌุงู
ุนุงุช ุงูู
ุตุฑูุฉ ู
ู ุนุงู
2015 ูุญุชู ุนุงู
2024 ุจู
ูุฑุงุช ุงูู
ุนูุฏ ุจุงูู
ุญุงูุธุงุช ุงูู
ุฎุชููุฉ ูุจู
ุฑุงูุฒ ุฅุจุฏุงุน ู
ุตุฑ ุงูุฑูู
ูุฉ. ๐ธุงูู
ุณุชูุฏุงุช ุงูู
ุทููุจุฉ ูู
ุฑุงุญู ุงูุชุณุฌูู ู
ูุถุญุฉโฆยป
ุฃูุถู ุฃุฏุงุฉ ู
ุฌุงููุฉ ูุชุตู
ูู
ุณูุฑุชู ุงูุฐุงุชูุฉ ุจุณูููุฉ
https://creators.nafezly.com/a/9634
https://creators.nafezly.com/a/9634
ุตูุงุน
ุฃูุถู ุฃุฏุงุฉ ู
ุฌุงููุฉ ูุชุตู
ูู
ุณูุฑุชู ุงูุฐุงุชูุฉ ุจุณูููุฉ | ุตูุงุน
ูู ุนุงูู
ูุง ุงูุฑูู
ู ุงูู
ุชุณุงุฑุนุ ุฃุตุจุญุช ุงูุณูุฑ ุงูุฐุงุชูุฉ ุฃุฏุงุฉ ุฃุณุงุณูุฉ ูุนุฑุถ ุงูู
ูุงุฑุงุช ูุงูุฎุจุฑุงุช ุงูู
ูููุฉ ุจุทุฑููุฉ ุฌุฐุงุจุฉ ูุงุญุชุฑุงููุฉ. ูู
ุน ุชุฒุงูุฏ ุงูุญุงุฌุฉ ุฅูู ุงูุชู
ูุฒ ูู ุณูู ุงูุนู
ูุ ุธูุฑุช ุงูุนุฏูุฏ ู
ู ุงูู
ูุงูุน ุงูุชู ุชุณุงุนุฏ ูู ุชุตู
ู...
โค2๐1
ุฅุฒุงู ุงูู
ููุน ุจูุดุชุบู ู
ู ุบูุฑ ุงูุชุฑูุชุ ๐
.
.
ุนู ุฑู ููุฑุช ุฅุฒุงู ู ู ูู ุชูุชุญ ู ููุน ููุจ ูููุถู ูุดุชุบู ุญุชู ูู ุงูุฅูุชุฑูุช ูุตูุ ุฃู ุชูุงูู ุงูู ููุน ุณุฑูุน ุฌุฏูุง ูุฃูู ู ุฎุฒู ูู ุญุงุฌุฉ ุนูุฏูุ ุงูุณุฑ ููุง ูู ุงูู Service Workers.
ุงูู Service Workers ุจุชูุนุจ ุฏูุฑ ูุจูุฑ ูู ุชุญุณูู ุชุฌุฑุจุฉ ุงูู ุณุชุฎุฏู ุ ูู ุงู ุจุชุฎูู ุงูู ูุงูุน ุชุดุชุบู ุจุณุฑุนุฉ ูููุงุกุฉ ุญุชู ูู ุญุงูุฉ ุงููุทุงุน ุงูุฅูุชุฑูุช.
ุชุนุงู ูููู ุงูู ูุถูุน ุจุจุณุงุทุฉ...
โโโ
https://www.linkedin.com/posts/dev-alisamir_webdevelopment-webdeveloper-frontenddevelopment-activity-7283146807570829312-v1z5
https://qabilah.com/posts/snbCgmkcI98
https://www.facebook.com/share/p/161USWQ8A8
โโโ
ูู ุดุงูู ุฅู ุงูุจูุณุช ุฏู ู ููุฏุ ุงุฏุนู ู ุจู Like ุฃู Share ุนุดุงู ุงููู ูุณุชููุฏ. ๐ก
ููููู ุงููู ููู ุฎูุฑ ๐ฟ
.
.
ุนู ุฑู ููุฑุช ุฅุฒุงู ู ู ูู ุชูุชุญ ู ููุน ููุจ ูููุถู ูุดุชุบู ุญุชู ูู ุงูุฅูุชุฑูุช ูุตูุ ุฃู ุชูุงูู ุงูู ููุน ุณุฑูุน ุฌุฏูุง ูุฃูู ู ุฎุฒู ูู ุญุงุฌุฉ ุนูุฏูุ ุงูุณุฑ ููุง ูู ุงูู Service Workers.
ุงูู Service Workers ุจุชูุนุจ ุฏูุฑ ูุจูุฑ ูู ุชุญุณูู ุชุฌุฑุจุฉ ุงูู ุณุชุฎุฏู ุ ูู ุงู ุจุชุฎูู ุงูู ูุงูุน ุชุดุชุบู ุจุณุฑุนุฉ ูููุงุกุฉ ุญุชู ูู ุญุงูุฉ ุงููุทุงุน ุงูุฅูุชุฑูุช.
ุชุนุงู ูููู ุงูู ูุถูุน ุจุจุณุงุทุฉ...
โโโ
๐ LinkedIn
https://www.linkedin.com/posts/dev-alisamir_webdevelopment-webdeveloper-frontenddevelopment-activity-7283146807570829312-v1z5
๐ Qabilah
https://qabilah.com/posts/snbCgmkcI98
๐ Facebook
https://www.facebook.com/share/p/161USWQ8A8
โโโ
ูู ุดุงูู ุฅู ุงูุจูุณุช ุฏู ู ููุฏุ ุงุฏุนู ู ุจู Like ุฃู Share ุนุดุงู ุงููู ูุณุชููุฏ. ๐ก
ููููู ุงููู ููู ุฎูุฑ ๐ฟ
โค8
ุฅุฒุงู ุชุฎูู ู
ููุนู "ูุฑุงุฑู" ูู ุงูุฃุฏุงุกุ ๐๐ฅ
.
.
ูููุง ุนุงุฑููู ุฅู ุณุฑุนุฉ ุงูู ููุน ู ุด ุฑูุงููุฉุ ุจู ูู ุถุฑูุฑูุฉ ุนุดุงู ุงูู ุณุชุฎุฏู ููุถู ู ุจุณูุท ูู ูุฒููุดุ ููู ุงู ุนู ุฌูุฌู ูุญุจู ููุธูุฑ ุงูู ููุน ุจุชุงุนู ูู ุชุฑุชูุจ ูููุณ ูู ูุชุงุฆุฌ ุงูุจุญุซ! ๐
ุชุนุงู ูุชููู ุนู ุงูู Front-End Performance Optimization ุจุดูู ู ูุตู ุฌุฏูุง ูุจุทุฑููุฉ ุจุณูุทุฉ...
โโโ
๐ LinkedIn
https://www.linkedin.com/posts/mentoor-io_frontenddevelopment-frontenddeveloper-frontend-activity-7283860932466761728-Msve
๐ Facebook
https://www.facebook.com/share/p/18fWGsKEjK
โโโ
ููููู ุงููู ููู ุฎูุฑ โ๏ธ
.
.
ูููุง ุนุงุฑููู ุฅู ุณุฑุนุฉ ุงูู ููุน ู ุด ุฑูุงููุฉุ ุจู ูู ุถุฑูุฑูุฉ ุนุดุงู ุงูู ุณุชุฎุฏู ููุถู ู ุจุณูุท ูู ูุฒููุดุ ููู ุงู ุนู ุฌูุฌู ูุญุจู ููุธูุฑ ุงูู ููุน ุจุชุงุนู ูู ุชุฑุชูุจ ูููุณ ูู ูุชุงุฆุฌ ุงูุจุญุซ! ๐
ุชุนุงู ูุชููู ุนู ุงูู Front-End Performance Optimization ุจุดูู ู ูุตู ุฌุฏูุง ูุจุทุฑููุฉ ุจุณูุทุฉ...
โโโ
๐ LinkedIn
https://www.linkedin.com/posts/mentoor-io_frontenddevelopment-frontenddeveloper-frontend-activity-7283860932466761728-Msve
๐ Facebook
https://www.facebook.com/share/p/18fWGsKEjK
โโโ
ููููู ุงููู ููู ุฎูุฑ โ๏ธ
โค3
ุชุฑูุงูุฉ ูุฑููุช ุงูุฏ ุน ุงูุณุฑูุน...โก๏ธ
Play and pause a video based on its visibility in the viewport, allowing for an engaging user experience that reacts to scrolling. ๐ฏ
https://youtu.be/utE_-V6Wp5k
Autoplay Video On Scroll ๐ป
Play and pause a video based on its visibility in the viewport, allowing for an engaging user experience that reacts to scrolling. ๐ฏ
https://youtu.be/utE_-V6Wp5k
โค3
12 ูุตูุญูุฉ ูุญู
ูุงูุฉ ุงูู APIs! ๐ก
.
.
ูู ุนุงูู ุงูุจุฑู ุฌุฉุ ุชุนุชุจุฑ ุงูู APIs ูู ุงูุฃุนุตุงุจ ูู ุฌุณู ุงูุชุทุจููุงุชุ ูู ุญุตู ูููุง ู ุดููุฉุ ุงูุฏููุง ูููุง ุจุชุฎุฑุจ. ุนุดุงู ูุฏูุ ุญู ุงูุฉ ุงูู APIs ู ูู ุฌุฏูุง ูุญุงุฌุฉ ุฃุณุงุณูุฉ ูู ุงูุชุทุจูู. ๐ก
ุชุนุงู ูุฏุฑุฏุด ุดููุฉ ุนู ุทุฑู ุญู ุงูุฉ ุงูู APIs...
โโโ
https://qabilah.com/posts/a5gOh5Oapug
https://www.facebook.com/share/p/1Ause3raQi
โโโ
ููููู ุงููู ููู ุฎูุฑ โ๏ธ
.
.
ูู ุนุงูู ุงูุจุฑู ุฌุฉุ ุชุนุชุจุฑ ุงูู APIs ูู ุงูุฃุนุตุงุจ ูู ุฌุณู ุงูุชุทุจููุงุชุ ูู ุญุตู ูููุง ู ุดููุฉุ ุงูุฏููุง ูููุง ุจุชุฎุฑุจ. ุนุดุงู ูุฏูุ ุญู ุงูุฉ ุงูู APIs ู ูู ุฌุฏูุง ูุญุงุฌุฉ ุฃุณุงุณูุฉ ูู ุงูุชุทุจูู. ๐ก
ุชุนุงู ูุฏุฑุฏุด ุดููุฉ ุนู ุทุฑู ุญู ุงูุฉ ุงูู APIs...
โโโ
๐ Qabilah
https://qabilah.com/posts/a5gOh5Oapug
๐ Facebook
https://www.facebook.com/share/p/1Ause3raQi
โโโ
ููููู ุงููู ููู ุฎูุฑ โ๏ธ
โค1
SQL Cheat Sheet: The Ultimate Guide to All Types of SQL JOINS ๐ฏ
https://www.dbvis.com/thetable/sql-cheat-sheet-every-join-explained/
https://www.dbvis.com/thetable/sql-cheat-sheet-every-join-explained/
DbVisualizer
SQL Cheat Sheet: The Ultimate Guide to All Types of SQL JOINS
SQL Cheat Sheet is a list of functions covering SQL Joins. Learn about different types of SQL Joins and how to implement them at the right time in this guide.
10 Free Tools Every Web Developer Should Bookmark โ
https://blog.openreplay.com/free-tools-every-web-developer-should-bookmark
Openreplay
10 Free Tools Every Web Developer Should Bookmark
11 GitHub Repositories to learn Node.js ๐
- Node.js Best Practices
https://github.com/goldbergyoni/nodebestpractices
- Learn Node.js by Building 10 Projects
https://github.com/MAshrafM/NodeJS_Projects
- Node.js Design Patterns
https://github.com/PacktPublishing/Node.js-Design-Patterns-Third-Edition
- The Node.js Master Class
https://github.com/pirple/The-Nodejs-Master-Class
- TypeScript Node Starter
https://github.com/microsoft/TypeScript-Node-Starter
- Express.js Boilerplate
https://github.com/hagopj13/node-express-boilerplate
- Node.js API Starter Kit
https://github.com/kriasoft/graphql-starter-kit
- Learn You The Node.js for Much Win
https://github.com/workshopper/learnyounode
- Real World Example App (Node.js + Express)
https://github.com/gothinkster/node-express-realworld-example-app
- Node.js Starter Kit
https://github.com/verekia/js-stack-from-scratch
- Node.js Sample Application
https://github.com/heroku/node-js-sample
- Node.js Best Practices
https://github.com/goldbergyoni/nodebestpractices
- Learn Node.js by Building 10 Projects
https://github.com/MAshrafM/NodeJS_Projects
- Node.js Design Patterns
https://github.com/PacktPublishing/Node.js-Design-Patterns-Third-Edition
- The Node.js Master Class
https://github.com/pirple/The-Nodejs-Master-Class
- TypeScript Node Starter
https://github.com/microsoft/TypeScript-Node-Starter
- Express.js Boilerplate
https://github.com/hagopj13/node-express-boilerplate
- Node.js API Starter Kit
https://github.com/kriasoft/graphql-starter-kit
- Learn You The Node.js for Much Win
https://github.com/workshopper/learnyounode
- Real World Example App (Node.js + Express)
https://github.com/gothinkster/node-express-realworld-example-app
- Node.js Starter Kit
https://github.com/verekia/js-stack-from-scratch
- Node.js Sample Application
https://github.com/heroku/node-js-sample