Wix Django API System Development Course English Version [AWS Python Django 4 RDS(PostgresSQL)]: How to create a portfolio of work for job hunting and ...
When viewing this book on a Kindle for PC, the images may not be displayed correctly because it takes too long to download the images on a Kindle for PC. We recommend using a tablet, smartphone, or Kindle device to view this book.
This book can also be used to create a portfolio of work for job hunting or career change.
Table of Contents prefaceLearn about this book in the videoFree download of files used in the courseTable of Contents Chapter 1. IntroductionOverview of this course and what you will learnChapter 2. Getting Started with AWSLet's create an AWS accountLet's set up price alerts in CloudWatchLet's create a working user in IAMChapter 3. Let's Build a NetworkLet's create a VPCLet's create a subnetLet's set up the routingChapter 4. Let's Build a Web ServerLet's set up an EC2 instanceLet's use ElasticIP address to fix an IP addressLet's install Visual Studio CodeLet's connect to an EC2 instance using Visual Studio CodeChapter 5. Let's build a DB serverLet's create a private subnet for RDSLet's create a security group for RDSLet's create a subnet group for RDSLet's create a DB parameter group for RDSLet's set up RDSChapter 6. Installing DjangoLet's install Django on an EC2 instanceLet's see if we can get Django to show up on the screenChapter 7. Let's Make Your Website HTTPS with AWSGet your domain name for freeLet's create a hosted zoneGet a free SSL certificate with AWS Certificate ManagerLet's set up a load balancer with AWS ELBLet's connect the subnet for the load balancer to the Internet gatewayLet's set up an ELB with Route 53Chapter 8. Let's create a screen with WixLet's create a Wix accountBasic editing screen functionsBasic operation and explanationThe concept of strip and its basic usageLet's check the screen of the application to be createdLet's create a strip for the menuLet's create a strip for the tweet search screenLet's create a strip for saving tweetsLet's create a strip for searching saved tweet dataLet's create a strip for the data tableLet's create a strip for displaying selected dataLet's create a strip for detailed analysisLet's create a strip for storing notesLet's create a confirmation screen for deletionLet's create a preloaderLet's adjust the page designLet's create an API call functionLet's create an event functionUse the log function to check the logChapter 9. Creating a Wix Application with Django RestFrameworkAPIAbout the MTV ModelLet's create a ModelLet's create a serializationLet's create a viewLet's set up URLconfLet's run the migrationLet's connect to RDS with PGAdminLet's create a tweet search function with TweeterAPI