schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #java

Ted M. Young boosted

[?]Frank Delporte » 🌐
@frankdelporte@foojay.social

Here is the new , published on jfx-central.com/links.

Thanks to
n-xiao
Lidiany Cerqueira
Binary Academy
ezst
Lucas Danzinger

Happy reading, and have a lovely weekend!

Screenshot

Alt...Screenshot

    Ted M. Young boosted

    [?]InfoQ » 🌐
    @infoq@techhub.social

    ❓ What happens when your batch job goes from “it works on my laptop” to out-of-memory errors and accidentally DDoS-ing your own dependencies?

    Hugo Marques (Netflix) breaks down the evolution of a high-scale + workload: from single-threaded prototypes to & semaphores.

    Through practical examples and code walk-throughs, he explores the trade-offs of concurrency tools - and why “just making it async” isn’t enough.

    🎬 Watch now: bit.ly/4jEJAe1

      Ted M. Young boosted

      [?]Foojay.io » 🌐
      @foojay@foojay.social

      Memory management remains the primary factor for application performance in enterprise Java environments. Between 2017 and 2025, the ecosystem shifted from manual tuning to architectural selection. Industry data suggests that 60 percent of Java performance issues and 45 percent of...

      foojay.io/today/the-ultimate-1

        Ted M. Young boosted

        [?]Foojay.io » 🌐
        @foojay@foojay.social

        Introduction In this post, we dive into a more advanced topic: pointer arithmetic in Java. With the introduction of the Foreign Function & Memory API (Panama), we can interact with native memory. Usually, when we work with off-heap memory, we use MemorySegment instances to ensure safety. However, creating these objects can sometimes add overhead. In…...

        foojay.io/today/pointer-arithm

          [?]Ted M. Young » 🌐
          @jitterted@sfba.social

          At in March, I'll be talking about my favorite topic: Refactoring in IntelliJ IDEA!

          Even if you're an experienced coder, I'll bet you'll still learn a few new things to try out.

          Use the promo code "SPEAK30" at devnexus.com to save 30% on your ticket!

          Speaker graphic, with the dev/nexus conference name at the top (subheading: Enterprise, Java, AI and Developer Tools Conference). Next is "I'm speaking at DevNexus 2026: 'Clear Up Messy Code with Refactoring Maneuvers in IntelliJ IDEA'". Below that are the conference dates: March 4-6, 2026, in Atlanta Georgia, USA. Below is a picture of my and name "Ted M. Young".

          Alt...Speaker graphic, with the dev/nexus conference name at the top (subheading: Enterprise, Java, AI and Developer Tools Conference). Next is "I'm speaking at DevNexus 2026: 'Clear Up Messy Code with Refactoring Maneuvers in IntelliJ IDEA'". Below that are the conference dates: March 4-6, 2026, in Atlanta Georgia, USA. Below is a picture of my and name "Ted M. Young".

            [?]Patrick Baumgartner » 🌐
            @patbaumgartner@mastodon.social

            Looking forward to my appearance at the JChampions Conference this year. 🚀

            Many strong talks in the pipeline, and participation is completely free.

            Conference: jchampionsconf.com
            Live streams: youtube.com/@JChampionsConf/st
            Tickets: eventbrite.com/e/jchampions-co

              [?]Oliver Drotbohm » 🌐
              @odrotbohm@chaos.social

              And if you're not close to neither of these on-site events, make sure to catch the Java Champions' conference online presentation on January, 26th: ☕️⚗️🍃

              jchampionsconf.com/schedule.ht

                [?]Oliver Drotbohm » 🌐
                @odrotbohm@chaos.social

                If you're closer to the Zurich area, you can see the talk at the local Java User Group on February, 4th. ☕️⚗️🍃 jug.ch/html/events/2026/domain

                  [?]Oliver Drotbohm » 🌐
                  @odrotbohm@chaos.social

                  I'll be giving a “Tactical Domain-Driven Design with Java and Spring” workshop and the “Domain-centric? Why Hexagonal And Onion Architecture Are Answers to The Wrong Question – And What To Ask Instead” talk at Voxxed Days Ticino this year. Be sure to sign up if you're in the area! ☕️⚗️🍃

                  - Workshop – vdt26.voxxeddays.ch/talk/?id=5
                  - Workshop tickets – vdt26.voxxeddays.ch/workshops/
                  - Talk – vdt26.voxxeddays.ch/talk/?id=5
                  - Conference tickets – vdt26.voxxeddays.ch/#tickets

                    [?]Michael Simons » 🌐
                    @rotnroll666@mastodon.social

                    And even with a 70% voucher instead of 7% I would not travel the US for a conference. Thanks but no thanks Oracle.

                      [?]Leanpub » 🌐
                      @leanpub@mastodon.social

                      New 📚 Release! Java Programming: Beginner to Intermediate by Gerry Byrne & David Wilson

                      Java Programming: Beginner to Intermediate is the ultimate resource for anyone who wants to learn Java fast and build real programming skills. Whether you’re a complete beginner, a career changer, or someone refreshing their knowledge, this book is designed to help you succeed.

                      Find it on Leanpub!

                      Link: leanpub.com/javaprogrammingbeg

                        Ted M. Young boosted

                        [?]Sebastian Hans » 🌐
                        @sebhans@hachyderm.io

                        Today is the first day in my life I'm running a Maven build in the debugger to examine a build failure. A Maven plugin had thrown an exception with a mostly useless message. Unfortunately, the original exception was wrapped in such a way as to hide the root cause (running with -e was not enough to expose it).

                        Things I learned on the way:
                        - IntelliJ IDEA supports running Maven in the debugger.
                        - IntelliJ does not support loading the sources (or the decompiled code) of the Maven plugins debugged in this way or to set line breakpoints.
                        - You can set method breakpoints manually by specifying the class and method names, and they actually work in this setup.
                        - IntelliJ then shows the stack trace and allows you to inspect the stack frame, but does not show the corresponding code. I had to look at the class names and line numbers in the stack trace, open the sources, and navigate there by hand – and follow along by hand while stepping through the program.
                        - Running the build in the debugger is awfully slow (giving me the time to write this). It took about half an hour to get to the interesting point (vs. 4.5 minutes when not debugging), and I'm still waiting for the exception to occur.

                        An interesting experience so far – but not one I would want to repeat often. 😅

                          Ted M. Young boosted

                          [?]Frank Delporte » 🌐
                          @frankdelporte@foojay.social

                          Here is the new , published on jfx-central.com/links.

                          Thanks to
                          Patrik Karlström
                          Kawsar Technologies
                          iifx.dev
                          Matt Coley

                          Happy reading, and have a lovely weekend!

                          Screenshot

                          Alt...Screenshot

                            [?]Leanpub » 🌐
                            @leanpub@mastodon.social

                            Stratospheric - From Zero to Production with Spring Boot and AWS: Hands-on online course to learn all you need to know to get a Spring Boot application into production with AWS. leanpub.com/courses/leanpub/st by Philip Riecks, Björn Wilmsmann, and Tom Hombergs is the featured course on the Leanpub homepage! leanpub.com

                              [?]Patrick Baumgartner » 🌐
                              @patbaumgartner@mastodon.social

                              Looking forward to my appearance at the JChampions Conference this year. 🚀

                              Many strong talks in the pipeline, and participation is completely free.

                              Conference: jchampionsconf.com
                              Live streams: youtube.com/@JChampionsConf/st
                              Tickets: eventbrite.com/e/jchampions-co

                                [?]Leanpub » 🌐
                                @leanpub@mastodon.social

                                Creating AI Agents with MCP - Model Context Protocol: Part of the series, "The Only Book You'll Need On..." leanpub.com/mcp by Lydia Evelyn and Bruce Hopkins is the featured book on the Leanpub homepage! leanpub.com

                                Get started quickly, creating applications for the Model Context Protocol (MCP) using the official MCP SDKs for Python, Java 21, and Node.js.

                                Find it on Leanpub!

                                  Ted M. Young boosted

                                  [?]Frank Delporte » 🌐
                                  @frankdelporte@foojay.social

                                  Here is the first for the new year, published on jfx-central.com/links.

                                  Thanks to
                                  @jabref
                                  LogoRRR
                                  Mapton
                                  @dlemmermann
                                  Lee Wyatt
                                  @foojay
                                  Vlad Protsenko
                                  Matt Coley
                                  Craig Raw
                                  Florian Enner
                                  Carl Dea

                                  Happy reading, and have a lovely weekend!

                                  Screenshot

                                  Alt...Screenshot

                                    [?]Ted M. Young » 🌐
                                    @jitterted@sfba.social

                                    [?]Ted M. Young » 🌐
                                    @jitterted@sfba.social

                                    Yesterday, on my live coding stream, I spent some time (more than I expected) creating some very rough benchmarks for my example app, JitterTicket.

                                    I had write a data generator to create 100 concerts, 1,000 customers, each buying 2-4 tix per concert.

                                      Ted M. Young boosted

                                      [?]heise online English » 🤖 🌐
                                      @heiseonlineenglish@social.heise.de

                                      Ted M. Young boosted

                                      [?]JCON » 🌐
                                      @jcon@mastodon.social

                                      We are happy to have JUG Amsterdam back as a partner of !

                                      For all members we offer 1,000 free tickets!
                                      First come, firste serve!

                                      Free JUG ticket: pretix.eu/impuls/europe2026/c/

                                      Become a partner JUG: jcon.koeln/#partner

                                        Ted M. Young boosted

                                        [?]JCON » 🌐
                                        @jcon@mastodon.social

                                        🎄 Our gift to the : The EUROPE 2026 schedule is LIVE!

                                        the lineup, your must-sees, and get ready for on the big screen-vibes + magic.
                                        🎬 Apr 20–23 in at

                                        schedule.jcon.one/2026/

                                          Ted M. Young boosted

                                          [?]InfoQ » 🌐
                                          @infoq@techhub.social

                                          JEP 500 prepares the Java ecosystem for final field integrity in JDK 26 by restricting deep reflection mutations - closing a long-standing loophole in the platform.

                                          What's new:
                                          • Enhances safety & performance
                                          • Stricter encapsulation
                                          • Introduces developer warnings when mutations are attempted

                                          Find out more: bit.ly/3MPYTUL

                                            Marc Philipp boosted

                                            [?]Benedikt Ritter (he/him) » 🌐
                                            @britter@chaos.social

                                            🎄 Advent of Donations - Day 21 🎄

                                            On day 21 we have the first project from the Java ecosystem. And it's with no doubt the most important project for the JVM: @junit I use it for testing in every JVM project that I work on.

                                            Read more about Advent of Donations and JUnit in my latest blog update: britter.dev/blog/2025/12/01/ad

                                              [?]Leanpub » 🌐
                                              @leanpub@mastodon.social

                                              Getting started with Java on the Raspberry Pi - UPDATE 2025: A lot of small and bigger examples to introduce you to Java, JavaFX, Pi4J, Spring, Queues... with hardware projects on the Raspberry Pi. leanpub.com/gettingstartedwith by Frank Delporte is the featured book on the Leanpub homepage! leanpub.com

                                              Find it on Leanpub!

                                                [?]Patrick Baumgartner » 🌐
                                                @patbaumgartner@mastodon.social

                                                Early Xmas gift 🎄

                                                The new Spring Boot Buildpack adds support for AOT Caching.
                                                This long-awaited feature is expected to replace App CDS and is supported in Java 25.

                                                I already had a look, and it is excellent. My apps are starting now much faster!

                                                github.com/paketo-buildpacks/s

                                                  [?]Leanpub » 🌐
                                                  @leanpub@mastodon.social

                                                  GraphQL with Java and Spring leanpub.com/graphql-java by Andreas Marek and Donna Zhou is the featured book on the Leanpub homepage! leanpub.com

                                                  Learn first-hand from the founder of GraphQL Java and co-author of Spring for GraphQL how to develop GraphQL services in Java.

                                                  Find it on Leanpub!

                                                    [?]Ted M. Young » 🌐
                                                    @jitterted@sfba.social

                                                    With 7.0.2 out today (spring.io/blog/2025/12/11/spri), and 4.0.1 out in 1 week, I guess I'll wait a bit to upgrade my projects.

                                                    Which is good, cuz I want to get my projection code complete before I embark on Upgrading All The Projects.

                                                      #agile boosted

                                                      [?]JAVAPRO » 🌐
                                                      @javapro@mastodon.social

                                                      If you're serious about reducing lead time, rethink . They add async delays, inflate WIP & often fail to catch real issues. @javisan81 explains why trust-first teams review differently.

                                                      Read now: javapro.io/2025/10/29/pull-req

                                                        Back to top - More...