Sebastian Kuehnau }>
seb-vaadin.bsky.social
Sebastian Kuehnau }>
@seb-vaadin.bsky.social
Vaadin Enthusiast & Developer Advocate
Do you prefer reading @vaadin.com docs in Spanish, Chinese, German or Finnish? 📙

We just added AI-supported translations for the Vaadin documentation in those languages.

Not perfect yet – but already surprisingly helpful.

Check it out and let us know what you think: vaadin.com/docs/latest/
July 16, 2025 at 9:15 AM
New in @vaadin.com 24.8: simplified Upload & Download APIs!

In this new video, I show how to use the new API 🎬 + share working code 💬
June 24, 2025 at 8:19 AM
🎉 New in @vaadin.com 24.7: Easily align components left, center & right in a HorizontalLayout – no wrappers needed!

Group items individually to start, center, or end.

Check out my code demo!
June 4, 2025 at 1:56 PM
🎥 @jcon.one just opened the doors and @vaadin.com is in Cologne with a team.

👉 come to our booth and check the latest features of Vaadin 24 and yes we have T-Shirts.

Looking forward to see you!
May 13, 2025 at 6:50 AM
🚀 Component Preview in @vaadin.com 24.7: Vaadin Card!

✨ Group content + actions
🎨 Customizable design
💡 It’s experimental — and we want your feedback!

#Vaadin #JavaDev #WebComponents #OpenSource #UI
April 30, 2025 at 6:17 AM
🚀 New in @vaadin.com 24.7: Gantt charts!
📊 Visually plan projects right in your Java app.
🎬 Demo: a simple website relaunch timeline.
#Java #WebDev #UI #Vaadin
April 15, 2025 at 9:50 AM
🎯 @vaadin.com Tip — Dev & Prod Mode

🛠 Dev Mode
✅ Fast startup
✅ Debugging & Live Reload

🚀 Prod Mode
✅ Optimized build
✅ All needed resources
✅ No dev-only modules

👉 Learn how to set them up in this video!

#Vaadin #Java #WebDev
April 2, 2025 at 1:08 PM
🚀 Exciting feature in Vaadin 24: Web Push Notifications! 🚀

Notify users even when they’re not on the same tab or browser window? Check out this demo showing how to implement Web Push Notifications with @vaadin.com Flow.

👉 Check out the code: bit.ly/43mMmhV

#Vaadin #Notifications #WebDevelopment
March 7, 2025 at 6:03 AM
Vaadin Tip of the Day: Easily switch the Theme Variant & customize colors! 🎨✨

In @vaadin.com, you can toggle between Light and Dark Mode – either statically with an annotation or dynamically in code. 🔄
February 18, 2025 at 5:28 AM
🔄 Async Updates in Vaadin Flow 🚀

Long-running tasks in the UI? With @vaadin.com, you can run server-side processes async and push updates to the client – without blocking the UX.

✅ UI stays responsive
✅ Real-time updates
✅ No manual polling overhead

Here is a short video to see how easy it is! 🎬👇
February 11, 2025 at 10:35 AM
Set your page title in @vaadin.com with just one annotation! 🎯

But there’s more:
✅ Dynamic titles for localization
✅ Programmatic PageTitle to update it at runtime

Give your users the right context—without complex frontend code! 🚀

🔗 Watch the video & try it yourself! #Vaadin #Java #WebDevelopment
February 4, 2025 at 8:46 AM
🚀 Have you explored how to integrate #React components as #Flow components in @vaadin.com yet?

This feature lets you seamlessly use React in Flow views, sync states, and send events server ↔️ client.

🔥 Here is a video to see it in action! (Available since #Vaadin 24.4!)
December 12, 2024 at 11:01 AM
Exciting news for @vaadin.com developers! Since Vaadin 24.4, you’ve been able to create hybrid applications by combining #Hilla and #Flow. Now, with Vaadin 24.5, we’ve taken integration to the next level and embed React views into Flow parent layouts. 🚀

#Vaadin #Java #WebDevelopment #React #Hilla
November 28, 2024 at 6:18 PM
Great news for #Java developers! 🚀 The @vaadin.com Binder now supports Java Records, making it easier to bind form data. With an intuitive API, records are a lightweight alternative to traditional POJOs or beans. Simplify your code and boost productivity with Vaadin! #Java #Vaadin #WebDevelopment
November 25, 2024 at 8:34 PM
🚀 New in @vaadin.com 24.5: The overlay in the Select component is now configurable! 🎉
I demo the basic API below. For further info take a look in the docs: vaadin.com/docs/latest/...

#Vaadin #WebDev #Java
November 19, 2024 at 11:07 AM
🚀 New in @vaadin.com 24.5: Style combo box items dynamically! 🎨✨
Here is a coding example to show how easy you can set a custom class names for dynamic styling of the Items and Chips in the ComboBox and MultiSelectCb. 👇 #Vaadin #Java #WebDevelopment
November 15, 2024 at 11:40 AM