This book can also be used to create a portfolio of work for job hunting or career change.
Table of Contents
preface
- Learn this book in video
- Free download of files used in the course
Table of Contents
Chapter 1 Introduction
- Overview of this course and what you will learn
Chapter 2 Getting Started with AWS
- Create an AWS account
- Let's set up fee alerts in CloudWatch
- Let's create a working user with IAM
Chapter 3: Build Your Network
- Let's create a VPC
- Let's create a subnet
- Let's set up routing
Chapter 4: Let's Build a Web Server
- Let's set up an EC2 instance
- Let's fix your IP address with ElasticIP address
- Install Visual Studio Code
- Connect to an EC2 instance with Visual Studio Code
- Let's install Laravel on an EC2 instance
- Let's see if Laravel is displayed on the screen
Chapter 5: Convert your website to HTTPS with AWS
- Get your domain name for free
- Let's create a hosted zone
- Get a free SSL certificate with AWS Certificate Manager
- Let's set up a load balancer with AWS ELB
- Let's connect the subnet for the load balancer to the Internet gateway
- Let's set up an ELB with Route 53
Chapter 6: Let's build a DB server
- Let's create a private subnet for RDS
- Let's create a security group for RDS
- Let's create a subnet group for RDS
- Let's create a DB parameter group for RDS
- Let's install RDS
Chapter 7 Creating Screens with WIx
- Let's create a Wix account
- Basic editing screen functions
- Basic operation and explanation
- The concept of the strip and its basic usage
- Let's check the screen of the application to be created
- Let's create a strip for the menu
- Let's create a strip for the tweet search screen
- Let's create a strip for saving tweets
- Let's create a strip for searching saved tweet data
- Let's create a strip for the data table
- Let's create a strip for displaying selected data
- Let's create a strip for detailed analysis
- Let's create a strip for storing notes
- Let's create a confirmation screen for deletion
- Let's create a preloader
- Let's adjust the page design
- Let's create an API call function
- Let's create an event function
- Use the log function to check the log
Chapter 8: Create a Wix Application with Laravel API
- Let's set up a connection from Laravel to RDS
- About the MVC Model
- Create Controllers and Models
- Let's configure Laravel routing
- Let's perform migration
- Connect to RDS with PGAdmin
- Let's create a tweet search function with TweeterAPI
- Let's register your search tweets in the DB
- Let's display the registered tweets in a table
- Let's display registered tweets with partial search
- Let's create a memo function for registered tweets
- Let's create an analysis function for registered tweets
- Let's view the analysis results of the registered tweets
- Let's create a function to delete registered tweets
- Let's check and adjust the entire application
postscript
- Author Profile
- Learn about this book in the video
- Free download of files used in the course