Tag debugging

3 bookmarks have this tag.

2025-05-01

71.

Escape (de)Velocity - Artisanal Debugging of Tasks

www.liutikas.net/2025/05/01/Escape-Velocity.html

Debugging Gradle tasks can be challenging, especially when you have no access to tools like Develocity or need to work offline. This post shares a couple of strategies to help you gain more insight into your Gradle build.

2025-04-27

70.

Creative usernames and Spotify account hijacking

engineering.atspotify.com/2013/06/creative-usernames

An old-but-gold debugging story of how canonicalization of Unicode can often give unpredictable and confusing results, when you don't actually know how the canonicalization process works.

2024-07-30

24.

Java 21 Virtual Threads - Dude, Where’s My Lock?

netflixtechblog.com/java-21-virtual-threads-dude-wheres-my-lock-3052540e231d

Another great deep dive from the Netflix team on real-world problems they face as a primarily Java-oriented shop.