Browsing Tag
java
225 posts
Monitoring Java Microservices with OpenTelemetry and OpenObserve
Monitoring microservices is hard. When a user request fans out across multiple services, each with its own database,…
Hello, World!
Hello, world! I’ve been playing Minecraft for over 10 years and finally decided to try my hand at…
#6 Things Every Backend Engineer Should Know (That AI Won’t Tell You)
AI can write code. Honestly, it can write it faster and with fewer syntax errors than most of…
Digital Asset Management: Definition, Types, and Trends
Digital transformation has already changed our lives a lot and is continuing to change further, bringing new opportunities…
Build a Real-Time ISS Tracker with Quarkus, SSE, and Qute
Most developers look at a small real-time app like this and think it is mainly a frontend exercise.…
Mastering Asynchronous Programming in Java
Modern applications must handle thousands (or even millions) of requests simultaneously and maintain high performance and responsiveness. Traditional…
What Is CI & CD Pipeline and How Do Continuous Integration and Delivery Work?
Modern software development relies on speed. Waterfall’s monolithic all-or-nothing approach has been mostly displaced by quick iterative practices…
The Future of Legacy Java Applications: Why Legacy Enterprise Systems Need It
In August 2012, a single software deployment nearly destroyed one of the largest trading firms in the United…
Your Java Regex Just Silently Broke in Production. Here’s How to Make That Impossible.
A colleague pushes a fix for a validation bug. The regex looks right. Tests pass. Two weeks later,…
Building an MCP Server for Java Performance Profiling
I built javaperf – an MCP (Model Context Protocol) server that lets AI assistants profile Java applications without…