paazmaya.fi

code | Practical code snippets, programming examples, and solutions for common development challenges across languages.

Price tier comparison of Cloud Function providers

This blog post compares the pricing models of eight major cloud function providers for deploying WebAssembly or containerized applications, evaluating them based on cost, WASM support, and suitability for different use cases. Google Cloud Run and Cloudflare Workers emerge as top choices due to their native WASM support, scalability, and cost-effectiveness.

Base64 Encoding

A rather interesting way to reduce HTTP requests made by clients while loading a web page is to include images as binary data directly in CSS or HTML markup.