Bring your questions, issues, wishes in, we will discuss them personally and try to find a solution.
Would love to see some Copilot in Action and how to integrate it into existing projects and using Figma :) Maybe some one from the designer team could check in as well :)
I have another interesting topic, which needs maybe some more meetups, but it concerns us all. I would like to discuss any security topics and how prevent or fix them make the app (its hosting) even more secure.
Todays its a big topic and should be considered well from the first line of code.
How to prevent SQL Injection, what Security points vaadin covers out of the box
How to host a vaadin application in a secure environment
Which injections can occur
If you wish, I could make some short slides, covering โsecurity todosโ I have already done, maybe we could improve this or discuss more. Afterwards we could create a โBest practice white paperโ for the community. What do you think?
Its just an example to give this topic more attention.
SQL Injection can come into the system via textfields, right? So the frontend is a little bit involved, even its not the task of the frontend dev. Also santitizing etc would be good to talk about.