Sessions

21 March 2025
15:15 - 16:00

21 March 2025
15:15 - 16:00
Building Mobile and Web Apps with GenAI capabilities without Connection, Money and Privacy Concerns
In this talk, we'll dive into the exciting world of Gemma, a groundbreaking family of open AI models by Google. We'll explore how you can leverage Gemma's capabilities to build innovative Mobile and [...]
Implementing Two Generative AI apps with LangChain framework using different LLMs (part 1)
AI is driving the creation of groundbreaking language-based applications. In this hands-on workshop, we will collaboratively build exciting AI-powered applications using state-of-the-art LLM models from OpenAI and Hugging Face, all with Python. The [...]
Back to the roots: Master the 10 Usability Heuristics for modern web interfaces (Part 1)
Learn how Nielsen's timeless 10 usability heuristics can revolutionize your web interfaces. In this full-day hands-on workshop, we'll dive deep into these fundamental principles that still form the backbone of every usability evaluation. [...]
The tech behind Buienradar: How technology keeps you ahead of the weather
Curious about how Netherlands biggest weather platform manages to predict the weather with such accuracy while serving millions of users every day? Join us for an insightful dive into the technology powering Buienradar’s [...]
Implementing Two Generative AI apps with LangChain framework using different LLMs (part 2)
AI is driving the creation of groundbreaking language-based applications. In this hands-on workshop, we will collaboratively build exciting AI-powered applications using state-of-the-art LLM models from OpenAI and Hugging Face, all with Python. The [...]
Back to the roots: Master the 10 Usability Heuristics for modern web interfaces (Part 2)
Learn how Nielsen's timeless 10 usability heuristics can revolutionize your web interfaces. In this full-day hands-on workshop, we'll dive deep into these fundamental principles that still form the backbone of every usability evaluation. [...]
Frontend UX Fundamentals: The science behind intuitive design
What makes some websites instantly feel 'right' while others frustrate us? What makes interfaces feel truly intuitive? In this session, we'll explore three fundamental UX design principles (Information Architecture, Consistency, and Clarity) and [...]
Avoiding Déjà Vu: Building Resilient APIs with Idempotency
When users click "Submit" twice, what happens next could make or break your application. Idempotency ensures repeated API calls produce consistent results, saving systems from duplicate charges, mismanaged resources, and confused customers. This [...]
Technical Debt Autopsy: Real-world Lessons from Rescuing Challenging Projects
A deep dive into the trenches of software engineering, revealing how teams can diagnose, strategically refactor, and resurrect legacy codebases plagued by technical debt. Learn from real-world case studies that showcase diagnostic techniques, [...]
Achieving High-Performance HTTP in PHP Without Threads: Simulating Parallel Requests
Modern PHP applications often rely on multiple external services via HTTP, especially with the rise of AI tools like OpenAI. However, PHP’s single-threaded nature forces your application to wait for each response, creating [...]
Next.js Unleashed: Optimizing Web Vitals for superior User Experience
Next.js, a JavaScript framework developed by Vercel, has garnered considerable attention. Offering many excellent features and advantages, it stands out as a top choice for building state-of-the-art web applications. A primary objective is, [...]

15 March 2024
15:15 - 16:00

15 March 2024
15:15 - 16:00
Racism fuels users experiences: why you should understand the strength of biased narratives.
Failing facial recognition, assimilation of black people to gorillas on Google… Racism in the user experience can sometimes manifests itself in a spectacular way. However, it is not only in these examples that [...]
Demystifying Privacy Preserving Computing
When it comes to privacy, encrypted data-in-transit (eg: HTTPS) or encrypted data-at-rest (eg: encrypted hard-disks) schemes provide sufficient cryptographic guarantees in the battle to protect it. The unresolved problem is encrypting data-in-use. Currently, [...]
Unleashing Web Performance: Mastering JavaScript Optimization and Real-World Responsiveness
Join us for a deep dive into web performance optimization where JavaScript execution meets real-world responsiveness. Explore the inner workings of the V8 engine, dissect TBT and long tasks, and understand the delicate [...]
Stop using JavaScript for that: moving features from JS to CSS and HTML
Common patterns implemented with JavaScript are being replaced with "native" CSS and HTML equivalents that end up being more performant, more accessible and more resilient. Features like accordions, Autosuggest, smooth scrolling, dialogs, parallax [...]