Browsing Tag
rust
115 posts
Top Rust Web Frameworks: Rocket, Actix-web, Tide, Warp, and Gotham
In the world of web development, having a dependable and efficient web framework is critical for developers. Rust,…
Rust 101: Write, Build, and Debug Your First Program
Step 1: Installing Rust Rust can be installed from the official website using rustup, a command-line tool for…
The best TRAIT of RUST 🔥 (no pun intended)
Introduction So, your friend can’t stop about how they use Rust. Perhaps they’ve mentioned how it’s safe, has…
Simple IT: Set Up and Ongoing Maintenance of Zero Assumptions
Zero Assumptions is easy to set up and easy to maintain. A very small team or even a…
Benchmarking Rust for Serverless
Let’s start with two very important questions: (1) Why should I care to benchmark Rust since it’s already…
Rust Tips and Tricks #PartOne
Rust is a programming language that has gained a reputation for its exceptional qualities in terms of reliability,…
Understanding FP: Overcoming Intuition and Ease Hurdles (loops vs. recursion)
📹 Hate reading articles? Check out the complementary video, which covers the same content. Some people state that the…
Confessions from a Golfer Programmer
I love code. Not all code, just beautiful code. One of my favorite activities is to refactor –…
Writing a Multithreaded Image Dithering Program with Rust 🦀🖼️
Check out the project here: https://github.com/NabeelAhmed1721/ordered-dithering/ I have been interested in the Rust programming language for the past…
How to Build a Simple Kafka Producer/Consumer Application in Rust
Thought about using Kafka? This blog post will walk you through the steps necessary to bootstrap your Rust…