Skip to the content Skip to the Navigation

Red And Green

  • Python Code
  • Rust Programming
  • Bitcoin Programming
  • Contact

November 2024

  1. HOME
  2. November 2024
A checksum is often used over something like an MD5 hash for speed and simplicity when you only need to quickly verify data integrity or detect errors.
November 6, 2024 / Last updated : November 7, 2024 admin Rust Programming

Checksum Calculator in Rust

A checksum is often used over something like an MD5 hash for speed and simplicity when you only need to quickly verify data integrity or detect errors. Just for some practice let’s guess (brute force) a checksum, we’ll provide the checksum and then work out what data would produce the checksum : Note the use […]

trait-object
November 3, 2024 / Last updated : November 4, 2024 admin Rust Programming

Rust – Trait Object – Dynamic Dispatch Example

Let’s consider a more real-world example. Imagine you have a system that represents different types of data sources, like Database and File, each implementing a DataSource trait. The DataSource trait has a method get_backup_source that returns a backup data source as a trait object. This could be useful if your application needs to switch to […]

Posts pagination

  • «
  • Page 1
  • Page 2

Recent Posts

handlers

Handler Pattern in Rust: Closures Inside Process Functions

January 7, 2026
swap logic

Swap Logic: Making One Function Do Many Things in Rust

January 6, 2026
handler

What Is a “Handler” in Rust?

January 4, 2026
type-safe dynamic dispatch

Type-safe dynamic dispatch

January 2, 2026
MCP

Building Your First MCP Server in Rust: A Calculator Service

January 2, 2026
zst

Zero-Sized Types (ZSTs)

December 31, 2025

Rust Wrappers and Destructuring

December 30, 2025
When deserializing JSON into Rust structs, you often want optional fields with sensible defaults.

Serde Default Values: Why Functions Instead of Constants?

December 24, 2025
WEWAI

WEWAI – ‘Works Even Without AI’

December 14, 2025
jobstr.work

AI job search – Disrupting the Recruitment Status Quo: How jobstr.work and LLMs are Building the Future of Decentralised Job Searches

December 11, 2025

Category

  • AI ML
  • automation
  • Bitcoin Programming
  • c
  • ebay api
  • email
  • JavaScript
  • LangChain
  • MySQL
  • Pandas
  • postgres
  • Python Code
  • Raspberry Pi
  • requests
  • Rust Programming
  • Scrapy
  • Selenium
  • Smart Contracts
  • Stellar
  • SurrealDB
  • Uncategorized
  • web scraping

Archive

  • January 2026
  • December 2025
  • November 2025
  • September 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • November 2022
  • September 2022
  • November 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020

Actix-web AI Ansible API async Automation axum BDK bitcoin Bitcoin Core blockchain Closure closures Design Patterns dictionaries GitHub huggingface iced impl jobstr langchain LLM MCP ModelContextProtocol mutable Networks Podman python Qdrant Rust Programming scrapy Smart Contracts Sphinx Stellar struct SurrealDB unpacking lists Upsert VectorDatabase Vectors WASM webscraping web scraping Word DOCX xpath

  • email
  • github
  • YouTube
This site is hosted with https://webdock.io/en Fast Cloud VPS Hosting Flat fee all-inclusive VPS with a Free Control Panel

Copyright © Red And Green All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.

MENU
  • Python Code
  • Rust Programming
  • Bitcoin Programming
  • Contact
Translate »