From: alexandruchiuariu <43343269+alexandruchiuariu@users.noreply.github.com> Date: Wed, 27 Mar 2019 13:00:05 +0000 (+0200) Subject: Add mention about video trainings to the tutorial page (#11493) X-Git-Tag: 8.8.0.beta1~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51b64cc579c302b693aecfbf91726fa45dc08b47;p=vaadin-framework.git Add mention about video trainings to the tutorial page (#11493) --- diff --git a/documentation/tutorial.adoc b/documentation/tutorial.adoc index 8ff21edc75..92a4572db2 100644 --- a/documentation/tutorial.adoc +++ b/documentation/tutorial.adoc @@ -51,6 +51,8 @@ You'll have your first Vaadin app running in your IDE in a couple of minutes. To Naturally, you can just do the beginning of the exercise or pick any of the steps you want. To start from a specific step, we have prepared the example code after each step to be downloaded as a zip file. +TIP: The free training videos are an accessible way to get familiar with Vaadin 8. https://vaadin.com/training/courses?type=all[See all courses here!] + In this tutorial, we build a simple customer management system. It is not a real application; we use an in-memory "back-end", so that you can understand how to hook it to an existing Java based back-end. We cover the basic Vaadin development and you can use the result as a basis for more experiments with Vaadin, such as using add-ons, your own custom look-and- feel (aka. theme), adding new views, or optimizing the result for mobile support.