Skip to content

Commit 5c4e25d

Browse files
Update README.md
1 parent 869fbca commit 5c4e25d

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

README.md

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,46 @@ Watch full tutorial [here](https://youtu.be/4UrPI6Y3BWA)
44

55
# Other video tutorials
66

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+
727
## How to use data transfer objects (DTO) in Symfony API application
8-
28+
929
There is a [branch](https://github.com/Cap-Coding/symfony_api/tree/data_transfer_objects) and here is a [video](https://youtu.be/XxIhzgGv214)
1030

1131
## How to build simple CRUD API service with Symfony 5 (for beginners)
12-
32+
1333
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+
1737
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+
2141
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

Comments
 (0)