Hypocrisy in blockchain projects.

Is it really a blockchain project decentralized?

Transaction log tailing on CockroachDB. Part III

Using CockroachDB to implement Transaction Log Tailing pattern...

Transactional outbox. Part II, Message Relay

Message Relay options...

Implementing Transactional outbox pattern in Go

Simple implementation of tx outbox pattern in Go...

Recipe for using git with multiple accounts

Another simple recipe with Git...

Recipe for using distroless container images with FastAPI

Another simple recipe with FastAPI, this time to use distroless container images...

Gzip Middleware recipe for FastAPI

A small code snippet to enable gzip decompression on FastAPI

Serving MOEX(Moscow exchange) API with FastAPI

Using FastAPI to serve content from MOEX API, and building a docker image with it

Setting IPSec VPN on Google Cloud Platform

Setting up a VPN on GCP...

MOVED error with Redis cluster

Reproducing MOVED error in redis cluster

Simple API with FastAPI

Implementing a simple api with FastAPI...

Simple chat application using Websockets with FastAPI

Implementing a simple chat application with websockets and fastapi

Middlewares on FastAPI

Explring middlewares on fastapi...

Building a Brotli Middleware with FastAPI

Implementing a middleware to compress content with Brotli compression algorithm...

Autocompletion in Bash for a simple CLI

Writing a bash script to add autocompletion to your cli...

Pipes I

Tinkering with pipes on linux part I...

Pipes II

Tinkering with pipes on linux part II...

TCP handshake

Inspecting TCP packets...

UDP

Inspecting UDP packets...

MQTT over TCP

Inspecting MQTT packets over tcp and trying to understand it...

Exploring Redis I. Publish/Subcribe pattern

Redis as pub/sub pattern...

Exploring Redis II. Redis Stream.

Redis as a continuos stream...

Exploring Redis III. Reliable queue.

Redis as a reliable queue...

About Gealber