TEQnation116 Videos

TEQnation 2024: Automind: Enterprise-Grade AI Assistants Done Right – Erik Meijer

  Introducing Automind: Enterprise-Grade AI Assistants Done Right While creating autonomous AI agents may seem straightforward, deploying them in enterprise environments raises significant challenges around security, reliability, scalability, usability, and integration. Simply combining off-the-shelf ingredients like language models and retrieval tools is akin to a home cook attempting a Michelin-starred meal – disastrous results are […]

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