TEQnation47 Videos

TEQnation 2019: Seth Vargo – Base64 is not encryption – a better story for Kubernetes Secrets

Secrets are a key pillar of Kubernetes’ security model, used internally (e.g. service accounts) and by users (e.g. API keys), but did you know they are stored in plaintext? That’s right, by default all Kubernetes secrets are base64 encoded and stored as plaintext in etcd. Anyone with access to the etcd cluster has access to […]

TEQnation 2022: Paul van der Slot – Writing cleaner code with Domain-Driven Design

I always thought that my code was fine. I took my time for naming things, wrote small classes/methods and tried to use other Clean Code practices. But after a job interview with a technical coach, I was pointed towards Domain-Driven Design (DDD) and some other design topics. I could learn a lot from it, said […]

TEQnation 2019: Marcel Kramer & Jonnes Bouma – Keynote: Open Source and sustainability

ABN AMRO will launch an Open Source community. This keynote is about how we moved this way. So the story about Open Source and how we as IT, by applying that, contribute to sustainability and what initiatives we’re doing in that space. Next to that what ABN already did last year in IoT like paying […]

TEQnation 2019: Gabriel Bianconi – Introduction to Face Processing with Computer Vision

Note: Please excuse us for the fact the video cut off early. Ever wonder how Facebook’s facial recognition or Snapchat’s filters work? Faces are a fundamental piece of photography, and building applications around them has never been easier with open-source libraries and pre-trained models. In this talk, we’ll help you understand some of the computer […]

TEQnation 2019: Robert van Mölken – Programming your autonomous drone with Droneblocks and Python

Note: Please excuse us for the audio quality Currently many things are being made autonomous. In this geeky sessions we are going to make our own autonomous drone using the Ryze/DJI Tello. One thing that sets the Tello apart from other drones is that you can program it movements using multible programming languages. In this […]

TEQnation 2019: Willem Veelenturf & Bob Bijvoet – Building a global, scalable front-end platform

Please excuse us for the audio quality ING is aiming to become one global bank. This means that all of the front-end engineers will be working together on realizing one global front-end platform. A platform that enables squads to deliver value to our customer faster than ever. To realize this goal, all international programs sat […]

TEQnation 2022: Stephan Hogenboom – Functional programming in Kotlin: exploring Arrow

Functional programming is gaining popularity and partly because of this people have been switching to Kotlin. Although it fits the paradigm better than Java, there is still quite a bit missing to unleash the full power of FP. Arrow is here to fill in the missing bits with things like new datatypes, e.g. Try, Either, […]

TEQnation 2019: Jeroen Resoort – Mesh Networking for IoT

It can be challenging to keep your IOT devices connected to a reliable network and with a good battery life. Find out how mesh networking can help you out! By using mesh technology we will connect multiple devices to the internet using low power device-to-device communication. You can expect to see live demo’s and coding […]

TEQnation 2019: Marcus Biel – Keynote: Listen to dad

In this talk, I want to share with you how I came to where I stand today. Husband and father of a 5 months old son, director of developer experience at Red Hat, traveling the world. I will share with you the good, the bad, the ugly. My failures and my learnings along the way. […]

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 […]