Architect's Tech Stack
Author

Architect's Tech Stack

Java backend, microservices, distributed systems, containerized programming, and more.

634
Articles
0
Likes
3.4k
Views
0
Comments
Recent Articles

Latest from Architect's Tech Stack

100 recent articles max
Architect's Tech Stack
Architect's Tech Stack
Aug 29, 2026 · Artificial Intelligence

Redis 8's AI Overhaul: Vector Search, Vector Sets, Semantic Cache & Iris Context Engine

This article analyzes Redis 8's new AI capabilities including vector search with HNSW and int8 quantization, the native Vector Sets data type, LangCache semantic caching for LLM cost reduction, and the Iris real-time context engine for agent memory, with code examples and a comparison of when to use each feature.

AI InfrastructureHNSWRedis
0 likes · 9 min read
Redis 8's AI Overhaul: Vector Search, Vector Sets, Semantic Cache & Iris Context Engine
Architect's Tech Stack
Architect's Tech Stack
Aug 14, 2026 · Artificial Intelligence

Introducing ZCode: The GLM‑Powered Coding Agent That Controls Your Terminal

ZCode 3.0, built on the open‑source GLM‑5.2 model, replaces its original kernel with a custom ZCode Agent core, optimising long‑range reasoning and tool calls so it can read repositories, run tests, fix bugs, and even control a terminal, while offering a free token grant and low‑cost subscription for Chinese developers.

AI coding agentGLM-5.2ZCode
0 likes · 3 min read
Introducing ZCode: The GLM‑Powered Coding Agent That Controls Your Terminal
Architect's Tech Stack
Architect's Tech Stack
Aug 14, 2026 · Industry Insights

DeepSeek V4 Prices Jump Over 4.5× – What the Surge Means

DeepSeek V4’s API pricing was raised dramatically, with base model costs climbing 4.5‑times and cache‑hit rates soaring 12‑times, prompting a detailed analysis of peak‑off‑peak schedules and cost‑saving strategies for developers.

AI ServicesCache HitDeepSeek
0 likes · 3 min read
DeepSeek V4 Prices Jump Over 4.5× – What the Surge Means
Architect's Tech Stack
Architect's Tech Stack
Aug 12, 2026 · Backend Development

A Read‑Only ORM That’s 100× Faster Than MyBatis

BeanSearcher, a read‑only Java ORM, generates SQL from declarative annotations and maps HTTP query parameters directly to query conditions, allowing complex multi‑table, aggregation and sorting queries with a single line of code and claiming performance up to a hundred times faster than MyBatis.

BeanSearcherJavaMyBatis
0 likes · 4 min read
A Read‑Only ORM That’s 100× Faster Than MyBatis
Architect's Tech Stack
Architect's Tech Stack
Aug 10, 2026 · Databases

Goodbye Navicat: Why the New Rust‑Based DBX Tool Is a Game‑Changer

The author, after a decade of Java backend work, compares the heavyweight Navicat and DBeaver with the lightweight 20 MB Rust‑built DBX client, highlighting its 70+ database support, zero‑install setup, advanced query editor, AI‑ready MCP server, and why it feels indispensable for backend and ops teams.

CodeMirrorDBXDatabase client
0 likes · 4 min read
Goodbye Navicat: Why the New Rust‑Based DBX Tool Is a Game‑Changer
Architect's Tech Stack
Architect's Tech Stack
Aug 3, 2026 · Backend Development

Spring Boot Jar vs War: Understanding the Real Differences

This article explains why a Spring Boot executable JAR runs with an embedded Tomcat while a WAR relies on an external Tomcat, how port and context‑path settings differ, how to modify them, and which packaging is preferable for interviews and production.

Embedded TomcatSpring Bootcontext-path
0 likes · 8 min read
Spring Boot Jar vs War: Understanding the Real Differences
Architect's Tech Stack
Architect's Tech Stack
Aug 3, 2026 · Artificial Intelligence

Spring Founder Returns with a New AI Agent Framework

Rod Johnson, the creator of Spring, introduces Embabel—a Kotlin‑based AI agent framework that uses GOAP planning to make agents deterministic, explainable, and Java‑friendly, aiming to turn uncontrolled AI demos into production‑ready systems.

AI agentsEmbabelGOAP
0 likes · 3 min read
Spring Founder Returns with a New AI Agent Framework