In this podcast, we are talking to some of the key people working on different IDEs, Integrated Development Environments.
-
Debugging Streams and Collections
Java 8 streams improved readability and provide great debugging opportunities. There are amazing tools for inspecting collections and arrays.
-
The Massive Hidden Power of Breakpoints
Learn about tracepoints (AKA logpoints) how exception breakpoints don’t suck, watchpoints, filters & why method breakpoints are problematic.
-
Managing Dependencies in IntelliJ IDEA
Learn the different ways in which we can view our project’s dependencies in IntelliJ IDEA, and the different focus for each view.
-
Debugging Program Control Flow
Control flow is much more than step over. You can “jump” to arbitrary code offsets while debugging to reproduce elaborate states and behaviors!
-
Debug Like a Senior Developer
New online course is launching with the first video ready to view. More are coming in the coming months, also the book is ready for preorder!
-
Viewing Dependencies in IntelliJ IDEA
In this article, we’re going to take a look at different ways to view your external dependencies in IntelliJ IDEA.
-
Java on Azure Tooling Update – October 2022
In this update, we will introduce our new roadmap in the next few months, plus learn about Azure Functions Deployment Slot Support.
-
When Breakpoints Don’t Break
Tracepoints, also known as Logpoints, are gaining name recognition. But some still don’t know about the non-breaking breakpoints family.
-
Java on Azure Tooling Update – September 2022
In this update, we will introduce the Azure Cosmos DB Support, the Azure Virtual Machine Enhancement, and Azure SDK Reference Book updates.
-
Java on Azure Tooling Update – August 2022
In this update, we will introduce the new AKS support and Virtual Machine support. Check it out and try it out!