Discussion extrapoliating from per-user rate limiting showing how one can implement it in a library and an infrastructure component.
-
SBOMs and Software Composition Analysis
Let’s learn all about software composition analysis, how they work and why it is important for developers to get started as soon as possible!
-
How Behaviour Driven Development Works Well with Event Driven Architectures
How to use Behaviour Driven Development to establish the requirements from users, and Event Driven Architecture to automate testing!
-
SBOMs: First Steps in a New Journey for Developers
Software bill of materials, anyone? A year ago, developers had not heard of the ‘SBOM’ acronym… and now SBOM visualiser called BOM Doctor.
-
Visualizing Brain Computer Interface Data Using JavaFX
Learn about JavaFX and Brain-Computer Interfaces: data collected non-invasively (head wraps with cables) and invasively (brain implants).
-
Kafka vs. Chronicle for Microservices: Which is 750 Times Faster?
Find out why, while Kafka is a good choice for log aggregation, it might not be low latency enough for use cases involving microservices.
-
Exceptions in Java Lambdas
Java streams don’t play well with checked exceptions. To recover the readability we expect of streams, we can rely on Apache Commons Lang.
-
Learning by Auditing Kubernetes Manifests
Find out about Checkov, which scans cloud infrastructure configurations to find misconfigurations before they’re deployed.
-
Deep Learning in Java for Nuclear Physics using Deep Netts
We use the Deep Netts library to implement our neural networks to do track classification, using Multi-Layer Perceptron (MLP) Neural Network.
-
Java Panama Polyglot (Python/Tensorflow) Part 3
How can you, as a Java developer, execute Python script code and access 3rd party Python libraries such as Tensorflow?
-
Introducing the OpenJDK “Coordinated Restore at Checkpoint” Project
Do you want to dramatically decrease JVM startup time, from hundreds of seconds to tenths of milliseconds? Find out about Java on CRaC.