Tagged articles

external dependencies

2 articles · Page 1 of 1
TechVision Expert Circle
TechVision Expert Circle
May 23, 2026 · Artificial Intelligence

The Hidden Technical Debt of AI: Risks of Over‑relying on External Platforms

Relying heavily on external AI services like OpenAI, LangChain, and cloud vector databases creates a hidden technical debt that threatens control, availability, and data sovereignty, and the article dissects its causes, real‑world incidents, mitigation patterns, and practical 2026‑ready alternatives for resilient AI systems.

AILLMVector Database
0 likes · 13 min read
The Hidden Technical Debt of AI: Risks of Over‑relying on External Platforms
macrozheng
macrozheng
Feb 6, 2024 · Backend Development

How to Package Spring Boot Apps with External Dependencies Using Maven

This article explains how to package a Spring Boot application so that its dependencies are stored externally and loaded at runtime using Maven plugins and the PropertiesLauncher, enabling easy replacement of individual libraries without rebuilding the entire fat jar.

MavenPackagingbackend
0 likes · 6 min read
How to Package Spring Boot Apps with External Dependencies Using Maven