TEQnation 202216 Videos

TEQnation 2022: Azad Imamoglu & Carina Cornet – Composable architecture a paradigm shift in software

Full title: Composable architecture, a paradigm shift in delivering software We’ve been developing software systems from scratch for decades, this approach to building software is shifting towards composability. In this session we’ll explore how the public sector could benefit from composable architecture. We’ll look at how a single platform could enable the composure of multiple […]

TEQnation 2022: Mete Atamel – Choreography vs Orchestration in serverless microservices

We went from a single monolith to a set of microservices that are small, lightweight, and easy to implement. Microservices enable reusability, make it easier to change and scale apps on demand but they also introduce new problems. How do microservices interact with each other toward a common goal? How do you figure out what […]

TEQnation 2022: Mitchel Snel & Eddy Vos – Developing with your eyes closed

This is a session without slides. Even better, you will see what I see and that’s a black screen. I will tell you how you can develop Java just by hearing it. But more important, I will let you experience what I encounter if you don’t use clean code.

TEQnation 2022: Thijs Suijten – Saving Elephants with Raspberry Pi’s & Machine Learning

Go on an adventure to the heart of the African rainforest. You will learn how we help rangers protect endangered species using technology. I can tell you one thing. Using on-device machine learning and real-time communication without power and internet is quite a challenge…

TEQnation 2022: Sohan Maheshwar – Architecting in the Cloud for Sustainability

Efficiency in every aspect of cloud infrastructure can accelerate the sustainability of your workloads through optimization and informed architecture patterns. This session will dive deeper into Sustainability techniques for your cloud workloads, and provide direction on reducing the energy and carbon impact of AWS architectures. The talk will cover user patterns, software design, and AWS […]

TEQnation 2022: Urs Peter – Event-Driven Microservices = Microservices Done Right

Are you slowly getting this uncomfortable feeling that Microservices might have brought you more trouble than relief? Have your Microservices turned into a landscape of distributed monoliths, tightly coupled and tangled, where a failure of one service cascades to many others? Have you implemented complex circuit breaker logic and other retry mechanisms or made essential […]

TEQnation 2022: Carl in ‘t Veld – Building microservices with .NET and DAPR

With the distributed application runtime (DAPR) Microsoft has introduced a very interesting way to standardize your container workloads from a software engineering perspective. In this session we will be building some microservices together using .NET and showcase the value that DAPR brings to the table. With DAPR your workload suddenly becomes cloud agnostic and you […]

TEQnation 2022: Dave Bitter – Remix party, you’re invited!

Remix is a great framework to build robust, progressively enhanced and interactive web apps! During Covid we all missed the Parties…. therefore Dave will create his own party on stage. He will take you on a fun journey on how he created a multi-user and real-time progressive web app. But be aware, there is a […]

TEQnation 2022: Pieter van der Meer – Certificates and encryption; All you need to know, but…

Certificates are everywhere: in between; on the server; and even on your own devices. Even the people who don’t know what a certificate is, still look for the lock in the address bar. And if they don’t, they should. For people working with certificates daily, “Zero Trust” is something that is a standard that has […]

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