Skip to main content

Blog

Latest Articles

Engineering

The Modern Backend Stack 2026: Rust + PostgreSQL 18 + Wasm + eBPF

Four technologies are converging to redefine backend infrastructure in 2026: Rust eliminates garbage collection overhead and reduces container counts by 3x, PostgreSQL 18 replaces specialized databases, WASI 0.3 delivers microsecond cold starts for serverless functions, and eBPF enables zero-instrumentation observability at a fraction of traditional monitoring costs.

Read More
Engineering

How We Use Claude Code to Maintain a Nuxt 4 + Rust Monorepo

A behind-the-scenes look at how Open Soft uses Claude Code as a daily development tool for our production monorepo. Real workflows for multi-file refactoring, migration writing, test generation, code review, and custom tooling with hooks and MCP servers.

Read More
Biometrics

Building Biometric Verification Systems: Architecture Patterns for Indonesia's New Requirements

A deep technical guide to architecting biometric verification systems that comply with Indonesia's KOMDIGI Regulation No. 7/2026. Covers system components, UU PDP compliance, scalability for 270M+ population, and Rust implementation patterns.

Read More
Engineering

MCP in Production: Solving Transport, Auth, and Scaling Challenges

A deep dive into running Model Context Protocol servers in production — transport selection, authentication patterns, scaling strategies, audit logging, and gateway architectures for enterprise deployments.

Read More
Engineering

Deep EVM #24: Context Propagation in Async Rust — Deadlines, Cancellation, and Tracing

Implement Go-style context propagation in async Rust with deadlines, cancellation tokens, and tracing span propagation across async boundaries.

Read More
Engineering

Deep EVM #22: Dependency Injection in Rust — ServiceLocator, Arc, and Trait Objects

Implement dependency injection in Rust without frameworks. Covers the composition root pattern, Arc<dyn Trait> vs generics, mock implementations for testing, and the ServiceLocator pattern.

Read More
Engineering

Modern Web and Mobile Development with Nuxt and Rust

Build high-performance web applications with Nuxt 4 for the frontend and Rust/Axum for the backend. A full-stack development guide.

Read More