TEQnation116 Videos

TEQnation 2022: Mauricio Aniche – Can Machine Learning Help Sorftware Developers?

We all have heard of the amazing things Machine Learning can do. It can drive cars, it can detect whether people are using safe equipments, it can play games. But… can it help software developers in, say, find bugs or refactor code? In this talk, I’ll go through the different research projects I was involved […]

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: 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 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: Saskia Groenewegen – More than a Game: Future of Education and Work in the Metaverse

More than a Game: the Future of Education and Work in the Metaverse The Metaverse is often seen as the future of social media and gaming. But it can be so much more! Learn about the possibilies for immersive learning and how XR technologies like virtual, augmented and mixed reality can help people work faster, […]

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