1. 1
  2. 2
  3. 3
  4. 4
  5. 5

Recent Posts

FEPCOS-J: Implementing a Java Server and a Rust Client without Manual Network Programming

Author: Gerhard Fuchs Original post on Foojay: Read More FEPCOS-J allows declaratively implementing a Java server and generating its profile, which, for example, can be used to generate the networking code of a Rust client. Introduction As I have shown in a previous post [1] and a video [2], the FEPCOS-J development tool [3] prototypically implements a Java language extension …

Read More »

Exploring New Features in JDK 23: Null object pattern to avoid null pointer exception with JEP-455

Author: Miro Wengner Original post on Foojay: Read More The newest release JDK 23 [2] comes with a neat extension to pattern matching for switch and instanceof statements, JEP-455: Primitive Types in Patterns, instanceof and switch [1]. While the introduction of pattern matching can be considered a crucial element in moving the Java platform into a functional paradigm, it introduced …

Read More »

Gear Up for NODES 2024: What to Know

Author: Jennifer Reif Original post on Foojay: Read More NODES is a free, virtual conference run by Neo4j for developers, data scientists, and other technical roles who want to learn more about graph databases and how they can be used to solve complex problems. Join us online November 7! The NODES 2024 conference is approaching fast, and we have a …

Read More »