J-Fall 2017

39 Videos

J-Fall 2017 – Ray Tsang & Matt Feigal – Troubleshooting & Debugging Microservices in Kubernetes

Debugging applications in production is like being the detective in a crime movie. Especially with microservices. Especially with containers. Especially in the cloud. Trying to see what’s going on in a production deployment at scale is impossible without proper tools! Google has spent over a decade deploying containerized Java applications at unprecedented scale and the […]

J-Fall 2017 Speaker Peter Hilton – How to name things: the hardest problem in programming

Developers can get better at their craft by learning from the great writers who mastered theirs. Writing software isn’t the same as writing a novel, but there are parallels. Besides, advice from writers is better because writers have been struggling with their craft for many centuries, not just a few decades. It’s better-written as well. […]

J-Fall 2017 Speaker Joris Kuipers – Come Fly With Me: Database Migration Patterns with Flyway

If your application is using a relational database, you’ll have to deal with regular schema changes and other database-related changes as part of your development and deploys. Flyway is an OSS Java tool that helps to you reliably and automatically execute database migrations to ensure that your database schema is always up-to-date with respect to […]

J-Fall 2017 Speaker Steve Poole – Java in the 21st Century: are you thinking far enough ahead?

It is all change in the Java arena. Java 9 ships with the long awaited modularity support. Oracle plans to contribute Java EE to the Eclipse Foundation and to top it all, IBM announces both Open Liberty (based on its flagship application server ) and OpenJ9 it’s enterprise proven Java Virtual Machine. In this talk […]

J-Fall 2017 Speaker Oleg Šelajev – Performance pipeline and Java performance tools

This session describes the performance pipeline, a concept of mapping performance related work and activities towards the stages of a software delivery pipeline. The main idea behind the performance pipeline is being aware of the performance of your application and taking steps not to introduce performance regressions is a continuous process. We’ll list and explore […]

J-Fall 2017 Speaker Richard Abbuhl – AI self-learning game playing

The big hype these days is how machine learning is going to take away everyone’s job in a few years. Robots will be everywhere to do everything. Computers will drive our cars, do our chores, and we are stuck in a life of leisure. Alpha Go recently beat the best player in the world and […]

J-Fall 2017 Speaker Brian Benz – Top ways to deliver your code to the cloud

In this session, I’ll highlight the easiest ways for full stack developers to deliver their code to the cloud and the best ways to reliably make updates and maintain production cloud code. The focus will be on real-world examples with working demos using Linux command line tools, VMs, Docker, Kubernetes, serverless functions, open source tools […]

J-Fall 2017 Speakers Bert Gritter & Fokke Hania – De Prijzenaanslag

Ben je echt zo goed in Java als je denkt? Bewijs het maar op de Prijzenaanslag! Toets je kennis op het gebied van Java met diverse vragen uit het Java-vakgebied. De serieuze vragen over het brede Java vakgebied worden afgewisseld met vragen uit de categorie Java-bloopers en met vragen met een knipoog naar de dagelijkse […]

J-Fall 2017 Guillermo Martinez & Luis Miguel Miranda – DevOps in Allianz

Discover how Continuous Improvement (Kaizen) techniques speeds up the delivery cycle and saved hundreds of man-days by efficiency gains in the Benelux implementation of one of the biggest commercial Java projects in Europe. Find the difficulties of DevOps introduction in an enterprise project, where about 200 people from more than 5 countries and different providers, […]

J-Fall 2017 Martin Förtsch & Thomas Endres – Project Avatar

Using humanoid robots, virtual reality glasses and 3D camera sensors you can experience the world through the eyes of a robot and control it via gestures. The hardware hacking team of TNG Technology Consulting has built a telepresence robotics system based on a NAO robot, an Oculus Rift and a Kinect One. Using these components […]