Kostya Dinozavrov
@flounder4130
Technical writer @ JetBrains
ID: 1271173731336019969
https://flounder.dev 11-06-2020 20:13:38
42 Tweet
121 Followers
415 Following
Check out the latest JVM Weekly, joining the Foojay.io family, thanks and great work Artur Skowronski, the whole story here plus highlighted articles, including Jennifer Reif and Digma! linkedin.com/pulse/best-foo…
Choosing the right Java runtime for your Spring Boot project is more critical than it seems. Discover how they differ in tooling support and container optimization with insights from Aleksey Stukalov and Catherine Edelveis on making an informed choice! blog.jetbrains.com/idea/2024/05/j…
Another great #Java/#Kotlin debug article by Kostya Dinozavrov showing you "how to locate code that causes a UI freeze without much prior knowledge of the project and fix faulty code on the fly." foojay.io/today/debug-un… #foojaytip
Have you ever used a #debugger to find out how a #Java application works under the hood, accessed its memory, and modifed it without a single source file? Debugger.godMode() by Kostya Dinozavrov on Foojay.io Today! foojay.io/today/debugger… #foojaytip
What's wrong with #Java's createDirectories()? Let's run a benchmark with #profiler and find out: flounder.dev/posts/get-star… IntelliJ IDEA, a JetBrains IDE
Many people believe that they don’t need to learn how to profile their #Java code as long as they don’t write high-load applications. Let's see how we can benefit even when dealing with very simple apps, using IntelliJ IDEA, a JetBrains IDE, with Kostya Dinozavrov! foojay.io/today/beginner… #foojaytip
What’s new in Java 23? In the first episode of “JEP Explained”, join Brian Goetz, Aggelos Biboudis, Tagir Valeev, and Mala Gupta to learn about JEP 455, which is about the addition of primitive types in Patterns, instanceof, and switch. Enjoy this informative and fun conversation! :)
Curious how to debug #Java and #Kotlin exceptions beyond just following a stack trace? Here's what IntelliJ IDEA, a JetBrains IDE's debugger has to offer: flounder.dev/posts/efficien…
Investigating a curious performance bottleneck in IntelliJ IDEA, a JetBrains IDE using its own profiler: flounder.dev/posts/profile-… #Java #Kotlin
Great to see that @GraalVM Native Image debugging got even better in IntelliJ IDEA, a JetBrains IDE! 🥳 Check it out:
Using a combination of #RAG (retrieval-augmented generation) and semantic markup, you can create nice functionality that is powered entirely by docs. Here’s how we applied this approach in the recent IntelliJ IDEA, a JetBrains IDE’s release: flounder.dev/posts/rag-sema…
💡Docs with semantic markup are not static - feed them to an LLM and they can suggest precise actions, like shortcuts or buttons to trigger IDE features. See how JetBrains used this in their AI Assistant. Kudos to Kostya Dinozavrov for sharing! flounder.dev/posts/rag-sema…