6d ago · 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 12 · 9 min read · I've been writing proc macros for a while now. Derive macros for internal tools, attribute macros for instrumentation. And every time, the same two problems: quote! doesn't compose (you end up passing
Join discussion
Feb 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 10 · 2 min read · This is the final semester of my B.Tech in Computer Science and Artificial Intelligence and it is mainly for industrial experience in my college. After looking at various options and reaching out to various people and organizations, I have decided to...
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 19 · 7 min read · ← Part 3: Dynamic Mapping Engine Trust, But Verify (Then Log Everything) In healthcare IT, "it works" isn't enough. You need to prove: Who accessed data What they accessed When they accessed it Why (in some cases) That you can reconstruct what h...
Join discussion