Analyzing the code for the bank smart contract...maybe you will learn something
Building a bank with a smart contract, as way to learn FunC. Maybe you learn something...
Wanna know how to craft a message for the tonwhales nominator contract...keep reading
Interested on what is Zero Knowledge Proof? Follow me on this one...
Friendly introduction to crypto tumblers with a silly example...
Wondering how to retrieve in real time crypto prices? Read this one...
Recipe for sending usdt transaction in Polgyon blockchain.
Recipe for sending usdt transaction in Solana blockchain.
Recipe for sending transaction in TON blockchain.
Is it really a blockchain project decentralized?
Using CockroachDB to implement Transaction Log Tailing pattern...
Message Relay options...
Simple implementation of tx outbox pattern in Go...
Another simple recipe with Git...
Another simple recipe with FastAPI, this time to use distroless container images...
A small code snippet to enable gzip decompression on FastAPI
Using FastAPI to serve content from MOEX API, and building a docker image with it
Setting up a VPN on GCP...
Reproducing MOVED error in redis cluster
Implementing a simple api with FastAPI...
Implementing a simple chat application with websockets and fastapi
Explring middlewares on fastapi...
Implementing a middleware to compress content with Brotli compression algorithm...
Writing a bash script to add autocompletion to your cli...
Tinkering with pipes on linux part I...
Tinkering with pipes on linux part II...
Inspecting TCP packets...
Inspecting UDP packets...
Inspecting MQTT packets over tcp and trying to understand it...
Redis as pub/sub pattern...
Redis as a continuos stream...
Redis as a reliable queue...