talk-data.com
Activities & events
| Title & Speakers | Event |
|---|---|
|
View Transitions: What not to do
2025-08-19 · 19:15
The browser's View Transition API is a modern solution to bring more Single Page App behaviour to web sites without writing custom JS or CSS code - you can use it to animate the transitions between DOM states like loading indicators. Or so we thought. Join me for a whistlestop tour of how to abuse this API, what not to do if you're implementing it on your own site, and tips on potential footguns we faced when debugging an issue with View Transitions at Carwow. |
|
|
Building an MCP Server with Node.js
2025-08-19 · 18:35
MCP (Model Context Protocol) helps to feed more data to an LLM. For example, it can make an LLM search through your Google Drive. It does not stop at reading data, you can even instruct an LLM to create a ticket in your project management system. But why stop there? You can also use MCP to connect to a Phillips Hue light and let an LLM control the colour of the light in your room while you’re talking to it. In this talk we’re going to wrap up the sleeves and build our very own MCP server with Node.js. So expect a lot of live coding! |
|