TEQnation47 Videos

TEQnation 2019 Aftermovie

THE DEVELOPER CONFERENCE OF TOMORROW The Biggest multitrack Tech Conference of the Netherlands for all software developers took place in DeFabrique at 15/05/2019. Wondering what it was like or want to reminisce the feeling that TEQnation brought? Look no further because we proudly present you the aftermovie (made by http://www.mediataal.com/) ! It was all about […]

TEQnation 2019: Aino Andriessen – The evolution of a Delivery Pipeline at scale

Note: Please excuse us for the audio quality. At the Dutch Tax Office we’re developing a few hundred applications to collect taxes, to support customs, and to payout allowances. The social impact and the political aspects are major concerns on how we organize our processes. We’re currently in the middle of a journey implementing CICD […]

TEQnation 2019: Alexander Backus & Daan Debie – Forecasting passengers with machine learning at KLM

Nobody likes throwing good food away, while everybody likes to get a fresh meal on a long-distance flight. In to order take just the right amount of meals on board, KLM Royal Dutch Airlines successfully executed a project to improve their forecast of the number of passengers on-board every flight. In this talk, we walk […]

TEQnation 2019: Alexander Shopov – 700 tons of code later

Full title: Alexander Shopov – 700 tons of code later/When your IDE will not cut it you need a Spoon When your codebase is hundreds of projects in tens of thousands of different projects/modules it is very hard to do mass refactors. While IDEs are very helpful when working on several to tens of modules […]

TEQnation 2019: Angelo van der Sijpt – What every developer needs to know about cryptography

Cryptography is often shrouded like it is a black art. While you should stay away from implementing your own crypto, there’s plenty of components available in the Java ecosystem that can help you. But, what are they, and what to all those terms mean? In this session, we will unpack the jargon and show you […]

TEQnation 2019: Arno Broekhof – DataScience as a Service

Nowadays almost everybody is talking about DataScience / Machine Learning, containers, cloud and going serverless. what if we could combine all those elements to form one microservice landscape? Nice right!? In this session i will start of with sharing my thoughts about it and then do a live demo where i will: – start containerising […]

TEQnation 2019: Brian Vermeer – Live exploiting your open source dependencies

Today, almost all software heavily relies on the use of third-party dependencies. While open source modules are undoubtedly awesome, they also represent an undeniable and massive risk. You’re introducing someone else’s code into your system, often with little or no scrutiny. Including the wrong package can introduce severe vulnerabilities, exposing your application and your user’s […]

TEQnation 2019: Daniël Wedema – Why the gap between frontend and backend is closing

Web development has created a divided community with two sides: frontend versus backend. Traditionally frontend developers see backend code as needlessly verbose, while backend developers dislike frontend code for allowing dirty hacks and needing a jungle of ever-changing tools. However, over time the coding requirements of both sides are growing towards each other. This session […]

TEQnation 2019: Dave Zolotusky – Keynote: Cloud-Native Infrastructure: Beyond running in the cloud

Since the launch of AWS EC2 in 2006, we’ve been talking about moving to the cloud. It’s time to take the conversation up a level and talk about what comes after running in the cloud. Spotify recently transitioned to Google Cloud, and is now actively working on the next step of its cloud strategy. Dave […]

TEQnation 2019: Erwin de Gier – Building a cloud native Crypto Currency platform with WebFlux

Full title: Building a cloud native Crypto Currency trading platform with Spring WebFlux Using events is a powerful alternative to REST-based communication in microservices. However, it comes with its own challenges: For instance, dealing with eventual consistency, synchronisation of state, and writing code which can handle asynchronous business logic. In this talk we explain how […]