Why E-commerce Needs Agentic Search?

The search engine is the heart of every e-commerce platform. If customers cannot find a product, they will not buy it. Over the past decade, when referring to Search, we defaulted to Elasticsearch (with the BM25 algorithm). However, as user search behavior evolves—from typing abrupt keywords (“men’s running shoes”) to long queries full of complex intent (“find me waterproof trail running shoes, size 42, under $100, that can be delivered today”), traditional search engines begin to reveal their fatal flaws. ...

May 22, 2026 · 4 min · Vesviet Team

Data Ingestion & Atomic Chunking Product Data

In Part 1: The Paradigm Shift - Agentic Architecture & Golang Orchestration Power, we established the Orchestration Engine using Golang and Eino. However, no matter how smart a brain is, it becomes useless if fed with misleading, unstructured, or fragmented information. In the e-commerce domain, product catalog data changes continuously every second: prices fluctuate, inventory is updated, new products are added. Meanwhile, chunking product data to feed into a Vector Database (Qdrant) is entirely different from chunking a PDF document or a news article. ...

May 22, 2026 · 8 min · Vesviet Team

Zero DevOps E-commerce with Cloudflare Workers & Turborepo

Tired of maintaining expensive Kubernetes clusters, fine-tuning Auto-scaling groups on AWS, or wiring together complex CI/CD pipelines just to keep an e-commerce store alive? Welcome to the Zero DevOps era. In this post, we dissect Aura Store — a production-grade Cloudflare Workers E-commerce platform built entirely on Edge infrastructure, powered by a Turborepo Monorepo. Everything you see below is drawn directly from the running codebase. 1. Turborepo Monorepo Architecture in Practice Answer-first: Turborepo splits the e-commerce system into four independent apps — storefront-ui, admin-ui, public-api, and admin-api — and two shared packages: database and contract. This separation maximises build speed via Turborepo’s task graph cache and enforces a hard security boundary between the public-facing layer and internal tooling. ...

June 17, 2026 · 6 min · Lê Tuấn Anh

Magento Development in Vietnam: 2026 Hiring Guide

Vietnam’s Magento talent pool runs deep — but finding engineers who can handle production architecture is harder. Cost tiers, vetting signals, and when to migrate.

June 12, 2026 · 17 min · Lê Tuấn Anh

Serverless E-Commerce: Cloudflare Workers & D1 Architecture

Answer-first: How to architect a zero-ops serverless e-commerce backend using Cloudflare Workers, D1 (SQLite), and Durable Objects. Real schemas and hard trade-offs. Running a traditional PHP/MySQL stack for e-commerce works until a flash sale hits. Then you’re scaling servers, tuning Redis, and hoping your monolithic database doesn’t lock up. If you are exploring moving away from Magento or simply evaluating the edge, there is a radically different approach: building a transactional e-commerce engine entirely on Cloudflare’s edge network. ...

May 25, 2026 · 7 min · Lê Tuấn Anh

Magento AI Integration: Modernize Without Rebuilding

The hype surrounding artificial intelligence in e-commerce is deafening. Every SaaS platform promises “one-click AI personalization,” leaving legacy Magento (Adobe Commerce) merchants feeling trapped. Facing the choice of a multi-million dollar replatforming project or falling behind the AI curve, many e-commerce leaders make a critical mistake: they attempt to force AI workloads directly into Magento’s monolithic core. This guide details why that approach fails, provides an architectural blueprint for decoupling AI workloads, and analyzes the strategic ROI and compliance considerations of Magento AI integration. ...

May 24, 2026 · 10 min · Lê Tuấn Anh

Architecting Agentic E-commerce Search with Golang

The search system is the beating heart of every e-commerce platform. If customers cannot find a product, they cannot buy it. However, as we move through 2026, user search behavior has evolved drastically from typing short, abrupt keywords (e.g., “men’s running shoes”) to submitting complex, goal-oriented queries (e.g., “find me a pair of men’s waterproof trail running shoes, size 42, under $100, that can be delivered by tomorrow”). Against these multifaceted intents, traditional search engines begin to show their limitations. ...

May 22, 2026 · 8 min · Lê Tuấn Anh

Is Magento Worth It in 2026? The 2.4.9 Reality

Answer-first: Is Magento worth investing in for 2026? Understand the real cost of the 2.4.9 release: infra upgrades, extension compatibility, and long-term ownership. The question is not “Is Magento good?” The real question is: is Magento a good investment for your business, right now, given your constraints? Magento can still power very large commerce operations, but it demands a level of engineering ownership that many teams underestimate. The most useful lens in 2026 is to look at the massive architectural shift introduced by Magento Open Source 2.4.9 (officially released on May 12, 2026), and contrast it with what you can actually run in production today. ...

May 17, 2026 · 9 min · Lê Tuấn Anh

Tech Radar, May 2, 2026: 24-Hour TechTask Signals - Commerce Modernization Is Becoming an Operations Problem

The strongest TechTask signal in the last 24 hours is not a single framework release. It is the way several platform updates are converging on the same message: commerce modernization is no longer mainly about decomposing a monolith. It is about operating the decomposed system safely. That matters directly for the engineering profile behind this site: Strangler Fig migration from Magento/PHP into a 21-service Golang ecosystem, Dapr Pub/Sub for distributed workflows, Saga compensation for checkout and payment failure, Transactional Outbox for reliable events, GitOps through Kubernetes and ArgoCD, and performance work that pushed p95 latency from 1.2s to 120ms under high-traffic commerce load. ...

May 2, 2026 · 8 min · Lê Tuấn Anh

Magento Agency & Development in Vietnam: Scoping Guide

Answer-first: How to find and evaluate a Magento agency in Vietnam: effort layers for each project type, proposal red flags, hidden complexity, and delivery phase checklist. Magento development in Vietnam can look very different depending on what you are actually buying — and many failed projects come down to a mismatch between what was scoped and what was built. This guide is for the person managing or commissioning a project with a Magento agency: the PM, the CTO, or the e-commerce director who needs to evaluate a proposal, structure an engagement, and track delivery without being misled by vague timelines or unspecified complexity. ...

April 30, 2026 · 10 min · Lê Tuấn Anh