Java

[EN] HTTP Caching Headers: More than Cache Control from the tutorial
[EN] HTTP Caching …

In the first part of our series, we looked at QUERY, the first new HTTP method in 15 years. Today we’re talking about something you probably use every day without really understanding what you’re doing with it: caching headers.

[EN] Google Truth vs. AssertJ: When is it worth switching?
[EN] Google Truth vs. …

In the first part of this series, we looked at Google Truth from the ground up - why it exists, how the subject model works, and when assertions become readable instead of cryptic.

[EN] Google Truth: Assertions you can read
[EN] Google Truth: …

You write a test. The test fails. You stare at the error message - and only after ten seconds do you understand what actually went wrong.