home.social

#javadevelopment — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #javadevelopment, aggregated by home.social.

  1. So sánh Eclipse Collections và JDK Collections:

    1. Bộ nhớ: Eclipse Collections tối ưu hơn nhờ hỗ trợ kiểu dữ liệu nguyên thủy (primitive), giúp giảm tiêu thụ RAM đáng kể so với JDK Collections.
    2. Hiệu năng: Khả năng xử lý song song và lặp nhanh hơn trong nhiều trường hợp thực tế.
    3. API: Cung cấp bộ API phong phú (Immutable, Mutable, BiMap, Multimap) giúp code gọn gàng, dễ đọc hơn Java Streams truyền thống.

    #Java #EclipseCollections #JDK #Programming #JavaDevelopment #LapTrinh #CongNghe

    http

  2. Feeling the friction of getting Java apps cloud-ready? Spring Architects, it's time to smooth out those bumps with Quarkus! Achieve superior cloud-native performance, reduced resource consumption, and simplified deployments. Embrace Quarkus and accelerate your journey to the cloud.

    quarkus.io/spring/

  3. Feeling the friction of getting Java apps cloud-ready? Spring Architects, it's time to smooth out those bumps with Quarkus! Achieve superior cloud-native performance, reduced resource consumption, and simplified deployments. Embrace Quarkus and accelerate your journey to the cloud. #CloudNative #JavaDevelopment #Spring

    quarkus.io/spring/

  4. Feeling the friction of getting Java apps cloud-ready? Spring Architects, it's time to smooth out those bumps with Quarkus! Achieve superior cloud-native performance, reduced resource consumption, and simplified deployments. Embrace Quarkus and accelerate your journey to the cloud. #CloudNative #JavaDevelopment #Spring

    quarkus.io/spring/

  5. Feeling the friction of getting Java apps cloud-ready? Spring Architects, it's time to smooth out those bumps with Quarkus! Achieve superior cloud-native performance, reduced resource consumption, and simplified deployments. Embrace Quarkus and accelerate your journey to the cloud. #CloudNative #JavaDevelopment #Spring

    quarkus.io/spring/

  6. Feeling the friction of getting Java apps cloud-ready? Spring Architects, it's time to smooth out those bumps with Quarkus! Achieve superior cloud-native performance, reduced resource consumption, and simplified deployments. Embrace Quarkus and accelerate your journey to the cloud. #CloudNative #JavaDevelopment #Spring

    quarkus.io/spring/

  7. 🚀🙄 Oh joy, another JEP! Because what #Java really needed was a *smaller* object header—*finally*! Newest fad: turning "compact" from experimental to product feature. 🥳 Next up: "compact" blog posts, because brevity is key. 😂
    openjdk.org/jeps/519 #JEP #JavaDevelopment #CompactObjects #TechHumor #HackerNews #ngated

  8. 🚀🙄 Oh joy, another JEP! Because what #Java really needed was a *smaller* object header—*finally*! Newest fad: turning "compact" from experimental to product feature. 🥳 Next up: "compact" blog posts, because brevity is key. 😂
    openjdk.org/jeps/519 #JEP #JavaDevelopment #CompactObjects #TechHumor #HackerNews #ngated

  9. 🚀🙄 Oh joy, another JEP! Because what #Java really needed was a *smaller* object header—*finally*! Newest fad: turning "compact" from experimental to product feature. 🥳 Next up: "compact" blog posts, because brevity is key. 😂
    openjdk.org/jeps/519 #JEP #JavaDevelopment #CompactObjects #TechHumor #HackerNews #ngated

  10. 🚀🙄 Oh joy, another JEP! Because what #Java really needed was a *smaller* object header—*finally*! Newest fad: turning "compact" from experimental to product feature. 🥳 Next up: "compact" blog posts, because brevity is key. 😂
    openjdk.org/jeps/519 #JEP #JavaDevelopment #CompactObjects #TechHumor #HackerNews #ngated

  11. TIL that it is possible to create something like a "Brain Method", at least that's how SonarCube is naming it.

    That specific method does have 330 LOC a complexity of 64 and a nesting level of 6. Also there are 60 variables declared.

    Whoever wrote this should properly rethink there code quality guidelines.

    #Development #JavaDevelopment #Java #Coding #SonarCube #RefactorRequired

  12. TIL that it is possible to create something like a "Brain Method", at least that's how SonarCube is naming it.

    That specific method does have 330 LOC a complexity of 64 and a nesting level of 6. Also there are 60 variables declared.

    Whoever wrote this should properly rethink there code quality guidelines.

    #Development #JavaDevelopment #Java #Coding #SonarCube #RefactorRequired

  13. TIL that it is possible to create something like a "Brain Method", at least that's how SonarCube is naming it.

    That specific method does have 330 LOC a complexity of 64 and a nesting level of 6. Also there are 60 variables declared.

    Whoever wrote this should properly rethink there code quality guidelines.

    #Development #JavaDevelopment #Java #Coding #SonarCube #RefactorRequired

  14. TIL that it is possible to create something like a "Brain Method", at least that's how SonarCube is naming it.

    That specific method does have 330 LOC a complexity of 64 and a nesting level of 6. Also there are 60 variables declared.

    Whoever wrote this should properly rethink there code quality guidelines.

    #Development #JavaDevelopment #Java #Coding #SonarCube #RefactorRequired

  15. Which is the Right Tech in 2025? Node.js or Java?

    zekond.com/read-blog/141068

    Choosing between Node.js and Java in 2025 depends on your project needs. While Node.js excels in scalability and real-time applications, Java remains a strong choice for enterprise-grade solutions and security.

    #NodeJSvsJava
    #TechComparison2025
    #WebDevelopment
    #JavaDevelopment
    #NodeJSTech
    #ProgrammingTrends
    #BackendDevelopment
    #SoftwareEngineering
    #TechStack
    #FutureOfCoding

  16. Which is the Right Tech in 2025? Node.js or Java?

    zekond.com/read-blog/141068

    Choosing between Node.js and Java in 2025 depends on your project needs. While Node.js excels in scalability and real-time applications, Java remains a strong choice for enterprise-grade solutions and security.

    #NodeJSvsJava
    #TechComparison2025
    #WebDevelopment
    #JavaDevelopment
    #NodeJSTech
    #ProgrammingTrends
    #BackendDevelopment
    #SoftwareEngineering
    #TechStack
    #FutureOfCoding

  17. 🚀 Trash Talk - Exploring Memory Management in the JVM 🚀

    In the realm of Java programming, mastering memory management and garbage collection is crucial for optimizing performance and resource utilization.

    Join Gerrit Grunwald in his #BaselOne24 session to gain insights into memory allocation, object lifecycle, and garbage collection strategies within the #Java Virtual Machine (#JVM).

    🐸: lnkd.in/ggjmzerN

    #MemoryManagement #GarbageCollection #JavaDevelopment #PerformanceOpti

  18. 🚀 Trash Talk - Exploring Memory Management in the JVM 🚀

    In the realm of Java programming, mastering memory management and garbage collection is crucial for optimizing performance and resource utilization.

    Join Gerrit Grunwald in his #BaselOne24 session to gain insights into memory allocation, object lifecycle, and garbage collection strategies within the #Java Virtual Machine (#JVM).

    🐸: lnkd.in/ggjmzerN

    #MemoryManagement #GarbageCollection #JavaDevelopment #PerformanceOpti

  19. 🚀 Trash Talk - Exploring Memory Management in the JVM 🚀

    In the realm of Java programming, mastering memory management and garbage collection is crucial for optimizing performance and resource utilization.

    Join Gerrit Grunwald in his #BaselOne24 session to gain insights into memory allocation, object lifecycle, and garbage collection strategies within the #Java Virtual Machine (#JVM).

    🐸: lnkd.in/ggjmzerN

    #MemoryManagement #GarbageCollection #JavaDevelopment #PerformanceOpti

  20. 🚀 Trash Talk - Exploring Memory Management in the JVM 🚀

    In the realm of Java programming, mastering memory management and garbage collection is crucial for optimizing performance and resource utilization.

    Join Gerrit Grunwald in his #BaselOne24 session to gain insights into memory allocation, object lifecycle, and garbage collection strategies within the #Java Virtual Machine (#JVM).

    🐸: lnkd.in/ggjmzerN

    #MemoryManagement #GarbageCollection #JavaDevelopment #PerformanceOpti

  21. 🚀 Trash Talk - Exploring Memory Management in the JVM 🚀

    In the realm of Java programming, mastering memory management and garbage collection is crucial for optimizing performance and resource utilization.

    Join Gerrit Grunwald in his #BaselOne24 session to gain insights into memory allocation, object lifecycle, and garbage collection strategies within the #Java Virtual Machine (#JVM).

    🐸: lnkd.in/ggjmzerN

    #MemoryManagement #GarbageCollection #JavaDevelopment #PerformanceOpti