#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

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


🚀 AWS Lambda is moving forward! Java 8 support ends on Dec 31, 2023. Bid farewell to Java 8 for new features, embrace Java 11 or 17! Your journey starts now! 💡 #AWSLambda #JavaUpgrade #ModernJava #CloudComputing #TechTrends #56Bit

a56bit's tweet image. 🚀 AWS Lambda is moving forward! Java 8 support ends on Dec 31, 2023.

Bid farewell to Java 8 for new features, embrace Java 11 or 17!

Your journey starts now! 💡

 #AWSLambda #JavaUpgrade #ModernJava #CloudComputing #TechTrends #56Bit

I would like to see @java running on @arduino with the help of @graalvm #modernJava #education

Got TensorFlow Micro running MNIST classification on a RiscV softcore on my ULX3S: git.io/Jm9jx #litex is an amazing tool. Thanks @enjoy_digital and all the community around to make this! #riscv #fpga #TensorFlow #tinyml

dlobato's tweet image. Got TensorFlow Micro running MNIST classification on a RiscV softcore on my ULX3S: git.io/Jm9jx
#litex is an amazing tool. Thanks @enjoy_digital and all the community around to make this!
#riscv #fpga #TensorFlow #tinyml


Java Tip #16💡: For time/date, use `java.time` (Java 8+) instead of legacy `Date` and `Calendar`. #Java #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

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

👇🔥☕️❤️👀 #Llama3 #OpenAI #ModernJava #SpringBoot

Modern @Java Project : a Spring Boot wrapper for Llama3.java from @TheMukel supporting OpenAI Chat Completion REST requests 🔥 github.com/stephanj/Llama… #OpenAI #SpringBoot



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

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

🚀 AWS Lambda is moving forward! Java 8 support ends on Dec 31, 2023. Bid farewell to Java 8 for new features, embrace Java 11 or 17! Your journey starts now! 💡 #AWSLambda #JavaUpgrade #ModernJava #CloudComputing #TechTrends #56Bit

a56bit's tweet image. 🚀 AWS Lambda is moving forward! Java 8 support ends on Dec 31, 2023.

Bid farewell to Java 8 for new features, embrace Java 11 or 17!

Your journey starts now! 💡

 #AWSLambda #JavaUpgrade #ModernJava #CloudComputing #TechTrends #56Bit

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

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

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

#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

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

Loading...

Something went wrong.


Something went wrong.


United States Trends