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
1 views

Igor Kulakov
5,561 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,121 viewsCoding a duplicate content finder that quickly detects exact and fuzzy-matching text in large text repositories and numerous files.

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

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

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

Igor Kulakov
11,475 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
6,647 viewsLearn how to debug unresponsive Java/JVM applications, then reload the fix on the fly, using a hands-on example.

Igor Kulakov
3,562 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,618 viewsLearn how to use IntelliJ IDEA's Pause – a lesser known feature that will help you diagnose UI freezes, deadlocks, livelocks, and more