Blog
Latest Articles
Why Bali Is Becoming Southeast Asia's Impact-Tech Hub in 2026
Bali ranks #16 among Southeast Asian startup ecosystems. With a growing concentration of Web3 builders, AI sustainability startups, and eco-travel tech companies, the island is carving a niche as the region's impact-tech capital.
Read More DevOpsPlatform Engineering Ate DevOps: Building Your Internal Developer Platform in 2026
80% of large engineering organizations now have dedicated platform teams, up from 45% in 2024. The internal developer platform — self-service portals, pre-approved infrastructure, automated guardrails — has become the standard way to deliver DevOps at scale. Here is how to build one.
Read More EngineeringThe 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 EngineeringNeon vs Turso vs PlanetScale: Choosing a Serverless Database in 2026
A practical comparison of the three leading serverless database platforms in 2026. Neon dominates for PostgreSQL workloads with branching and autoscaling, Turso wins for edge-native SQLite deployments, and PlanetScale remains the best option for MySQL-compatible serverless scaling.
Read More TelegramBuilding on TON in 2026: Crypto Payments in Telegram Mini Apps with TON Pay SDK
The TON ecosystem has grown to 500M+ monthly active Mini App users, 3600+ apps, and 400M+ wallets. This guide walks through integrating TON Pay SDK for crypto payments in Telegram Mini Apps, from wallet authentication to Jetton transfers.
Read More BlockchainEIP-7702 in Practice: Building Smart Account Flows After Pectra
EIP-7702 lets any Ethereum EOA temporarily act as a smart contract within a single transaction. Here is how to implement batch transactions, gas sponsorship, and social recovery using the new account abstraction primitive.
Read More EngineeringHow 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 EngineeringCursor vs Claude Code vs Copilot: Which AI Coding Tool for Which Job?
A practical head-to-head comparison of the three leading AI coding tools in 2026. Cursor excels as an AI-first IDE, Claude Code dominates complex multi-file reasoning from the CLI, and Copilot remains the best inline autocomplete inside existing editors.
Read More EngineeringHow MCP Became the USB-C of AI Integration — A Technical Deep Dive
A comprehensive technical analysis of the Model Context Protocol — from the N x M integration problem it solves to the JSON-RPC architecture, comparison with alternatives, adoption timeline, and the future of agent-to-agent communication.
Read More EngineeringMCP 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 EngineeringBuilding Your First MCP Server: A Hands-On Developer Guide
A practical step-by-step tutorial for building a Model Context Protocol (MCP) server in TypeScript and Python, connecting it to Claude Desktop or Cursor, and deploying it to production.
Read More EngineeringModern 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