Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit736d0d1

Browse files
Update README.md
1 parentefc6e1b commit736d0d1

File tree

1 file changed

+53
-2
lines changed

1 file changed

+53
-2
lines changed

‎README.md‎

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Symfony 5CRUD API service
1+
#How to build simpleCRUD API service with Symfony 5 (for beginners)
22

3-
Please watch the whole video tutorial[here](https://www.youtube.com/watch?v=tbXpX4dAqjg)
3+
Please watch the whole video tutorial[here](https://youtu.be/tbXpX4dAqjg)
44

55
Create a customer:
66

@@ -38,3 +38,54 @@ curl --location --request POST 'http://localhost:8080/api/v1/customers/cart' \
3838
"dateTime": "2020-08-05 12:15:00"
3939
}'
4040
```
41+
42+
43+
#Other video tutorials
44+
45+
##Code faster with Github Copilot
46+
47+
There is a[video](https://youtu.be/qyxJXNNvd70)
48+
49+
##Create a classic website using Symfony 5
50+
51+
There is a[video](https://youtu.be/svAxl6U8akQ)
52+
53+
##Delay "heavy" tasks in Symfony with component Messenger
54+
55+
There is a[video](https://youtu.be/UHlA5nHdCmw)
56+
57+
##Delay heavy tasks in Symfony with kernel.terminate event to decrease response time
58+
59+
There is a[video](https://youtu.be/HrQme9KUlUg)
60+
61+
##Create Symfony 5 project with Docker and Postgres
62+
63+
There is a[video](https://youtu.be/4UrPI6Y3BWA)
64+
65+
##Design pattern "Chain of responsibility" (Symfony implementation)
66+
67+
There is a[video](https://youtu.be/3KQlubIv684)
68+
69+
##How to use data transfer objects (DTO) in Symfony API application
70+
71+
There is a[branch](https://github.com/Cap-Coding/symfony_api/tree/data_transfer_objects) and here is a[video](https://youtu.be/XxIhzgGv214)
72+
73+
##How to build simple CRUD API service with Symfony 5 (for beginners)
74+
75+
There is a[branch](https://github.com/Cap-Coding/symfony_api/tree/crud_api) and here is a[video](https://youtu.be/tbXpX4dAqjg)
76+
77+
##How to use Symfony Form Events in API service
78+
79+
There is a[video](https://youtu.be/lLwx96DA_Ww)
80+
81+
##How to use object factories with Symfony Forms
82+
83+
There is a[video](https://youtu.be/chgvsi6TWM8)
84+
85+
##Dockerize WordPress
86+
87+
There is a[video](https://youtu.be/coqucs1UhMY)
88+
89+
##Get trusted SSL certificate (https) for free with Let's Encrypt and Certbot
90+
91+
There is a[video](https://youtu.be/nFDk43tAKFQ)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp