17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Symfony API Platform With React Full Stack Masterclass
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Have you ever wanted to advance your PHP skills to the next level? Maybe you have some prior PHP experience but you never had a change to work with a framework? Or you are new to PHP at all?
It does not matter! You can take this course to give your PHP projects a fresh start! In modern world, sooner or later, as a web developer you will have to create a API and a frontend application in React.JS or any other JS framework out there. It’s just a must have these days for any professional web developer!
This is where I can help you. Take this course to learn how to create robust APIs in PHP, using Symfony Framework 4 and API Platform. You will not believe how easy and instant it could be! I’ll take you step by step during the whole process, from creating your own robust API to making a modern React.JS application using Redux, Redux-Form and all the other tools that you just need to know to get a job these days!
Check out the course outline, free preview videos, and read some of the reviews that my other courses got:
“Real world course, made by a developer for developers, and very well explained. Learner knows ALL what he does, and why! Congratz!!!”
“I’ve taken a few different Udemy courses now with various instructors. I’ve found that I like Piotr’s teaching style the best out of all the instructors I’ve taken. He has the right balance of coding and in depth explanation, which is exactly what I was hoping to get when I purchased this course. Piotr provides some excellent insight into the inner workings of Symfony and does an awesome job of showing how you would begin to build a larger application utilizing the proper Symfony components. Symfony is a huge framework and I don’t think I would’ve been able to dig into the documentation and take it apart as quickly on my own. I highly recommend this course to anyone who wants to get their hands dirty and jump right into the meat of how Symfony works.”
“Really good course, i learned a lot. Keep up the good job!!”
“Great course! Really liked how the instructor included production deployment in the course. It was helpful!”
“Very detailed explanation. I’m loving it!”
“Amazing course! In-depth explanations, perfect talking pace, talks slow and is direct to the point. I had no previously knowledge in Symfony before starting, and this course gave me the confidence to start developing real world apps using Symfony. You will learn a lot of the Symfony framework, and some other cool techniques like Ajax Calls, Testing, Server configuration and Continous Deployment of your code.”
You will be creating a Blog application, starting with the API in Symfony API Platform, and then a complete React+Redux frontend app. We will also configure an administration panel for managing the platform.
Both Windows and MacOS are supported (I’ll show you how to install and configure PHP and Node.js on both)
What will you learn about Symfony and API Platform?
You will learn how to create Symfony controllers and work with routing You will learn how to represent your database tables as objects in Doctrine You will see how you can quickly convert your Doctrine model to an API Resource You will learn how to paginate, filter and sort your collections You will see how to send an e-mail You will learn everything about Authentication (user sign-up, sign-in, including account confirmation through e-mail) You will understand everything about Authorization (User roles, privileges, restricting access) You will know how to handle file uploads through REST API You will learn how to log errors You will learn both unit testing (PHPUnit) and functional testing (Behat) You will know how to customize and extend the built-in operations that API Platform provide Data validation and serialization/deserialization
What will you learn about React.js?
How to configure routes for your app using React Router How to handle state with Redux How to create great forms using Redux Forms Communicating with the API using Thunk Middleware
After finishing this course you will be able to confidently create your own complicated APIs in Symfony using API Platform and create a SPA application using React.js!
See you inside the course! Who this course is for:
Anyone with at least a little knowledge about PHP and JavaScript who wants to take their skills to the next level Anyone who would like to see how modern the applications are made in 2018
Requirements
Any code editor Some previous PHP exposure would be very useful (this course does not teach PHP from the very basics!) JavaScript basics for the React part
Last Updated 11/2021
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/1 - Course Introduction/2 - Course outline and how to make most of this course PLEASE WATCH French.srt
12.8 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/1 - Course Introduction/2 - Course outline and how to make most of this course PLEASE WATCH Italian.srt
12 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/1 - Course Introduction/2 - Course outline and how to make most of this course PLEASE WATCH Polish.srt
11.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/1 - Course Introduction/2 - Course outline and how to make most of this course PLEASE WATCH Romanian.srt
12.8 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/1 - Course Introduction/2 - Course outline and how to make most of this course PLEASE WATCH Vietnamese.srt
14.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/1 - Course Introduction/3 - Tools requiredoptional overview French.srt
11.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/1 - Course Introduction/3 - Tools requiredoptional overview Vietnamese.srt
13.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/11 - API Platform Custom Serialization User Roles/75 - User role fixtures Vietnamese.srt
12.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/11 - API Platform Custom Serialization User Roles/77 - Verifying only users with specific role can POST resources Vietnamese.srt
12.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/11 - API Platform Custom Serialization User Roles/80 - User can view his full profile including email and roles custom Normalizer French.srt
12.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/11 - API Platform Custom Serialization User Roles/80 - User can view his full profile including email and roles custom Normalizer Italian.srt
12.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/11 - API Platform Custom Serialization User Roles/80 - User can view his full profile including email and roles custom Normalizer Polish.srt
12.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/11 - API Platform Custom Serialization User Roles/80 - User can view his full profile including email and roles custom Normalizer Romanian.srt
12.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/11 - API Platform Custom Serialization User Roles/80 - User can view his full profile including email and roles custom Normalizer Vietnamese.srt
15.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/12 - API Platform Custom Operations Password Reset/84 - Creating custom Action class Vietnamese.srt
13.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/12 - API Platform Custom Operations Password Reset/86 - Invalidating JWT tokens after password reset French.srt
12.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/12 - API Platform Custom Operations Password Reset/86 - Invalidating JWT tokens after password reset Vietnamese.srt
13.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/13 - API Platform Custom Resource Email Sending User Account Confirmation/96 - Refactoring UserConfirmation and Mailer into services Vietnamese.srt
12 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/16 - API Platform Collections Data Pagination/115 - Partial pagination performance gain.mp4
0 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/17 - API Platform Error Handling Logging/116 - Empty request body for POSTPUT requests problem.mp4
0 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/18 - API Platform Admin Panel EasyAdmin/125 - Fixing empty body subscriber for form submittal.mp4
0 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/2 - Getting Started/5 - Install PHP & Composer on MacOS commands.html
261 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/2 - Getting Started/6 - Installing PHP and Composer on Mac English.srt
2.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/2 - Getting Started/6 - Installing PHP and Composer on Mac French.srt
2.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/2 - Getting Started/6 - Installing PHP and Composer on Mac Italian.srt
2.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/2 - Getting Started/6 - Installing PHP and Composer on Mac Polish.srt
2.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/2 - Getting Started/6 - Installing PHP and Composer on Mac Romanian.srt
2.5 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/2 - Getting Started/6 - Installing PHP and Composer on Mac Vietnamese.srt
2.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/141 - FeatureContext creating database schema for each feature Vietnamese.srt
12 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/147 - Custom error listener English.srt
14 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/147 - Custom error listener French.srt
15.3 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/147 - Custom error listener Italian.srt
14.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/147 - Custom error listener Polish.srt
14.3 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/147 - Custom error listener Romanian.srt
14.8 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/147 - Custom error listener Vietnamese.srt
18.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/20 - API Platform Functional Testing Behat/147 - Custom error listener.mp4
260.8 MB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/162 - Thunk Redux Middleware Vietnamese.srt
13.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/171 - CommentListContainer component French.srt
12.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/171 - CommentListContainer component Romanian.srt
12.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/171 - CommentListContainer component Vietnamese.srt
13.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/200 - Pagination previousnext buttons French.srt
11.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/200 - Pagination previousnext buttons Vietnamese.srt
14.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/202 - LoadMore component fetching next comments different way of pagination French.srt
12.3 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/202 - LoadMore component fetching next comments different way of pagination Romanian.srt
12 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/202 - LoadMore component fetching next comments different way of pagination Vietnamese.srt
14.8 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/205 - Registration action creators and form validation French.srt
12.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/205 - Registration action creators and form validation Italian.srt
12.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/205 - Registration action creators and form validation Polish.srt
12.3 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/205 - Registration action creators and form validation Romanian.srt
12.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/205 - Registration action creators and form validation Vietnamese.srt
15.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/21 - React Redux Application/214 - Uploading images upload request Vietnamese.srt
13 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/10 - Link with changes on GitHub.txt
70 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/11 - Inheritance French.srt
12.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/11 - Inheritance Vietnamese.srt
13.8 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/11 - Link with changes on GitHub.txt
70 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/11 - php7-basics-lecture-004-after.zip
2.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/11 - php7-basics-lecture-004-before.zip
2.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/12 - Link with changes on GitHub.txt
70 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/12 - php7-basics-lecture-005-before.zip
2.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/13 - Interfaces French.srt
12.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/13 - Interfaces Vietnamese.srt
13.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/13 - Link with changes on GitHub.txt
70 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/14 - Link with changes on GitHub.txt
70 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/14 - Typed Arguments & Function Return Types French.srt
12.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/14 - Typed Arguments & Function Return Types Italian.srt
11.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/14 - Typed Arguments & Function Return Types Romanian.srt
12.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/14 - Typed Arguments & Function Return Types Vietnamese.srt
14.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/18 - Simple Service Container HandsOn Coding English.srt
13 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/18 - Simple Service Container HandsOn Coding French.srt
14.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/18 - Simple Service Container HandsOn Coding Italian.srt
13.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/18 - Simple Service Container HandsOn Coding Polish.srt
13.3 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/18 - Simple Service Container HandsOn Coding Romanian.srt
13.8 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/18 - Simple Service Container HandsOn Coding Vietnamese.srt
16.8 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/19 - Service Autowiring Implementation Part 1 French.srt
12.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/19 - Service Autowiring Implementation Part 1 Italian.srt
12.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/19 - Service Autowiring Implementation Part 1 Romanian.srt
12.5 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/19 - Service Autowiring Implementation Part 1 Vietnamese.srt
15 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/20 - Service Autowiring Implementation Part 2 French.srt
12.5 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/20 - Service Autowiring Implementation Part 2 Italian.srt
12.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/20 - Service Autowiring Implementation Part 2 Romanian.srt
12.2 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/20 - Service Autowiring Implementation Part 2 Vietnamese.srt
14.5 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/22 - Annotations and Kernel Part 2 English.srt
13.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/22 - Annotations and Kernel Part 2 French.srt
15.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/22 - Annotations and Kernel Part 2 Italian.srt
14.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/22 - Annotations and Kernel Part 2 Polish.srt
14.3 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/22 - Annotations and Kernel Part 2 Romanian.srt
15.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/22 - Annotations and Kernel Part 2 Vietnamese.srt
18.4 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/7 - Installing Visual Studio Code English.srt
1.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/7 - Installing Visual Studio Code French.srt
1.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/7 - Installing Visual Studio Code Italian.srt
1.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/7 - Installing Visual Studio Code Polish.srt
1.6 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/7 - Installing Visual Studio Code Romanian.srt
1.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/7 - Installing Visual Studio Code Vietnamese.srt
2.1 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/8 - Initial code link.txt
71 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/8 - php7-basics-lecture-001-before.zip
2.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/9 - Link with changes on GitHub.txt
70 B
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/9 - php7-basics-lecture-002-after.zip
2.9 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/3 - Modern PHP 7 Introduction OPTIONAL/9 - php7-basics-lecture-002-before.zip
2.7 KB
[TutsNode.net] - Symfony API Platform with React Full Stack Masterclass/6 - API Platform Introduction/41 - ManyToOne relation and migration Vietnamese.srt