Review of Junie, a coding agent by JetBrains – Revie
Checking out Junie, a newly announced coding agent by JetBrains by asking it to add a new feature to my pet project.

Technical writer at JetBrains, hobbyist developer, author at flounder.dev
8 views

Igor Kulakov
5,651 viewsChecking out Junie, a newly announced coding agent by JetBrains by asking it to add a new feature to my pet project.

Foojay Podcast #66: Let's Talk About Java Code! Diving into a few Foojay blog posts...

Igor Kulakov
3,148 viewsCoding a duplicate content finder that quickly detects exact and fuzzy-matching text in large text repositories and numerous files.

Igor Kulakov
5,687 viewsAnalyzing a curious bottleneck in IntelliJ IDEA using the built-in IntelliJ Profiler and several handy debugger features.

Igor Kulakov
7,377 viewsTrouble finding memory leaks in a Java program? Learn how allocation profiling can reveal bugs and help you troubleshoot Java performance.

Igor Kulakov
8,659 viewsLearn how to troubleshoot and optimize Java code with IntelliJ Profiler – using createDirectories() as an example.

Igor Kulakov
11,591 viewsUse the debugger to find out how a Java application works under the hood, access its memory, and modify it without a single source file

Igor Kulakov
7,566 viewsLearn how to debug unresponsive Java/JVM applications, then reload the fix on the fly, using a hands-on example.

Igor Kulakov
3,587 viewsLet's make a duplicate finder for documentation together – a tool to quickly detect non-exact, or fuzzy, matches in large text repositories.

Igor Kulakov
10,682 viewsLearn how to use IntelliJ IDEA's Pause – a lesser known feature that will help you diagnose UI freezes, deadlocks, livelocks, and more