@@ -4,18 +4,46 @@ Watch full tutorial [here](https://youtu.be/4UrPI6Y3BWA)
4
4
5
5
# Other video tutorials
6
6
7
+ ## Code faster with Github Copilot
8
+
9
+ There is a [ video] ( https://youtu.be/qyxJXNNvd70 )
10
+
11
+ ## Create a classic website using Symfony 5
12
+
13
+ There is a [ video] ( https://youtu.be/svAxl6U8akQ )
14
+
15
+ ## Delay "heavy" tasks in Symfony with component Messenger
16
+
17
+ There is a [ video] ( https://youtu.be/UHlA5nHdCmw )
18
+
19
+ ## Delay heavy tasks in Symfony with kernel.terminate event to decrease response time
20
+
21
+ There is a [ video] ( https://youtu.be/HrQme9KUlUg )
22
+
23
+ ## Design pattern "Chain of responsibility" (Symfony implementation)
24
+
25
+ There is a [ video] ( https://youtu.be/3KQlubIv684 )
26
+
7
27
## How to use data transfer objects (DTO) in Symfony API application
8
-
28
+
9
29
There is a [ branch] ( https://github.com/Cap-Coding/symfony_api/tree/data_transfer_objects ) and here is a [ video] ( https://youtu.be/XxIhzgGv214 )
10
30
11
31
## How to build simple CRUD API service with Symfony 5 (for beginners)
12
-
32
+
13
33
There is a [ branch] ( https://github.com/Cap-Coding/symfony_api/tree/crud_api ) and here is a [ video] ( https://youtu.be/tbXpX4dAqjg )
14
-
15
- ## How to use Symfony Form Events in API service
16
-
34
+
35
+ ## How to use Symfony Form Events in API service
36
+
17
37
There is a [ video] ( https://youtu.be/lLwx96DA_Ww )
18
-
19
- ## How to use object factories with Symfony Forms
20
-
38
+
39
+ ## How to use object factories with Symfony Forms
40
+
21
41
There is a [ video] ( https://youtu.be/chgvsi6TWM8 )
42
+
43
+ ## Dockerize WordPress
44
+
45
+ There is a [ video] ( https://youtu.be/coqucs1UhMY )
46
+
47
+ ## Get trusted SSL certificate (https) for free with Let's Encrypt and Certbot
48
+
49
+ There is a [ video] ( https://youtu.be/nFDk43tAKFQ )
0 commit comments