Nyakio Mainanyakio.hashnode.dev·Sep 16, 2023Rust Memory ManagementAs I embark on my journey into the world of Rust, one topic that continually piques my interest is memory management. While I may still be wearing my "Rust newbie" badge with pride, I've come to appreciate the unique way this language approaches mana...DiscussRust
CrabNebulaforCrabNebulacrabnebula.hashnode.dev·Sep 4, 2023Meet the Team: Matthias & Knowledge TransferWelcome to the next installment of our ‘Meet the CrabNebula Team’ series. Each installment will feature a new member of the talented CrabNebula team and cover both the person as well as their work at CrabNebula. We sat down with Matthias Kandora, a S...Discuss·6 likesSecurity
Rustafarian Devrustafarian-dev.hashnode.dev·Aug 30, 2023Axum, htmx and Postscript for fun and profit.I was thinking of a fun project to work on, and then I remembered reading about someone writing an HTTP server in Postscript. When searching, I came across this article: https://www.oreilly.com/openbook/cgi/ch06_02.html.Not exactly what I was looking...Discuss·1 like·227 readsRust
Ugochukwu Chizaramugochukwu850.hashnode.dev·Aug 28, 2023Unveiling the Magic: Journey into Rust ClosuresRust closures are one of rust's special features, among enums and structures. Let's demystify these special rust types. When you hear the term “Closures” what comes to your mind, take a moment and think about that, as in this article I will try to br...Discuss·1 likeRust programming
Nikhil shettynikhilcodes.hashnode.dev·Aug 27, 2023Diving into Rust: A beginner's journal | part 1Welcome to my rust programming journey! I'm new to the world of Rust and decided to share my learning process through this blog. My approach is all about simplicity - breaking down Rust concepts into easily digestible pieces. Why this blog? Learning ...Discuss·10 likesRust
Noob Scienceblog.noobscience.rocks·Aug 27, 2023Writing a CMS in RustIntroduction So, CMS is something that I always loved using. I just like the idea of having a service that controls your service. I mean, it's like a service-caption. But, I always hated the idea of having a bloated admin panel. I mean, why do you ne...DiscussRust
Jasmeen Maradeeyawww.blog.jasmeenmaradeeya.dev·Aug 12, 2023Introducing Variable Mutability and Shadowing in RustAs we dive deeper into the Rust programming language, we encounter two essential concepts that affect how we work with variables: mutability and shadowing. In this beginner-friendly blog, we'll understand these concepts, showing you how they play a c...DiscussExplorer the Power of Rust: A Comprehensive Blog Series for Beginners and BeyondRust
Nyakio Mainanyakio.hashnode.dev·Aug 5, 2023Project: Command-line Calculator in RustLet's dive straight in!!! In this project, we'll put all of our code in a single file, main.rs Let's start by importing the necessary libraries. use std::io::{self, Write}; use std::str::FromStr; use std::convert::TryFrom; use std::collections::VecDe...Discuss·28 readsRust
Bachagha Mossaabproglobby.hashnode.dev·Jul 25, 2023The Rust Revolution: Why Developers are Flocking to this Powerful LanguageAfter completing my final-year project, a medical application for both web and Android platforms, I found myself feeling exhausted with Java for various reasons. As a result, I made the decision to return to Python and continue my journey in deep lea...Discuss·1 like·45 readsRust
Jasmeen Maradeeyawww.blog.jasmeenmaradeeya.dev·Jul 24, 2023Getting Started with Rust: Installation and Hello World ProgramRust is a powerful systems programming language that focuses on safety, performance, and concurrency. Whether you are a seasoned developer or just starting your programming journey, learning Rust can be a rewarding experience. In this blog post, we w...DiscussExplorer the Power of Rust: A Comprehensive Blog Series for Beginners and BeyondRust