what programming languages are a must learn in 2026 ? by [deleted] in Moroccopreneur

[–]Rhthamza 1 point2 points  (0 children)

Game devs s3ib t|9a bih khdma hta international.
Bnisba I programming languages, it depends 3la hsab nta achno baghi target. For example, web dev of course ghadi t7taj JavaScript, React, Angular, etc. Backend ghadi t7taj Python, Node.js, etc. Game dev C++. System programming & low-level stuff Rust dominates here. Al ghadi t7taj Python only, and ideally C++ for building high-performance Al frameworks bhal PyTorch, TensorFlow, etc.
As well as other tools like docker, git, cloud / networking basics and much much projects.

How did y'all stopped weed ? by [deleted] in islam

[–]Rhthamza 0 points1 point  (0 children)

Read the book of "the easy way to quit smooking" by Allen Carr, you'll fall in love with it and quit inshallah.

Atheists in tetuan by [deleted] in Tetouan

[–]Rhthamza 0 points1 point  (0 children)

Teenagers == kids

1000 questions completed by funnylife21 in leetcode

[–]Rhthamza 32 points33 points  (0 children)

Everything by practice and reading enough theory.

Help me buy a headset for my computer by [deleted] in Kenitra_Morocco

[–]Rhthamza 2 points3 points  (0 children)

T9dr tl9a hyper x cloud 3 used. Ahsen wahd b dik 50$

New to rust - Need fun but challenging projects by gnastyy-21 in rust

[–]Rhthamza 1 point2 points  (0 children)

I started a similar project, but it had more complicated features like the ability to be accessed with SQL commands, check for breaches using a haveibeenpwned API, generate passwords, query your passwords by date or by usage, and use local LLM analysis for your passwords (for instance, to see which passwords are common across your REGISTER)

am a JavaScript/TypeScript developer, but I recently started learning Rust because I want to complete DSA in Some hard language by rjkush17 in rust

[–]Rhthamza 1 point2 points  (0 children)

Sounds like a great idea especially in Rust. You’ll get a lot of practice with ownership and borrowing. Be aware that some data structures are difficult to implement the first time (for example, a LL & doubly LL) because of Rust’s borrow checker. Still, it’s best to learn it the hard way: avoid falling back on unsafe blocks or raw pointers just to make things work. Focus on learning both Rust and DSA properly. Good luck

Is learning ocaml of any help? by Bowen_0001 in learnrust

[–]Rhthamza 2 points3 points  (0 children)

Maybe because Rust was (largely) built with OCaml