Join us! I'm excited to host another episode of #IntelliJIDEALiveStream on Wednesday, 25th June, 3-4 pm UTC, and learn from @dhinojosa.bsky.social about using the Vector API in your applications.
Checkout this link for more information: lnkd.in/gRUJi8Jh
#VectorAPI #Java
Blog: Foreword and Onward to Your Next Connection
I share advice & personal examples of connections I've made over 25 years. 🙏
@josepaumard.bsky.social @venkats.bsky.social @zakhav.bsky.social @sharatchander.bsky.social @malagupta.bsky.social @loiane.bsky.social
donraab.medium.com/foreword-and...
Tired of backslashes, quotes, and line breaks cluttering your String values? Meet Text Blocks in Java. They offer an easy way to write and read clean, readable multiline strings like JSON, HTML, and SQL.
Check out my blog post for more details: blog.jetbrains.com/idea/2025/06...
You can now select the Microsoft Build of #OpenJDK on
@intellijidea.com. Big thank you to @malagupta.bsky.social
and the @jetbrains.com team.
Have you registered to attend dev2next? Don't miss your chance to join us in beautiful Colorado Springs this Fall 🌄
Get ready for world-class workshops, sessions & so much more!
Tickets are on our early bird prices till June 31st so be quick!
🎟️ www.dev2next.com/register
Nothing says "good job" as registering for the second year of a conference.
Thanks to the returning alumni who purchased tickets for @dev2next.bsky.social 2025 during the Super Early Bird Registration phase—you made my day and I'm grateful.
🙌🤝 www.dev2next.com
Only a few more days left for the Super Early Bird Registration to end.
Join others who have already taken advantage of the lowest price to attend the event.
Please see details for @dev2next.bsky.social 2025 at
www.dev2next.com/register
💖 Today marks 30 years of #Java! Three decades of “aha!” moments, groundbreaking features, and code that changed the world. Let’s celebrate every line we’ve written! 🎉
#Java30withIntelliJIDEA
jb.gg/java30
🎥 For 30 years, Java has been our companion. It taught us patience, sparked our creativity, and never let us give up. Watch our tribute video and experience the journey!👇
youtu.be/kHybgBHqL2A
@intellijidea.com's splash screen today and for the whole week is celebrating something special!
जन्मदिन की बधाई, जावा! (Happy Birthday, Java!)
How would you wish Java a Happy Birthday in your native language?
#Java30 #JavaBirthday @java-champions.bsky.social
#JavaJokeOfTheDay
When you scroll past:
@Validated
@Transactional
@SomeThrows
@Slf4j
@GettingOutOfHand
@ISwearThereIsAClassHereSomewhere
And find:
public void aMethod() { .. }
No XML. No boilerplate. It just works.
Annotations are Java’s spell book.
#JavaDukeShortStories
Tell me you are using @IntelliJIDEA, without saying so 😉
I'll start:
I try to use Alt+Enter (in vain) while using other applications, such as, Google docs.
#JavaJokeOfTheDay
Some Java methods be like:
validateUserInputAndSanitizeIfRequiredThenProceedToNextStepUnlessCancelled();
By the time you finish reading the method name, your IDE has already indexed the whole project.
#JavaDukeShortStories #MadeForEachOther ;)
AI might write code. New frameworks might trend every month.
But you can’t automate community — real people & friendships, JUG meetups, learning from each other, lots of fun and open-source magic.
Java’s true power = people. Always has been. Always will be ❤️
@DelhiJUG @VikasMalik @ChhavnishMittal
Join us tomorrow for an in-person meetup, @Nagarro Gurgaon, and learn from the amazing leaders - @venkats.bsky.social and Vikas Malik.
We have Coke, Pizza, Samosa and Kulfi too! Yay!
Meetup Details: www.meetup.com/delhi-ncr-ju...
Meet Junie, your AI coding buddy from JetBrains—now built right into your favorite IDE, that is, IntelliJ IDEA (and other IDEs from JetBrains).
IntelliJ IDEA just leveled up with version 2025.1! Meet Junie, your AI coding buddy from JetBrains—now built right into your favorite IDE, Java 24 support, and much more!
How is this: #JavaJokeOfTheDay
Generics in Java: <T extends Comparable<T>>
Looks like XML, acts like safety net.
Safety never looked so... pointy.
#JavaDukeShortStories
#JavaJokeOfTheDay
What’s Java’s Voldemort?
null. Say it once. Debug forever.
#JavaDukeShortStories
#JavaJokeOfTheDay
Random dev: “Two versions a year? Java’s moving too fast!”
Java: “You mocked me for being slow. Now you want training wheels?” Pick a lane — or stick around. Try the new features sooner… you’ll love it 💕.
#JavaDukeShortStories
The large amount of libraries in the Java ecosystem is a blessing, but developers should be careful when adding a dependency. Do risk-assessment, look at quality, maintainability, security,...
And especially: keep in mind todays JDK provide lots of stuff that in the past was in external deps only!
#JavaJokeOfTheDay
Why does Java use static typing?
Because assigning "hello" to an int shouldn’t be a runtime jump scare.
Java straps on a helmet before riding.
Others ride blindfolded, crash, and blame the road.
#JavaDukeShortStories
#JavaJokeOfTheDay
Why doesn’t Java have operator overloading?
Because chaos is not a feature.
#JavaDukeShortStories
Check out my blog post on how using Markdown for documentation comments could help the amazing libraries, tools, or frameworks you are creating :)
Should you change all existing code documentation to markdown? It depends :)
Details in the blog post.
#JavaJokeOfTheDay
Why do some people complain Java needs a ; at the end of a line?
Same reason they think pineapple 🍍 ruins pizza — they’re just bored.
Java’s busy working on better solutions than your semicolon feelings. 😉
#JavaDukeShortStories
#JavaJokeOfTheDay
Why do Java developers use a class literally named Unsafe?
Because it gives them raw, unchecked, low-level power. 💥
Sometimes, danger comes with speed.
We all do unsafe things in life.
At least Java warned us first. 😏
#JavaDukeShortStories
Here’s some #Maven dependency advice: if your source code imports a class then make sure its provider (the JAR file) is explicitly listed as a dependency.
DO NOT, I repeat, DO NOT rely on the transitive closure of resolved dependencies.
If used, declare it.
You’ll thank me later.
#EclipseCollections has been in development for 21 years, with 10 years @eclipsefdn.bsky.social. I wrote a book about the library and many lessons I've learned after 35 years of coding. Counting down the next 10 years evolving and growing in OSS w/ #Java. 👍🙏
#JavaJokeOfTheDay
What happens when you run 20-year-old Java code?
It runs. Simple.
Other languages drop support, break things, and call it “progress.”
Some age like milk. Java? Like enterprise wine. 🍷
#JavaDukeShortStories
Check out the 'Featured Content' section in this month's #JavaAnnotatedMonthly, in which I highlight #Java24 and the #JavaOne conference!