I've always wondered how this worked in SQL Server... 🤔 Estimated Reading Time: 13 minutes Difficulty: Intermediate This post is purely illustrative and educational. It showcases a working version of the Soundex algorithm in Python3+. This code is not to be used in production as is and should be modified or rewritten to meet the …
NATS.io Queue Group REST API w/ Sanic and Python3+
Pub/Sub, Request-Reply, Load Balancing ... Oh My... Estimated Reading Time: 20 minutesDifficulty: Intermediate This post is purely illustrative and educational. It showcases a working version of a Queue Group + Request-Reply pattern implementation in Python3+ with Nats.io and Sanic. This code is not to be used in production as is, and should be modified and …
Continue reading "NATS.io Queue Group REST API w/ Sanic and Python3+"
