The Right Feature at the Right Place
Discussion extrapoliating from per-user rate limiting showing how one can implement it in a library and an infrastructure component.

Discussion extrapoliating from per-user rate limiting showing how one can implement it in a library and an infrastructure component.

Let's learn all about software composition analysis, how they work and why it is important for developers to get started as soon as …

How to use Behaviour Driven Development to establish the requirements from users, and Event Driven Architecture to automate testing!

Software bill of materials, anyone? A year ago, developers had not heard of the 'SBOM' acronym... and now SBOM visualiser called BOM Doctor.

Learn about JavaFX and Brain-Computer Interfaces: data collected non-invasively (head wraps with cables) and invasively (brain implants).

Find out why, while Kafka is a good choice for log aggregation, it might not be low latency enough for use cases involving microservices.

Java streams don't play well with checked exceptions. To recover the readability we expect of streams, we can rely on Apache Commons Lang.

Find out about Checkov, which scans cloud infrastructure configurations to find misconfigurations before they're deployed.

We use the Deep Netts library to implement our neural networks to do track classification, using Multi-Layer Perceptron (MLP) Neural …

How can you, as a Java developer, execute Python script code and access 3rd party Python libraries, such as Tensorflow?