DEV Community

Java

More than just a cup of coffee, Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Chain of Responsibility em Java: como transformamos um if de 600 linhas em um pipeline de autorização de pagamentos

Chain of Responsibility em Java: como transformamos um if de 600 linhas em um pipeline de autorização de pagamentos

Comments
13 min read
Giving an AI Agent a Real Sandbox: Filesystem and Network Jail, in Java

Giving an AI Agent a Real Sandbox: Filesystem and Network Jail, in Java

Comments
6 min read
Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`

Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`

Comments
4 min read
A Mac App, Not an iOS App on a Mac

A Mac App, Not an iOS App on a Mac

5
Comments 1
4 min read
Unshackling Java Architecture: How the Builder Pattern Rescued Our Legacy System

Unshackling Java Architecture: How the Builder Pattern Rescued Our Legacy System

Comments
7 min read
Strategy em Java para desacoplar o cálculo de frete

Strategy em Java para desacoplar o cálculo de frete

Comments
6 min read
Adapter Pattern in Java: How to Integrate Payment Gateways Without Tight Coupling”

Adapter Pattern in Java: How to Integrate Payment Gateways Without Tight Coupling”

1
Comments
15 min read
The Agent Charged the Customer Twice. The Logs Said Everything Was Fine.

The Agent Charged the Customer Twice. The Logs Said Everything Was Fine.

Comments
4 min read
Implement GitHub OAuth2 Authorization Login in Springboot