Java Tech Enthusiast
Author

Java Tech Enthusiast

Sharing computer programming language knowledge, focusing on Java fundamentals, data structures, related tools, Spring Cloud, IntelliJ IDEA... Book giveaways, red‑packet rewards and other perks await!

833
Articles
1
Likes
2.3k
Views
0
Comments
Recent Articles

Latest from Java Tech Enthusiast

100 recent articles max
Java Tech Enthusiast
Java Tech Enthusiast
Mar 16, 2026 · Operations

How to Set a Custom User Folder Name During Windows 11 Installation

Microsoft’s recent Windows 11 Dev Build 26300.8068 adds an OOBE option that lets users define the user‑profile folder name during setup, avoiding the default truncated name derived from the Microsoft account, but the feature works only on fresh installations or full system resets.

Custom NameInstallationOOBE
0 likes · 4 min read
How to Set a Custom User Folder Name During Windows 11 Installation
Java Tech Enthusiast
Java Tech Enthusiast
Mar 15, 2026 · Artificial Intelligence

Why OpenClaw’s Uninstall Storm Exposes Critical AI Agent Security Flaws

A sudden wave of OpenClaw uninstall services in 2026 revealed severe AI agent security risks, including default open‑network configurations, persistent OAuth tokens, malicious plugins, runaway costs, and stability crashes, prompting a deep analysis of design flaws and recommended safeguards for future intelligent agents.

AI agentsAI safetyAgent design
0 likes · 10 min read
Why OpenClaw’s Uninstall Storm Exposes Critical AI Agent Security Flaws
Java Tech Enthusiast
Java Tech Enthusiast
Mar 13, 2026 · Databases

When Does SELECT * Break Your MySQL Index? A Deep Dive into Index Invalidation

This article explains why using SELECT * does not automatically invalidate MySQL indexes, explores common scenarios that cause index loss such as left‑most prefix violations, function calls, implicit type conversions, wildcard LIKE patterns, OR/IN/NOT IN misuse, and ORDER BY pitfalls, and provides practical optimization recommendations with concrete SQL examples and verification methods.

IndexMySQLOptimization
0 likes · 14 min read
When Does SELECT * Break Your MySQL Index? A Deep Dive into Index Invalidation
Java Tech Enthusiast
Java Tech Enthusiast
Mar 11, 2026 · Backend Development

Accelerate Java API Development with magic‑api: No Controllers Needed

This tutorial shows how to use the Java‑based magic‑api framework to generate Spring Boot HTTP endpoints directly from a UI, covering dependency setup, datasource configuration, database preparation, CRUD scripts, validation, result mapping, transaction handling, and Swagger integration.

APICRUDSpringBoot
0 likes · 10 min read
Accelerate Java API Development with magic‑api: No Controllers Needed
Java Tech Enthusiast
Java Tech Enthusiast
Mar 11, 2026 · Operations

How a Tiny Cost‑Saving Decision Wiped Out 2.5 Years of Data on AWS

A data‑science community founder used an AI coding assistant to migrate a static site to AWS, unintentionally shared Terraform state, ran a full Terraform apply without a plan review, and triggered a cascade of resource creation that culminated in a terraform destroy that erased the entire production environment and two‑and‑a‑half years of user data, illustrating the dangers of over‑automation and the importance of robust backup and manual safeguards.

AI toolsAWSAutomation
0 likes · 11 min read
How a Tiny Cost‑Saving Decision Wiped Out 2.5 Years of Data on AWS
Java Tech Enthusiast
Java Tech Enthusiast
Mar 10, 2026 · Artificial Intelligence

Mastering AI Agent Paradigms: ReAct, Plan‑and‑Execute, Reflection & Multi‑Agent Workflows

This guide explains the core engineering paradigms behind AI agents—including ReAct, Plan‑and‑Execute, Reflection, Multi‑Agent systems, A2A communication, and Agentic Workflows—detailing their concepts, advantages, implementation components, and a concrete troubleshooting example with step‑by‑step code snippets.

A2AAI AgentMulti-agent
0 likes · 18 min read
Mastering AI Agent Paradigms: ReAct, Plan‑and‑Execute, Reflection & Multi‑Agent Workflows
Java Tech Enthusiast
Java Tech Enthusiast
Mar 7, 2026 · Artificial Intelligence

Explore Cutting‑Edge Open‑Source AI Skills for Video, Docs, and Social Media Automation

This article introduces several open‑source AI Skills—including Remotion, YouTube‑clipper, skill‑from‑masters, NotebookLM, Markdown‑to‑X publisher, and Anthropic's Agent Skills—detailing their purpose, core features, installation commands, and repository links for developers seeking automation solutions.

ClaudeVideo Generationdocument processing
0 likes · 7 min read
Explore Cutting‑Edge Open‑Source AI Skills for Video, Docs, and Social Media Automation
Java Tech Enthusiast
Java Tech Enthusiast
Mar 6, 2026 · Backend Development

Simplify Spring Boot Authentication with Sa-Token: A Complete Guide

This article introduces Sa-Token, a lightweight Java authentication framework, explains why it outperforms Spring Security, shows how to configure it in Spring Boot, and provides multiple code examples—including login, logout, role and permission checks, global interceptors, front‑end token handling, and Redis storage.

AuthenticationAuthorizationSa-Token
0 likes · 7 min read
Simplify Spring Boot Authentication with Sa-Token: A Complete Guide