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

Tech, Product, & Teams

August 23, 2025

Fixing Anchor Version Conflicts When Using avm

April 23, 2024

Implementing a secure password reset in Node.js

July 2, 2023

Rust Lifetimes Simplified

windows(size)
October 18, 2025

How Rust’s .windows(size) Method Works

May 15, 2024

Rust string manipulations

April 22, 2024

The guide to signal handling in Rust

  • Crypto - Solana

    Fixing Anchor Version Conflicts When Using avm

    August 23, 2025 - By Eze Sunday Eze

    Anchor has two common installation paths: installing anchor-cli directly with Cargo, or installing avm (Anchor Version Manager) and letting it…

    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 - 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
  • windows(size)
    Rust

    How Rust’s .windows(size) Method Works

    October 18, 2025 - By Eze Sunday Eze

    The .windows(size) method in Rust returns an iterator that yields overlapping slices, where each slice has a length defined by…

    Continue Reading
  • 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
  • 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
  • a man standing on top of a metal structure
    Job - Rust

    Top Companies Using Rust and their career page

    April 2, 2024 - By Eze Sunday Eze

    Since the release of Rust first version on the 15th of May, 2015, there has been increasing adoption of Rust…

    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
  • sliced orange fruit on black textile
    NodeJS

    Higher-Order Functions in Javascript

    September 11, 2023 - By Eze Sunday Eze

    Functions are a fundamental building block of JavaScript. They can be used to perform calculations, manipulate data, and control the…

    Continue Reading
  • persons hand with white manicure
    Javascript - NodeJS

    Promises In Javascript

    September 11, 2023 - By Eze Sunday Eze

    Promises In Javascript In this guide, we’ll learn the basics of what a Promise is in Javascript, the why, and…

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

Recent

  • How Rust’s .windows(size) Method Works
  • 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
Graceful Theme by Optima Themes