Java / NLJUG

551 Videos

J-Fall 2021:Marcin Pakulnicki, Tim Linschoten, Pierre Venter – Bakery Platform : API orchestration taken to next level

When you develop critical banking customer interactions, your API can quickly get complex. An API which opens a straightforward bank account, calls up to 20 other microservices for checks like: age, identity, product possession, possible arrears, blockades, Anti-money laundry checks, additional accountholders, and many others. If we would code all interactions in an imperative style, […]

J-Fall 2021: Piet van Dongen – What is resilience engineering?

The coronavirus pandemic has taught us developers two things: 1) all online systems will fail eventually and 2) they will fail in unpredictable ways. But have no fear, resilience engineering is here! Building and maintaining event-driven, highly scalable and quickly adaptable systems are a pain in the neck. Resilience engineering embraces this complexity and helps […]

J-Fall 2021: Martin Förtsch, Thomas Endres & Jonas Mayer – Brain Computer Interfaces Demystified – Can thoughts take over control?

Organisation: Please excuse us the the lack of camera shots of the speakers What if a Brain Computer Interface (BCI) could translate your thoughts into commands, to control software or hardware? The TNG Innovation Hacking Team worked with various brain computer interfaces and is trying to develop such software. An interesting device in this environment […]

J-Fall 2021: Joris Kuipers – Get Set Go! An intro to MapStruct

Organisation: Please excuse us for the lack of camera shots of the speaker MapStruct is a bean mapping tool. Doesn’t sound exciting? That might be because writing bean mapping code is, in fact, tedious even though it’s an important part of many enterprise Java applications. Be it between generated OpenAPI types and domain objects, between […]