Architect's Tech Stack
Author

Architect's Tech Stack

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

608
Articles
0
Likes
2.0k
Views
0
Comments
Recent Articles

Latest from Architect's Tech Stack

100 recent articles max
Architect's Tech Stack
Architect's Tech Stack
Jun 12, 2026 · Backend Development

Why Manual JAR Deployment Is Outdated: Embrace Dynamic Hot‑Deployment Plugins

The article explains why rebuilding and redeploying a whole JAR for small rule or script changes is inefficient, distinguishes development‑time hot reload from production hot deployment, and shows how a plugin architecture using URLClassLoader and ServiceLoader provides granular, rollback‑friendly, and extensible updates while warning of classloader leaks and dependency conflicts.

Hot DeploymentJavaPlugin Architecture
0 likes · 8 min read
Why Manual JAR Deployment Is Outdated: Embrace Dynamic Hot‑Deployment Plugins
Architect's Tech Stack
Architect's Tech Stack
Jun 8, 2026 · Artificial Intelligence

Claude 4.8 vs Codex 5.5: Which Code‑Generation Model Performs Better?

The author compares Claude 4.8 (Opus) and Codex 5.5 across SWE‑bench Pro (69.2% vs 58.6%) and Terminal‑Bench (78.2% vs 74.6%), highlighting Claude’s larger 1 M‑token context, higher accuracy on complex multi‑file tasks, and higher cost, while Codex offers faster, cheaper terminal‑focused performance, recommending each for specific scenarios.

AI code generationClaude 4.8Codex 5.5
0 likes · 4 min read
Claude 4.8 vs Codex 5.5: Which Code‑Generation Model Performs Better?
Architect's Tech Stack
Architect's Tech Stack
Jun 7, 2026 · Artificial Intelligence

7 Proven Tricks to Supercharge Claude Code

The author shares seven practical techniques to keep Claude Code effective, including keeping CLAUDE.md concise, using Plan Mode with Shift+Tab, running parallel sessions via git worktree, enforcing validation steps, clearing stale context, restricting dangerous commands in settings, and automating repeatable tasks with a SKILL.md file.

AI coding assistantClaude CodeGit Worktree
0 likes · 4 min read
7 Proven Tricks to Supercharge Claude Code
Architect's Tech Stack
Architect's Tech Stack
Jun 4, 2026 · Artificial Intelligence

How TencentDB Agent Memory Cuts Token Usage by 61% and Boosts Task Success

TencentDB Agent Memory, an open‑source hierarchical memory system for long‑running AI agents, offloads tool calls, structures short‑term and four‑layer long‑term memories, and reduces token consumption by 61% while raising task success rate 51% and persona accuracy from 48% to 76%, all running locally with SQLite and no API keys.

AI AgentsOpenClawSQLite
0 likes · 4 min read
How TencentDB Agent Memory Cuts Token Usage by 61% and Boosts Task Success
Architect's Tech Stack
Architect's Tech Stack
Jun 2, 2026 · Artificial Intelligence

Why the Latest Codex Update Is a Game‑Changer for Windows Users

OpenAI's recent Codex update adds true Computer Use support on Windows, letting the model see the screen, click buttons, type, and control desktop applications, with a simple @Paint or @computer prompt, though it runs in the foreground and requires ChatGPT Plus or higher.

AI automationChatGPTCodex
0 likes · 3 min read
Why the Latest Codex Update Is a Game‑Changer for Windows Users