|
1 | | -#Symfony 5CRUD API service |
| 1 | +#How to build simpleCRUD API service with Symfony 5 (for beginners) |
2 | 2 |
|
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) |
4 | 4 |
|
5 | 5 | Create a customer: |
6 | 6 |
|
@@ -38,3 +38,54 @@ curl --location --request POST 'http://localhost:8080/api/v1/customers/cart' \ |
38 | 38 | "dateTime": "2020-08-05 12:15:00" |
39 | 39 | }' |
40 | 40 | ``` |
| 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) |