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

Tech, Product, & Teams

  • Rust

    Rust string manipulations

    May 15, 2024 - By Eze Sunday Eze

    Strings are the building blocks of text data, and it is crucial to know how to manipulate them to suit…

    Continue Reading
  • NodeJS

    Implementing a secure password reset in Node.js

    April 23, 2024 - By Eze Sunday Eze

    Note: This article first appeared on the LogRocket blog Creating a strong password that you can actually remember isn’t easy.…

    Continue Reading
  • Rust

    The guide to signal handling in Rust

    April 22, 2024 - By Eze Sunday Eze

    A signal is a software interrupt sent to a process by the operating system or another process to notify it…

    Continue Reading
  • Rust

    Understanding Closures in Rust

    December 12, 2023 - By Eze Sunday Eze

    Like several other languages, Rust programming language supports closures also known as anonymous functions or lambda functions which is a…

    Continue Reading
  • accident action adult blaze
    Rust

    Rust’s Newtype Pattern: Adding Type Safety and Clarity

    September 8, 2023 - By Eze Sunday Eze

    The newtype pattern is a Rust idiom that can be used to add type safety and clarity to code. At…

    Continue Reading
  • Rust

    Building a simple Rust webserver

    August 31, 2023 - By Eze Sunday Eze

    What comes to mind when you think of building a web server with Rust? I bet you think of using…

    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
  • 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
 Older 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