Skip to content
  • Rust string manipulations
  • Building a simple Rust webserver
  • Making Your Python Code Faster Using Rust
Eze Sunday

Tech, Product, & Teams

  • Rust

    Making Your Python Code Faster Using Rust

    August 26, 2023 - By Eze Sunday Eze

    Python is an interpreted and dynamically typed programming language, that has become increasingly popular for many reasons, a few of…

    Continue Reading
  • Rust

    Rust mem::swap Function for Value Swapping

    August 24, 2023 - By Eze Sunday Eze

    In Rust programming language, memory efficiency, and safety is a feature. The mem::swap function, allows you to swap values between…

    Continue Reading
  • Rust

    mem::take Vs mem::replace

    August 24, 2023 - By Eze Sunday Eze

    mem::take and mem::replace are both used to manipulate ownership and values, but they work slightly differently. mem::take The mem::take method…

    Continue Reading
  • Rust

    Mem::replace in Rust

    August 24, 2023 - By Eze Sunday Eze

    mem::replace is a Rust standard library function that swaps a value in a variable with a new value while returning…

    Continue Reading
  • Rust

    Box Smart Pointer in Rust

    August 23, 2023 - By Eze Sunday Eze

    A pointer in programming is often a piece of data that directs to the location of another piece of data…

    Continue Reading
  • Rust

    Understanding Dereferencing in Rust

    August 23, 2023 - By Eze Sunday Eze

    Dereferencing is how we access the value that a reference points to. References are like signposts that guide us to…

    Continue Reading
  • white yarn on gray wooden table
    Rust

    Raw String in Rust

    August 20, 2023 - By Eze Sunday Eze

    Raw strings are handy when you’re working with content that has characters that would normally require escaping in a regular…

    Continue Reading
  • String slice
    Rust

    Choosing Between str and String in Rust

    August 19, 2023 - By Eze Sunday Eze

    In this guide, we’ll explore the reasons for having two types of strings in Rust &str and String , how…

    Continue Reading
  • Rust - Technology

    Rust Lifetimes Simplified

    July 2, 2023 - By Eze Sunday Eze

    This guide is an attempt to simplify Rust Lifetimes, it’s a series and will be divided into several chapters. We’ll…

    Continue Reading
  • Rust Memory Management
    Rust - Technology

    Understanding Rust’s memory magic with an analogy

    June 20, 2023 - By Eze Sunday Eze

    Imagine a town, where Mrs. Ifeoluwa owns a beautiful home that she’s decided to sell. In this town, there is…

    Continue Reading
 Older Posts
Newer Posts 

Recent

  • Fixing Anchor Version Conflicts When Using avm
  • Rust string manipulations
  • Implementing a secure password reset in Node.js
  • The guide to signal handling in Rust
  • Top Companies Using Rust and their career page
Graceful Theme by Optima Themes