Blog
Latest Articles
EIP-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 BlockchainEthereum's 2026 Scaling Roadmap: Glamsterdam, PeerDAS, and 10,000 TPS
Ethereum is targeting 10,000 transactions per second across its L1 and L2 ecosystem in 2026. With Glamsterdam and Hegota upgrades on the horizon, plus PeerDAS for data availability, here is the full technical roadmap.
Read More BlockchainRWA Tokenization Hits $26B: What Developers Need to Know
Real-world asset tokenization has crossed $26.48 billion on-chain. From BlackRock's BUIDL fund to US Congressional hearings, RWA is reshaping how financial instruments are issued, settled, and traded on public blockchains.
Read More EngineeringFrom Autocomplete to Autonomous: The Evolution of AI Coding Tools (2022-2026)
A chronicle of how AI coding tools evolved from single-line autocomplete in 2022 to autonomous multi-file agents in 2026. Four years that changed software development forever, with a look at what comes next.
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 BiometricsBuilding 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 BiometricsLiveness Detection and Digital Identity in Indonesia: Technical Approaches for Fraud Prevention
Indonesia loses Rp 7 trillion ($407M) annually to cybercrime. Liveness detection is the critical technology preventing biometric spoofing in the new SIM mandate. This article covers technical approaches, ISO standards, and architecture patterns.
Read More BiometricsIndonesia's Biometric SIM Mandate: What It Means for Developers and Digital Services
From July 1, 2026, all new SIM card registrations in Indonesia require biometric verification under KOMDIGI Regulation No. 7 of 2026. This guide covers the technical requirements, compliance checklist, and impact on developers and digital services.
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