Paul Merlin and Dmitrii Smirnov’s talk, “IntelliJ IDEA – The IDE That Speaks Gradle”, is now live!
Explore how the IDE and Gradle plugin collaborate to boost your productivity and performance.
Watch the session now: youtu.be/EtfDo7JgLb8
#IntelliJIDEAConf
05.08.2025 10:02 — 👍 3 🔁 0 💬 0 📌 0
Bazel Plugin Release: General Availability | The IntelliJ IDEA Blog
We are finally ready to announce the general availability of the new Bazel plugin by JetBrains for IntelliJ IDEA, PyCharm, and GoLand. Enjoy a polyglot experience with better Bazel workflows,…
🚀 A new Bazel plugin is now available for IntelliJ IDEA! Enjoy a smoother development experience with:
✅ Expanded polyglot capabilities
✅ Dedicated Bazel Query tool window
✅ Faster indexing
✅ Enhanced configuration support
And there's more! Get the full story:
blog.jetbrains.com/idea/2025/07...
05.08.2025 08:50 — 👍 1 🔁 0 💬 0 📌 0
🎉 IntelliJ IDEA 2025.2 is out!
It brings powerful updates to help you stay productive, write better code, and adopt the latest tech with confidence.
Discover what’s new: www.jetbrains.com/idea/whatsnew/
04.08.2025 17:02 — 👍 36 🔁 7 💬 3 📌 2
Want to build, debug, and monitor native apps with GraalVM – all inside IntelliJ IDEA?
Watch @fniephaus.com's session from #IntelliJIDEAConf 👉 youtu.be/YqrEqXB59rA
03.08.2025 12:01 — 👍 16 🔁 5 💬 0 📌 1
Spring Debugger provides framework-specific evaluation. You can do all of the following from the debugger evaluation window:
✅ Access any loaded bean and invoke its method.
✅ Evaluate any configuration property value.
✅ Autocomplete and source trace properties.
More in our blog post👇
jb.gg/azlrdb
01.08.2025 15:02 — 👍 11 🔁 2 💬 0 📌 0
Hey Spring developers! Want to know how #Kotlin notebooks can boost your productivity?
Watch @beresnev.me’s talk from #IntelliJIDEAConf 👉 youtu.be/rDFrh3ctN4
01.08.2025 12:02 — 👍 8 🔁 0 💬 0 📌 0
“From Tower of Babel to Babel Fish: Evolving Your Kafka Architecture With Schema Registry” by @gamussa.dev is now live: youtu.be/1YrZTHQy9X0
Learn how to scale Kafka the right way – with schema evolution that doesn’t break everything.
31.07.2025 10:02 — 👍 6 🔁 0 💬 0 📌 0
Got a LazyInitializationException even though you thought you had a transaction? 🤦♂️
Spring Debugger displays the full transaction details, including who started it, isolation, and propagation, so you can spot broken transaction chains at a glance. 👇
jb.gg/xvxurx
30.07.2025 15:02 — 👍 9 🔁 0 💬 0 📌 0
Want to eliminate the “billion-dollar mistake”?
Learn how JSpecify and Spring help prevent NullPointerException in @seb.deleuze.fr’s talk from #IntelliJIDEAConf 👉 youtu.be/otwr0IniwRk
30.07.2025 12:01 — 👍 11 🔁 4 💬 0 📌 0
“Sudo, Make Me a Sandwich! – Live Coding With Agentic AI in IntelliJ IDEA” by @antonarhipov.bsky.social is now live: youtu.be/1cx8vDJYi74
Watch Junie, JetBrains’ coding agent, in action and see how far AI can go in dev workflows.
#IntelliJIDEAConf
29.07.2025 10:01 — 👍 13 🔁 3 💬 0 📌 0
“From Zero to Hero: Java on Azure Integration With IntelliJ IDEA” by @sandraahlgrimm.bsky.social is now live!
See how to build, deploy, monitor, and debug Java apps on Azure – all from IntelliJ IDEA.
Watch now: youtu.be/23cKpXv_uDI
#IntelliJIDEAConf
24.07.2025 10:01 — 👍 5 🔁 1 💬 0 📌 0
Getting Started | Building a RESTful Web Service
Learn how to create a RESTful web service with Spring.
The « Building a RESTful Web Service » #Spring guide is now available in #Kotlin in addition to Java. We are collaborating with JetBrains to add Kotlin code snippets to the 10 most popular guides. spring.io/guides/gs/re...
24.07.2025 06:03 — 👍 20 🔁 8 💬 1 📌 0
Not sure which databases your app is wired to, or what gets created during tests? 👀
With Spring Debugger, you can review all detected DataSources, including dynamically registered ones, directly in the IDE – no extra steps needed. 👉 jb.gg/dlmkfy
23.07.2025 12:01 — 👍 9 🔁 1 💬 0 📌 0
@lizeraes.bsky.social’ talk, “Next-Level Features of LangChain4j for Production-Ready AI Applications”, from #IntelliJIDEAConf is now live!
Watch to explore practical AI integration, RAG, model strategy, and real-world tooling.
Don’t miss it: youtu.be/AX2qpbuT8Lk
22.07.2025 10:02 — 👍 8 🔁 3 💬 0 📌 0
Great news for Spring developers, the IntelliJ IDEA unified distribution will make start.spring.io wizard to create Spring Boot projects available for free (currently only available in Ultimate)!
18.07.2025 05:44 — 👍 23 🔁 7 💬 0 📌 0
@seb.deleuze.fr’s #IntelliJIDEAConf session is now available!
See how JSpecify and NullAway can make your Spring apps safer, and what to expect in Spring Framework 7.0.
Watch the full session: youtu.be/otwr0IniwRk
15.07.2025 10:02 — 👍 15 🔁 5 💬 0 📌 0
Live Webinar -
Troubleshooting Spring Boot Applications with the Spring Debugger - Registration
What really happens in your Spring Boot app when something goes wrong?
In this #IntelliJIDEALivestream, Marco Behler uses IntelliJ IDEA’s Spring Debugger to uncover the hidden issues behind real-world bugs.
📅 July 17, 3:00–4:00 pm UTC
🔗 Register here 👇
jb.gg/gu143e
11.07.2025 12:02 — 👍 7 🔁 2 💬 0 📌 0
@fniephaus.com’ session, “Tips and Tricks for GraalVM and Graal Languages in IntelliJ IDEA”, is now live!
Discover how to go native, embed JS/Python/Wasm, and debug it all in IntelliJ IDEA.
Watch now: youtu.be/YqrEqXB59rA
#IntelliJIDEAConf
10.07.2025 10:10 — 👍 9 🔁 3 💬 0 📌 0
Spring Debugger shows you the full @springboot application context, right in the Project view in @intellijidea.
See which beans are active and which ones are not loaded. Review actual property values and DB connections 🔥
More on Spring Debugger here 👉 jb.gg/12auq2
08.07.2025 16:03 — 👍 22 🔁 5 💬 0 📌 0
@beresnev.me’s session, “Kotlin Notebooks for Spring Developers”, is now live!
Explore how Notebooks and Spring AI can enhance your Spring dev workflow in IntelliJ IDEA.
Watch the recording from #IntelliJIDEAConf: youtu.be/rDFrh3ctN4g
08.07.2025 10:10 — 👍 11 🔁 2 💬 0 📌 0
Spring Boot is great – until something breaks. 😬
In the next #IntelliJIDEALivestream, Marco Behler will show how to uncover and fix tricky Spring Boot bugs using the Spring Debugger in IntelliJ IDEA.
📅 July 17, 2025
⏰ 3:00–4:00 pm UTC
🔗 Register here: jb.gg/gu143e
07.07.2025 10:01 — 👍 11 🔁 2 💬 0 📌 0
Not sure what the actual values of your config are in a Spring Boot application? Spring Debugger shows them right in your .properties or .yaml file and lets you jump to where they were set.
More details in the article👇
jb.gg/12auq2
04.07.2025 14:00 — 👍 11 🔁 2 💬 1 📌 0
"Bootiful IntelliJ IDEA" from #IntelliJIDEAConf is now live!
Join @starbuxman.joshlong.com & @stukalov.bsky.social
to see how Spring Boot + IntelliJ IDEA help you code smarter, ship faster, and still make it home for dinner.
🎥 Full video: www.youtube.com/watch?v=CsR7...
04.07.2025 11:08 — 👍 13 🔁 2 💬 0 📌 0
One of my top 3 highlights this year thus far was being invited by the @jetbrains.com @intellijidea.com team to celebrate #30YearsOfJava. The #Java story is rooted in both ongoing technical innovation & community participation.
My thanks to @maritvandijk.bsky.social who made this all possible.
01.07.2025 14:28 — 👍 13 🔁 4 💬 1 📌 0
Work at JetBrains. Java Champion. Check my Java book: https://mng.bz/671p
💻 Software Developer | ☕🥑 Java Developer Advocate @ JetBrains | 🏆 Java Champion | 🎤 International Keynote Speaker | 👩💻 Pronouns: She/her
https://maritvandijk.com/
Developer Advocate @ JetBrains, working on Kotlin and Compose Multiplatform, KMP tooling, and Amper.
Instructor @ BME-VIK. Co-organizer @ Android Budapest. GDE for Android. Ex-Google.
Developer Advocate at @jetbrains.com, working with gamedev, Rider, ReSharper and the other dotTools. Helped build the Unity support in Rider; contributor to IdeaVim; abuser of semicolons.
Dev Advocate at JetBrains. Teaching ∞ Learning Kotlin & Compose Multiplatform. Talking Kotlin. Working w/ with love, for there is no other way. Always iterating.
Kotlin Developer Advocate @ JetBrains
Developer Advocate @ JetBrains
YouTube.com/@AntonArhipov
#java #kotlin #programming
.NET & Rider developer 🥑 at @JetBrains • shenanigans🍀• shitposts 💩 • MSc Software Engineering 🖥️ • 🧙♀️
Former clinical psychologist, current data scientist. Developer 🥑 at JetBrains. Loves data, cats and dinosaurs. Opinions are my own.
Developer Advocate at JetBrains | RxJS Core Team Member | Angular GDE
🌞 Helping build IntelliJ Platform plugins by day
🌚 Building aemide.com by night
😅 Finding time for life in between
💻 Software Developer || ☕ Java Developer Advocate @ JetBrains || https://sivalabs.in || https://youtube.com/sivalabs
Interested in Java, Kotlin, Docker, and Software Architecture.
Developer 🥑 at JetBrains. Author, public speaker, official wordsmith, certified coach & kettlebell wrangler. Knows just about enough to be dangerous.
Run The PHP Foundation, lead PhpStorm, write PHP Annotated. Occasionally DJ.
https://timeline-taxi.com
https://tempestphp.com
https://stitcher.io
Developer Advocate for PHP @jetbrains.com
Developer Advocate at JetBrains (RustRover, Fleet)
JavaChampion. Speaker. Books: http://goo.gl/QD6eeh. Co-lead
Delhi JUG, Developer Advocate @JetBrains. DevNexus Rockstar!
#Dev 🥑 for #FOSS. #ThePSF fellow and director. Public speaker. #着物女子 👘 Opinions are mine.
https://linktr.ee/cheukting
Kotlin Developer Advocate @JetBrains.com | Server side, Kotlin/JVM, Spring, Ktor, IntelliJ IDEA and more