Let's be honest, #Rust is a very powerful language with a strong ownership system, but it's very difficult to learn, which is why a new language was built Nyra
1- A language based on the ownership system
2-Easy to learn
3-The types are optional.
4-strong stdlib (no many crates)
من الأخر … و معلش لو حد هيزعل:
كل الوظائف اللي فيها قعدة على مكتب هيتم استبدالها الا البرمجة… كلها
و سجل الكلام ده عليا و تعالى بعد كدة راجعه
(انت لو راجعت اي حرف انا قولته هتلاقيه اتنفذ ١٠٠٪)
**ده فيديو انا عامله بشرح فيه ان ايه وظيفة المبرمج في وقت الذكاء الاصطناعي
«استراتيجيتي الحالية إني ما أقرأ الكود اللي يكتبونه وكلائي». هذا مو كلام فايب كودر مبتدئ هذا كلام العم بوب الأسطوري نفسه.
مؤلف Clean Code ما يراجع شغل الذكاء الاصطناعي. هو بس بنى نظام فحص صارم فيه اختبارات ومقاييس وقيود: يونت تست وقيرين تست وإجراءات QA ومقاييس جودة وmutation testing وتغطية اختبار وغيرها. هو يؤمن إن الكود السيء ما بيعدي من كل هذا وبنفس الوقت يزيد في الإنتاجية.
وكمان بوب مارتن نشر أداته لفحص جودة مشاريع Java.
https://t.co/ID0LMdxmJi
@Q8Three الفروقات بين Agents دلوقتي مش ضخمه وهما حاليآ بيعملو انتجريشن ل جيميناي في كل خدماتهم تقريبا ودي مش حاجه سهله خالص
و اعتقد ان جيميناي كويس جدا بحالته الحاليه انتو فقط اللي بقيتو متعودين ان كل يومين مودل ينزل جديد و افتكر كويس ان جوجل مش شركه AI models فقط
زي anthropic ، openAI
The Tokio team just released Topcoat : a batteries-included, Rails-style fullstack framework for Rust. 🦀
The standout idea: write one $(...) expression in ordinary, type-checked Rust. It runs on the server for the first render, and Topcoat also translates it to JavaScript so it re-runs instantly in the browser, no WASM bundle, no separate client build step.
What's included:
→ Server-rendered async components that can query the database directly : no separate API layer needed
→ view! macro : HTML templates using real Rust control flow (for, if)
→ Module-based routing : route tree inferred from your file structure, no build step
→ Premade UI components (Tailwind-based, shadcn/ui-inspired) copied into your project, fully editable
→ Built-in asset bundling, Tailwind integration, htmx support
Still early-stage and experimental, with breaking changes expected. Roadmap includes auth, background jobs, WebSockets, and streaming SSR.
From the team behind Tokio itself, worth watching closely.
🔗 https://t.co/6xSq1VuqGd
#RustLang #WebDev #FullStack #Tokio #OpenSource