Talk to the Duck

Talk to the Duck

Follow
homeNew BlogLearn JavaJava 8 to 21 BookDebugging BookDebugging SeriesMastodon
Tag

Java

#java

More content

Read more stories on Hashnode


Articles with this tag

Migrating Monoliths to Microservices in Practice

Shai AlmogShai Almog
Aug 29, 20228 min read

This isn't another "break down the monolith" article. This post is about making the applicable decisions, measuring and verifying the results · There...

Migrating Monoliths to Microservices in Practice

External Debugging Tools 4: Debug the JVM Using jhsdb

Shai AlmogShai Almog
Jul 26, 20228 min read

Need to diagnose an app, possibly in production? Weird crashes? Gc tuning? Core dump from the JVM? jhsdb is the tool you've been searching for! · Java 9...

External Debugging Tools 4: Debug the JVM Using jhsdb

External Debugging Tools 3: JMXTerm

Shai AlmogShai Almog
Jul 21, 20226 min read

Monitor your application in production or locally. Understand what's going on under the hood while debugging & change application settings on the fly. ·...

External Debugging Tools 3: JMXTerm

The Cost of Production Blindness

Shai AlmogShai Almog
Jul 11, 20228 min read

Cloud rose to fame on the banner of cutting costs but with its tremendous growth the spend is rocketing. Learn how you can cut down overspend. · When I...

The Cost of Production Blindness

External Debugging Tools 1: dtrace and strace

Shai AlmogShai Almog
Jul 5, 202211 min read

Track bugs within an application and its external dependencies without the source code or deep knowledge of the environment using these amazing tools! ·...

External Debugging Tools 1: dtrace and strace

Debugging Gson, Moshi and Jackson JSON Frameworks in Production

Shai AlmogShai Almog
Jun 28, 20227 min read

Parsing is a major source of production failures. Some are easy to track but some are insidious. Here's how you can debug them on the fly! · Parsing bugs...

Debugging Gson, Moshi and Jackson JSON Frameworks in Production