Skip to the content Skip to the Navigation

Red And Green

  • Python Code
  • Rust Programming
  • Bitcoin Programming
  • Contact

admin

  1. HOME
  2. admin
March 7, 2024 / Last updated : March 23, 2024 admin Rust Programming

Learn SurrealDB

SurrealDB – Day 1 – I show some of the examples, how to use thunderclient in VSCode and surrealist.app to make queries and insert data.

March 1, 2024 / Last updated : March 4, 2024 admin Rust Programming

Proof of work

Proof of Work (PoW) is a consensus mechanism in blockchain technology. It requires participants, called miners, to solve complex mathematical puzzles to validate transactions and create new blocks. The first miner to solve the puzzle broadcasts the solution, and others verify it. PoW ensures security and decentralization.

February 28, 2024 / Last updated : February 28, 2024 admin Python Code

Lazy Iterators in Python

A lazy iterator in Python is often implemented using a generator expression, denoted by (…). https://www.youtube.com/watch?v=9jEvIAsYr5w A generator expression is similar to a list comprehension but produces values lazily, one at a time, as they are requested. Let’s break down the concept and create a simple example. Generator Expression Syntax: A generator expression is enclosed […]

Programming
February 22, 2024 / Last updated : February 22, 2024 admin Rust Programming

Trait Objects and dynamic dispatch

Dynamic dispatch in Rust allows treating different types implementing a trait uniformly through trait objects like Box<dyn Trait>. It provides flexibility by resolving method calls at runtime, enabling runtime polymorphism. This is particularly useful when dealing with collections of diverse types sharing a common trait. “This works differently from defining a struct that uses a […]

February 17, 2024 / Last updated : February 19, 2024 admin Rust Programming

Arc::Clone

Arc::Clone in Rust

rust code reverse bytes
February 17, 2024 / Last updated : February 18, 2024 admin Rust Programming

Reverse byte order

Rust code to fold the input into pairs of characters, reverses the order of the pairs, and then removes newline characters

Rye
February 12, 2024 / Last updated : February 13, 2024 admin Python Code

Rye for Python

Rye is a “comprehensive project and package management solution for Python” – let’s check it out!Grab a cup of tea, pull up a chair and put to one side any cognitive bias you have! (Just because it’s built with Rust doesn’t mean you have to install Rust!!!). I won’t regurgitate the excellent documentation from https://rye-up.com/ […]

January 23, 2024 / Last updated : January 23, 2024 admin Rust Programming

Dereference

In Rust, the dereference operator (*) is crucial when working with references to access the underlying values. It is especially relevant in scenarios involving borrowed data, such as when iterating over collections like arrays or vectors. When using iterators, like in a for loop, the iterator provides references to the elements, requiring the dereference operator […]

rust coder
January 19, 2024 / Last updated : January 19, 2024 admin Rust Programming

Generic Type Parameters in Rust

Introduction: Unlock the power of generics in Rust with this concise code example. Learn how to define and leverage generic types using the Query struct, which takes a flexible type parameter T. The accompanying meh function showcases the versatility of generics by accepting a Query<i32> instance. Discover the elegance and expressiveness of Rust’s generic programming […]

web scraping with ScrapeOps
December 16, 2023 / Last updated : December 16, 2023 admin Rust Programming

This should not compile?

Should this compile, my initial expectation was that it would not….. In Rust, moving a value out of a Box or any other owned container is allowed, but it doesn’t invalidate the original variable (v in this case). The variable v is still in scope, and you can continue using it. However, when you print […]

Posts pagination

  • «
  • Page 1
  • …
  • Page 14
  • Page 15
  • Page 16
  • …
  • Page 27
  • »

Recent Posts

"Mismatched Types" in Rust

“Mismatched Types” in Rust

January 12, 2026

A Didactic dyn Trait Example

January 11, 2026
closures

Returning Closures in Rust: The impl Keyword Explained

January 10, 2026

The Hybrid Trait Pattern in Rust: Fast Internals, Stable Architecture

January 8, 2026
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

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 »