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.

Nicolas Frankel
2,856 viewsDiscussion extrapoliating from per-user rate limiting showing how one can implement it in a library and an infrastructure component.

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

Peter Lawrey
4,896 viewsHow to use Behaviour Driven Development to establish the requirements from users, and Event Driven Architecture to automate testing!

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

Frank Delporte
10,318 viewsLearn about JavaFX and Brain-Computer Interfaces: data collected non-invasively (head wraps with cables) and invasively (brain implants).

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

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

Nicolas Frankel
2,296 viewsFind out about Checkov, which scans cloud infrastructure configurations to find misconfigurations before they're deployed.

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

Carl Dea
8,294 viewsHow can you, as a Java developer, execute Python script code and access 3rd party Python libraries, such as Tensorflow?