DevGuide – Telegram
11.1K subscribers
2.94K photos
19 videos
134 files
3.62K links
Level up daily with insider dev hacks, smart career tips, and real talk! 🚀

⚡️ Stay connected with me: linktr.ee/AliSamir

📍 To advertise on the channel: https://telega.io/c/the_developer_guide
Download Telegram
Media is too big
VIEW IN TELEGRAM
Understand Anything 💯


Your research and thinking partner, grounded in the information you trust, built with the latest Gemini models.

https://notebooklm.google
3
2
مفهوم الـ Streams في Node.js :bulb:
.
.
لو بتتعامل مع data كبيرة... بتيجي من file ضخم، أو من API، أو حتى من database... وبتحاول تعالجها مرة واحدة بالكامل، يبقى غالبًا كده أنت بتهدر resources كتير جدًا — رام، وقت، و Performance بشكل عام.

وهنا ييجي دور الـ Streams — واحدة من أقوى الميزات في Node.js، واللي بتخلي الـ Node فعلًا efficient لما تكون شغالة على كميات ضخمة من الـ data.

تعال ندردش شوية عن الـ Streams ونعرف شوية معلومات لذيذة...

———

📍 LinkedIn:
https://www.linkedin.com/posts/mentoor-io_nodejs-nodejsdeveloper-backend-activity-7331031864679264257-3yIj

📍 Facebook:
https://www.facebook.com/share/p/16QJwTdA3V

📍 Qabilah:
https://qabilah.com/posts/j7UYma3WhOM
4
Areas in CSS 💯

Grids are a very cool feature in CSS. Imagine building layouts like these without display: grid;
3
Mastering React Monorepos: A Developer’s Guide to Scalable Codebases


Monorepos might sound like something only big tech companies need—but even a small React team can benefit hugely from a well-structured monorepo. If you’ve ever wrestled with inconsistent tooling, copy-pasted code between projects, or chaotic dependency management, a monorepo might be your new best friend.

In this guide, we’ll demystify React monorepos, explore the tools, share best practices, and walk through a real setup using TypeScript.

🔗 https://dev.to/alisamir/mastering-react-monorepos-a-developers-guide-to-scalable-codebases-1cok
3
🔰 Loops in JavaScript

Loops are used to repeatedly execute a block of code until a specific condition is met. Check out the different types.
3👏2
إزاي تتعامل مع memory leaks في Node.js؟ 🤔
.
.
فيه مشاكل في البرمجة بتتصلّح بسهولة...وفيه مشاكل بتفضل تدور عليها بالساعات، ويمكن بالأيام، وما تعرف توصل لها...

واحدة من أكثر المشاكل الخبيثة اللي ممكن تواجهك في Node.js هي:
Memory Leak

النوع ده مبيعملش حاجة في الكود الكود ولا بيطلع Error في اللوج...لكن بيقتل أداء التطبيق واحدة واحدة.

تلاقي الـ app بيبدأ سريع، وبعد شوية requests تلاقيه بقى تقيل...والـ memory usage بقت عالية، والـ GC مش لاحق ينضف، لحد ما السيرفر يقع...

تعال ندردش شوية عن الـ Memory Leak في Node.js...

———

📍 LinkedIn:
https://www.linkedin.com/posts/mentoor-io_nodejs-nodejsdeveloper-backenddeveloper-activity-7332479190178357249-rzkm

📍 Facebook:
https://www.facebook.com/share/p/1DrkJFNuNT
4
هل الـ Bundle Size بيأثر على أداء الموقع؟ 🚀
.
.
لو اشتغلت قبل كده على أي مشروع Front-End كبير، أكيد عدى عليك مصطلح "Bundle Size" سواء في PR review، أو وأنت بتعمل debugging، أو وأنت بتعمل optimization للـ Core Web Vitals… السؤال هنا:

⚠️ هل فعلًا حجم الـ Bundle بيفرق في الأداء؟ ولا مجرد رقم وخلاص؟

تعال ندردش شوية عن الـ Bundle Size...

———

📍 LinkedIn:
https://www.linkedin.com/posts/dev-alisamir_frontend-frontenddevelopment-frontenddeveloper-activity-7332478712065478656-Ei8l

📍 Qabilah:
https://qabilah.com/posts/yj5QcLiuaNo
2🔥2