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
Jan 20, 2026 · Backend Development

Why cURL’s $10,000 Grant Still Falls Short of Its Global Reach

The article recounts how cURL received a $10,000 monthly grant from the Microsoft FOSS Foundation, outlines its extensive protocol support and ubiquitous deployment across billions of devices, examines its modest donation income versus massive usage, and explores sustainable models for open‑source projects.

Backend ToolsNetwork Protocolscurl
0 likes · 8 min read
Why cURL’s $10,000 Grant Still Falls Short of Its Global Reach
Java Tech Enthusiast
Java Tech Enthusiast
Jan 17, 2026 · Fundamentals

How Ethernet Evolved from Shared Coax to Modern Gigabit Networks

This article traces Ethernet's transformation from its early shared‑medium, half‑duplex coaxial designs with CSMA/CD rules to today's high‑speed, full‑duplex switched networks, highlighting key technologies like the vampire tap, 10BASE5 "yellow thick" cable, AUI, and the reasons behind the shift to twisted‑pair and fiber.

AUICSMA/CDCoaxialCable
0 likes · 11 min read
How Ethernet Evolved from Shared Coax to Modern Gigabit Networks
Java Tech Enthusiast
Java Tech Enthusiast
Jan 13, 2026 · Backend Development

Why Spring Cloud Dropped spring-cloud-starter-parent and How to Migrate

Spring Cloud 2025.1.0 removes the long‑standing spring-cloud-starter-parent, simplifying dependency management, aligning with Spring Boot 4, and improving flexibility, while the article explains the reasons, community reaction, and step‑by‑step migration guidance.

Migration GuideSpring Boot 4Spring Cloud
0 likes · 11 min read
Why Spring Cloud Dropped spring-cloud-starter-parent and How to Migrate
Java Tech Enthusiast
Java Tech Enthusiast
Jan 12, 2026 · Artificial Intelligence

Can Claude Code Build a Year‑Long System in Just One Hour?

A Google senior engineer reports that Anthropic's Claude Code reproduced a system her team spent a year developing within an hour, sparking debate over AI coding agents, productivity gains, and the future of software engineering.

AI coding agentsAnthropicClaude Code
0 likes · 11 min read
Can Claude Code Build a Year‑Long System in Just One Hour?
Java Tech Enthusiast
Java Tech Enthusiast
Jan 3, 2026 · Backend Development

How to Propagate TraceId with Spring MDC Across HTTP, MQ, Thread Pools, and Jobs

This guide explains how to use Spring's built‑in Mapped Diagnostic Context (MDC) to generate a traceId for each request, configure Logback to include it in logs, and propagate the traceId through HTTP filters, RabbitMQ messages, thread‑pool tasks, and XXL‑Job scheduled jobs, complete with code examples and configuration snippets.

JavaSpringSpring Boot
0 likes · 11 min read
How to Propagate TraceId with Spring MDC Across HTTP, MQ, Thread Pools, and Jobs