Mon, 4 October 2021
So is time to celebrate! We got a new box of toys with the new release of Java! This is also a Long-Term-Support release which means that's usually a "good one" to jump into! Switch Expressions! Helpful Nullpointers, Sealed Classes... there is a TON that's new And we got the best Doctor in town to walk us through all of them. We're of course talking about Stuart Marks! (AKA Dr. Deprecator). We cover most of the important features from 11 to 17 (there's a ton that was left out, so keep following the links to know more!)
Don't forget to SUBSCRIBE to our cool NewsCast OffHeap!
Pattern Matching for instanceof Switch Expressions Sealed Classes Text Blocks Debugging Features Helpful NullPointerExceptions Performance Features New Garbage Collectors (Shenandoah, ZGC) Unix-Domain Socket Channels
Remove the Nashorn JavaScript Engine (Plug Graal!) Deprecate the Security Manager for Removal and Applets Strongly Encapsulate JDK Internals Warnings for Value-Based Classes
And Follow us!
|
Wed, 7 July 2021
So while Java is the "main" language of the JVM, it is by no means the "only" language. And one of the purely functional programming languages is getting a new facelift! Scala has been going through a revamp on the syntax and the features, and if you ever run into a scala user you know how passionate they are about their language! (hint: they love it!) So while we might be working in Java projects most of our time, it is a good time to revisit that developer toolbox and learn when and where to use it. And if anything else, having a dip into a fully functional programming language teaches any budding developer how to see things differently! So maybe Scala is "not" the language you want to program all your new projects, but understanding its strengs, its thinking (and with Scala 3) and its purpose, it makes it for a very sharp tool to have at the ready when you really need to tackle that Data Sciency / Functional Programming problem. In addition, we bring one of the biggest names in the Scala Community to walk us through it all @DeanWampler (https://twitter.com/deanwampler) has been working with Scala since the early days and has just published his new O'Reilly book Programming Scala (https://deanwampler.github.io/books/programmingscala.html). So what are you waiting for, add a new tool to your toolbox with Scala 3.0!
Don't forget to SUBSCRIBE to our cool NewsCast OffHeap! Programming Scala (Dean Wampler) New In Scala 3 Scala 3 Features A look at inline Safer Pattern Matching with Matchable Do you like the episodes? Want more? Help us out! Buy us a beer! And Follow us!
|
Mon, 10 May 2021
You'll run it everywhere there's a production system. Some kind of Metrics collector like Statsd or InfluxDB. They work like magic, reporting on the health of your application. but how does it really happen? We dive in on how these Application Performance Management tools work and how do they really "see into" your application. We demistify all this magic, and actually describe how to add "new" metrics and how to publish it! If you ever worked in a production application, and were wondering how do these metrics get graphed and collected, well, wonder-no-more! We go deep into Micrometer (the SLF4J of Metrics) and how it all works! http://www.javaoffheap.com/datadog Don't forget to SUBSCRIBE to our cool NewsCast OffHeap! Micrometer Creating Meters Spring Boot and Micrometer Statsd Do you like the episodes? Want more? Help us out! Buy us a beer! And Follow us!
|
Sat, 6 March 2021
So we had a previous episode where we show a party trick with GraalVM, where we saw how to create a Native Image. It was really the "hello world" of Native image creation, so Bob decided that's not good enough! In this epidose we dive a little deeper on how to actually run your Restful Web service (or other app) natively, going through the exercise of debugging GraalVM builds including adding Maven plugins, finding out how to quelch the different reflection errors and how to deal with resources (and those pesky JNI / so libs). In all, this is more of actually a practical use of GraalVM, not just a "it can do it", but more, how is it done. So want ludicruos startup speed and performance? then press play and listen!
Don't forget to SUBSCRIBE to our cool NewsCast OffHeap! GraalVM Native Image Options Maven GraalVM Native Image Plugin https://www.graalvm.org/docs/getting-started/linux/ GraalVM Resources Build Configuration GraalVM Example Code GraalVM Native Image InvalidAlgorithmParameterException
Do you like the episodes? Want more? Help us out! Buy us a beer! And Follow us!
|