#modernjava 搜尋結果

💡Java tip: Starting from Java 8 prefer java.time over Date and Calendar. #ModernJava #JavaDev

mario_casari's tweet image. 💡Java tip: Starting from Java 8 prefer java.time over Date and Calendar.
#ModernJava #JavaDev

💡 Java tip: Starting from Java 12, you can use String.indent(n) to format multi-line strings with indentation. #Java #ModernJava

mario_casari's tweet image. 💡 Java tip: Starting from Java 12, you can use String.indent(n)  to format multi-line strings with indentation.
#Java #ModernJava

Project Amber: Modern Java Made Simple Java gets cleaner and smarter with Project Amber: ✔Pattern Matching ✔Records ✔Sealed Classes ✔Switch Expressions Write clearer, safer, more expressive code — with less boilerplate. #java #projectamber #modernjava #javadevelopment

NMethod93321's tweet image. Project Amber: Modern Java Made Simple

Java gets cleaner and smarter with Project Amber:
✔Pattern Matching
✔Records
✔Sealed Classes
✔Switch Expressions
Write clearer, safer, more expressive code — with less boilerplate.
#java #projectamber #modernjava #javadevelopment

Modern Java/JVM, Issue #17 A good opportunity to discover JVM libraries like: - querydsl.com Maybe @testcontainers is one of the most stable OSS project with independence of any holidays period; a project with top traction. #modernJava

juanantoniobm's tweet image. Modern Java/JVM, Issue #17

A good opportunity to discover JVM libraries like:

- querydsl.com

Maybe @testcontainers is one of the most stable OSS project with independence of any holidays period; a project with top traction.

#modernJava

Modern Java/JVM, Issue #67 @RedHat is investing huge efforts to implement an Enterprise Framework at the same level of the daily efforts from @Oracle to have an excellent #JVM for Production scenarios. @testcontainers you should add it in your pom.xml #modernjava

juanantoniobm's tweet image. Modern Java/JVM, Issue #67

@RedHat is investing huge efforts to implement an Enterprise Framework at the same level of the daily efforts from @Oracle to have an excellent #JVM for Production scenarios.

@testcontainers you should add it in your pom.xml

#modernjava

Modern Java/JVM, Issue #18 Special mention this week to Arrow-fx Arrow Fx is a next-generation Typed FP Effects Library that makes tracked effectful programming first class in Kotlin, and is build on top of Kotlin’s suspend system arrow-kt.io/docs/fx/ #modernJava #modernJVM

juanantoniobm's tweet image. Modern Java/JVM, Issue #18

Special mention this week to Arrow-fx
Arrow Fx is a next-generation Typed FP Effects Library that makes tracked effectful programming first class in Kotlin, and is build on top of Kotlin’s suspend system
arrow-kt.io/docs/fx/

#modernJava #modernJVM

Y que me encuentro a @rugi, se nota!! xD xD #modernjava #lambdas

Ivanhoe's tweet image. Y que me encuentro a @rugi, se nota!! xD xD  #modernjava #lambdas

Modern Java/JVM, Issue #33 Bug creation rates on modern web frameworks (26/4/2021): Bugs/Issues created from 2021: - Spring Boot: 193/1577=12% - Quarkus: 677/2704=25% - Micronaut: 46/496=9% github.com/spring-project… github.com/quarkusio/quar… github.com/micronaut-proj… #modernJava

juanantoniobm's tweet image. Modern Java/JVM, Issue #33

Bug creation rates on modern web frameworks (26/4/2021):

Bugs/Issues created from 2021:
- Spring Boot: 193/1577=12%
- Quarkus: 677/2704=25%  
- Micronaut: 46/496=9%

github.com/spring-project…
github.com/quarkusio/quar…
github.com/micronaut-proj…

#modernJava

Panel Discussion: Java in a Modern World - Beyond Cloud Native? @holly_cummin, @ammbra1508, @ags313, @sjmaple and @ixchelruiz on the #ModernJava trends, traps, and tricks at #QConLondon. #CloudNative #Cloud #CloudNative #Java

qconlondon's tweet image. Panel Discussion: Java in a Modern World - Beyond Cloud Native? @holly_cummin, @ammbra1508, @ags313, @sjmaple and @ixchelruiz on the #ModernJava trends, traps, and tricks at #QConLondon. 

#CloudNative #Cloud #CloudNative #Java
qconlondon's tweet image. Panel Discussion: Java in a Modern World - Beyond Cloud Native? @holly_cummin, @ammbra1508, @ags313, @sjmaple and @ixchelruiz on the #ModernJava trends, traps, and tricks at #QConLondon. 

#CloudNative #Cloud #CloudNative #Java

Can interfaces have method implementations? If yes, how? And why was this feature even added? Explain your understanding in the comments 👇 #Java #Interface #ModernJava #CodingInterview


Over 20 year after its inception, Java continues to be one of the most utilized programming languages in the world. Join ProTech for a free webinar on the 5 ways you can modernize your existing Java applications. #modernjava ow.ly/fuSb50hkM6r

protechtraining's tweet image. Over 20 year after its inception, Java continues to be one of the most utilized programming languages in the world. Join ProTech for a free webinar on the 5 ways you can modernize your existing Java applications. #modernjava ow.ly/fuSb50hkM6r

🧰 Unlock advanced APIs like NIO, Streams, and concurrency utilities for more expressive, powerful code. #ModernJava


🌈 From dark themes to high DPI scaling — FlatLaf delivers a premium UI experience for Swing apps. #ModernJava


💡 Java tip: Starting from Java 12, you can use String.indent(n) to format multi-line strings with indentation. #Java #ModernJava

mario_casari's tweet image. 💡 Java tip: Starting from Java 12, you can use String.indent(n)  to format multi-line strings with indentation.
#Java #ModernJava

What are record classes? Compact syntax for data carriers: record Person(String name, int age) {} Auto-generates: ✅ Constructor ✅ Getters ✅ equals(), hashCode(), toString() ✅ Immutable by default 30 lines → 1 line DTOs never been cleaner 📦 #Java #Records #ModernJava


Can interfaces have method implementations? If yes, how? And why was this feature even added? Explain your understanding in the comments 👇 #Java #Interface #ModernJava #CodingInterview


💡Java tip: Starting from Java 8 prefer java.time over Date and Calendar. #ModernJava #JavaDev

mario_casari's tweet image. 💡Java tip: Starting from Java 8 prefer java.time over Date and Calendar.
#ModernJava #JavaDev

🔄 Say goodbye to callback hell and complex reactive chains. Virtual Threads simplify concurrency like never before. #ModernJava


#Java now streams with memory, discards threads instead of pooling & runs without public static void main. #VirtualThreads, Gatherers & no-boilerplate coding—@ronveen breaks down the quiet revolution Read: javapro.io/2025/06/17/mod… #ModernJava #ProjectLoom #StructuredConcurrency

JAVAPROmagazin's tweet image. #Java now streams with memory, discards threads instead of pooling & runs without public static void main. #VirtualThreads, Gatherers & no-boilerplate coding—@ronveen breaks down the quiet revolution

Read: javapro.io/2025/06/17/mod…

#ModernJava #ProjectLoom #StructuredConcurrency

💥 Virtual Threads: Concurrency for humans. See how Spring Boot handles thousands of concurrent requests—elegantly. #ModernJava


⚙️ Want control, speed, and modularity? Get started with ActiveJ and see why it’s redefining lightweight Java development. #ModernJava


✨ Java Streams make array flattening a breeze. See how to turn nested arrays into flat ones with just one line. #ModernJava


💡Java tip: Starting from Java 8 prefer java.time over Date and Calendar. #ModernJava #JavaDev

mario_casari's tweet image. 💡Java tip: Starting from Java 8 prefer java.time over Date and Calendar.
#ModernJava #JavaDev

💡 Java tip: Starting from Java 12, you can use String.indent(n) to format multi-line strings with indentation. #Java #ModernJava

mario_casari's tweet image. 💡 Java tip: Starting from Java 12, you can use String.indent(n)  to format multi-line strings with indentation.
#Java #ModernJava

Project Amber: Modern Java Made Simple Java gets cleaner and smarter with Project Amber: ✔Pattern Matching ✔Records ✔Sealed Classes ✔Switch Expressions Write clearer, safer, more expressive code — with less boilerplate. #java #projectamber #modernjava #javadevelopment

NMethod93321's tweet image. Project Amber: Modern Java Made Simple

Java gets cleaner and smarter with Project Amber:
✔Pattern Matching
✔Records
✔Sealed Classes
✔Switch Expressions
Write clearer, safer, more expressive code — with less boilerplate.
#java #projectamber #modernjava #javadevelopment

Panel Discussion: Java in a Modern World - Beyond Cloud Native? @holly_cummin, @ammbra1508, @ags313, @sjmaple and @ixchelruiz on the #ModernJava trends, traps, and tricks at #QConLondon. #CloudNative #Cloud #CloudNative #Java

qconlondon's tweet image. Panel Discussion: Java in a Modern World - Beyond Cloud Native? @holly_cummin, @ammbra1508, @ags313, @sjmaple and @ixchelruiz on the #ModernJava trends, traps, and tricks at #QConLondon. 

#CloudNative #Cloud #CloudNative #Java
qconlondon's tweet image. Panel Discussion: Java in a Modern World - Beyond Cloud Native? @holly_cummin, @ammbra1508, @ags313, @sjmaple and @ixchelruiz on the #ModernJava trends, traps, and tricks at #QConLondon. 

#CloudNative #Cloud #CloudNative #Java

Y que me encuentro a @rugi, se nota!! xD xD #modernjava #lambdas

Ivanhoe's tweet image. Y que me encuentro a @rugi, se nota!! xD xD  #modernjava #lambdas

Definitively, the Java library for EV3Dev is growing little by little. Who does not want to tinker with OpenJDK 10 in the Brick? Modern Java for Robots! Active long-term users are increasing!!! ev3dev-lang-java.github.io #modernJava #Robotics @adoptopenjdk

juanantoniobm's tweet image. Definitively, the Java library for EV3Dev is growing little by little. Who does not want to tinker with OpenJDK 10 in the Brick? Modern Java for Robots!
Active long-term users are increasing!!!
ev3dev-lang-java.github.io
#modernJava #Robotics @adoptopenjdk
juanantoniobm's tweet image. Definitively, the Java library for EV3Dev is growing little by little. Who does not want to tinker with OpenJDK 10 in the Brick? Modern Java for Robots!
Active long-term users are increasing!!!
ev3dev-lang-java.github.io
#modernJava #Robotics @adoptopenjdk

Modern Java/JVM, Issue #67 @RedHat is investing huge efforts to implement an Enterprise Framework at the same level of the daily efforts from @Oracle to have an excellent #JVM for Production scenarios. @testcontainers you should add it in your pom.xml #modernjava

juanantoniobm's tweet image. Modern Java/JVM, Issue #67

@RedHat is investing huge efforts to implement an Enterprise Framework at the same level of the daily efforts from @Oracle to have an excellent #JVM for Production scenarios.

@testcontainers you should add it in your pom.xml

#modernjava

Modern Java/JVM, Issue #17 A good opportunity to discover JVM libraries like: - querydsl.com Maybe @testcontainers is one of the most stable OSS project with independence of any holidays period; a project with top traction. #modernJava

juanantoniobm's tweet image. Modern Java/JVM, Issue #17

A good opportunity to discover JVM libraries like:

- querydsl.com

Maybe @testcontainers is one of the most stable OSS project with independence of any holidays period; a project with top traction.

#modernJava

Modern Java/JVM, Issue #18 Special mention this week to Arrow-fx Arrow Fx is a next-generation Typed FP Effects Library that makes tracked effectful programming first class in Kotlin, and is build on top of Kotlin’s suspend system arrow-kt.io/docs/fx/ #modernJava #modernJVM

juanantoniobm's tweet image. Modern Java/JVM, Issue #18

Special mention this week to Arrow-fx
Arrow Fx is a next-generation Typed FP Effects Library that makes tracked effectful programming first class in Kotlin, and is build on top of Kotlin’s suspend system
arrow-kt.io/docs/fx/

#modernJava #modernJVM

Last chance to save on #Java guides including #effectivejava & #modernjava collections, & #java9 for the impatient. informit.com/java

InformIT's tweet image. Last chance to save on #Java guides including #effectivejava & #modernjava collections, & #java9 for the impatient. informit.com/java

Modern Java/JVM, Issue #33 Bug creation rates on modern web frameworks (26/4/2021): Bugs/Issues created from 2021: - Spring Boot: 193/1577=12% - Quarkus: 677/2704=25% - Micronaut: 46/496=9% github.com/spring-project… github.com/quarkusio/quar… github.com/micronaut-proj… #modernJava

juanantoniobm's tweet image. Modern Java/JVM, Issue #33

Bug creation rates on modern web frameworks (26/4/2021):

Bugs/Issues created from 2021:
- Spring Boot: 193/1577=12%
- Quarkus: 677/2704=25%  
- Micronaut: 46/496=9%

github.com/spring-project…
github.com/quarkusio/quar…
github.com/micronaut-proj…

#modernJava

Loading...

Something went wrong.


Something went wrong.


United States Trends