Mar 19 · 8 min read · In this article we'll explore mutability and immutability in Rust, along with variable shadowing and Rust's basic data types. In a previous article, we installed Rust and wrote our first program; toda
Join discussion
Mar 18 · 3 min read · In this article, we will install the Rust compiler on our system and create our first Rust project. You will also learn how Cargo works and how it helps manage Rust projects. Cargo is the official pac
Join discussion
Mar 1 · 25 min read · Introduction: From the Lone Programmer’s Trench Just a few months ago, PardoX was a skeleton of code on my local machine—a personal bet born from the frustration of watching modern data systems grow i
Join discussionFeb 15 · 9 min read · What is Rust 🦀 I've been diving into Rust lately, and it has been quite an adventure. Rust runs as fast as C/C++ but catches many bugs before your code even runs. When I first started, something clicked for me pretty quickly: Rust isn't really hard...
Join discussion
Feb 6 · 8 min read · At the beginning, when I was working as a frontend developer and made a change in the code, I saved, and instantly it compiled automatically and the results showed up in the browser. It felt almost magical and very simple. But when I started programm...
Join discussion
Jan 23 · 4 min read · After months of relying on the Java Virtual Machine (JVM) and its trusty Garbage Collector, I finally decided to see what the Rust hype was about. I’ve just finished the first two chapters of "The Book," and honestly? My brain feels like it’s being r...
Join discussion