Java / NLJUG

551 Videos

J-Fall 2018: Maarten Mulders – SSL/TLS for Mortals

Using Transport Layer Security (TLS) the right way is often a big hurdle for developers. We prefer to have that one colleague perform “something with certificates”, because he/she knows how that works. But what if “that one colleague” is enjoying vacation and something goes wrong with the certificates? In this session we’ll take a close […]

J-Fall 2018: NLJUG Innovation Award – YOLT

Yolt is door een vakjury van experts gekozen tot de winnaar van de NLJUG Innovation Award 2018. De NLJUG, deed deze onthulling tijdens de openingsceremonie van J-Fall, een event voor 1500 software engineers. Yolt is een applicatie die gebruikers in staat stelt om eenvoudig hun persoonlijke financiën te managen, door betaal- en spaarrekeningen, credit cards, […]

J-Fall 2018: Oleg Šelajev – Developer’s Introduction to GraalVM

GraalVM is an integrated, polyglot, high-performance execution environment for dynamic, static, and native languages. It supports Java, Scala, Kotlin, Groovy, other JVM languages, and can run the dynamic scripting languages JavaScript including node.js, Ruby, Python, and so on. In this practical session, we’ll learn how to begin using Graal on a typical Java and JavaScript […]

J-Fall 2018: Opening movie

J-Fall 2018 heeft ruim 1.500 Java professionals mogen ontvangen voor de beste sessies en workshops over Java in de bioscoopzalen van Pathé Ede. De dag startte met de early bird sessies, maar de echte opening begon met deze film. Alle lof voor de maker van deze film: Michiel van MediaTaal ( http://www.mediataal.com/ )

J-Fall 2018: Opening movie

J-Fall 2018 heeft ruim 1.500 Java professionals mogen ontvangen voor de beste sessies en workshops over Java in de bioscoopzalen van Pathé Ede. De dag startte met de early bird sessies, maar de echte opening begon met deze film. Alle lof voor de maker van deze film: Michiel van MediaTaal ( http://www.mediataal.com/ ) Met trots presenteren we jullie […]

J-Fall 2018: Paco van Beckhoven – Keeping your head cool with serverless voice controlled fan

Do you also wake up sweating during those hot summer nights, but you are too lazy to get out of bed to turn a fan on? Using serverless with Firebase Cloud Functions, Google Assistant, a Raspberry Pi and a bit of wiring I turned my old fan in a state of the art fan with […]

J-Fall 2018: Paulo Lopes – Building native images for fun and profit

GraalVM allows you to compile your programs ahead-of-time into a native executable. The resulting program does not run on the Java HotSpot VM, but uses necessary components like memory management, thread scheduling from a different implementation of a virtual machine, called Substrate VM. Native images are fast and slim in resources therefore a perfect fit […]

J-Fall 2018: Peter Hilton – Flat HTTP API Documentation

The way we write API docs is highly structured, natural to programmers, and wrong. HTTP API documentation typically looks nothing like the requests and responses it describes. This creates extra work for the reader to understand the documentation structure, and figure out how to translate that to code. It also makes it harder to spot […]

J-Fall 2018: Pieter van der Meer – The dyslexic programmer, creativity did not kill the cat

Dyslexia is generally considered a disability, prejudices are always in place (they are slow and can not read or write). To be honest some of it is true but they have other qualities that make them excellent developers. There are lot of misconceptions about dyslexia. Did you know that 40% of all the self made […]

J-Fall 2018: Pim Otte – Ethereum: Unboxing the Truffle Box for Angular

Blockchain is een enorme hype. Maar hoe werkt het? Hoe bouwen we applicaties? In dit praatje beschouwen we een volledige stack voor applicaties op een blockchain, met een focus op welke componenten in een front-end bijdragen aan deze interactie. Na een beknopte introductie van blockchains duiken we de stack in. De technologiekeuze is het Ethereum […]