2021-01-28
1240
#rust
Fortune Ikechi
33114
Jan 28, 2021 â‹… 4 min read

Why is Rust so popular?

Fortune Ikechi Fortune Ikechi is a frontend engineer based in Rivers State, Nigeria. He is a student of the University of Port Harcourt. He is passionate about community and software engineering processes.

Recent posts:

Simplifying CSS Animations With The `Display` And `Size` Properties

Simplifying CSS animations with the display and size properties

New CSS features simplify animating elements by allowing transitions for display and size properties, reducing the need for complex JavaScript workarounds.

Saleh Mubashar
Oct 24, 2024 â‹… 7 min read
The Best React Select Component Libraries

The best React select component libraries

Explore select libraries in React, including React Select and alternatives like Downshift, Choice.js, and more.

Jude Miracle
Oct 23, 2024 â‹… 7 min read

A guide to the best email editing tools

Learn about open-source and free email editors that streamline template creation, and then check out how to test them.

Isaac Okoro
Oct 22, 2024 â‹… 4 min read
Deep Dive React Fiber

A deep dive into React Fiber

Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.

Karthik Kalyanaraman
Oct 22, 2024 â‹… 20 min read
View all posts

2 Replies to "Why is Rust so popular?"

  1. “Rust solves problems associated with C/C++ such as garbage collection and safety.”

    why garbage collector? isn’t c/c++ need the user to define their own implementation of how handling memory? if c/c++ have GC, then people didn’t need to use java incase they didn’t want to bother with to implement on handling the memory as safety and error-free.

    afaik, the language that using GC are java, go, etc.

Leave a Reply