Multicast Blog 📘

We frequently post about system design and software architecture in our blog. Check out some of our latest insights.

A Better Async Pipeline in Go
go
async
lib

The mission of this project is to make it easy to compose normal business logic into complex async patterns. Ideally, we should spend most our mental energy solvi..

A Lightweight Dataframe in Rust
rust
dataframe
lib

It's safe to say dataframes have become one of my favorite tools for solving non-production software problems. For that reason, a couple months ago I decided to w..

Programmatic SQL in Rust
rust
sql
lib

Today I want to share another Rust 🦀 project I just finished called ruqu (rust query). Ruqu is a library for building SQL queries programmatically.

The Rust Learning Curve
rust
web
algorithms

About six weeks ago I decided to learn Rust and I'd like to share why and how it's going 🦀. Starting with the "why", there are a number of things that attracted ..

Building a Terminal in the Browser
web
typescript
ssh

Today I'd like to share a project I'm working on for a browser based SSH terminal. The objective is to open an interactive shell in the browser for remote server ..

Any Program in One Line of Python
python
algorithms
casual

My conjecture which I submit to you: ANY program can we written in one line of python code 🐍. Let's examine this proposition to discern whether it holds.