وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Linode: Deploy Scalable React Web Apps on the Cloud

سرفصل های دوره

Cloud Computing | IaaS | Server Configuration | Linux Foundations | Database Servers | LAMP Stack | Server Security


1 - Introduction to Cloud Computing
  • 1 - History of Linode
  • 2 - Intro to Cloud Computing
  • 3 - Benefits of Cloud Computing
  • 4 - Cloud Computing Service Models

  • 2 - Cloud Computing Service Models
  • 5 - Infrastructure as a Service IaaS
  • 6 - Platform as a Service PaaS
  • 7 - Software as a Service SaaS
  • 8 - IaaS vs PaaS vs SaaS

  • 3 - Cloud Server Deployment on Linode
  • 9 - Linode Account Setup
  • 10 - Exploring the Linode Cloud Manager
  • 11 - Enabling TFA on Linode
  • 12 - Deploying a Linode Virtual Instance
  • 13 - Exploring the Linode Instance Dashboard
  • 14 - Remote Server Admin via SSH
  • 15 - Password vs SSH Key Authentication
  • 16 - SSH Key Pair Authentication on Windows
  • 17 - SSH Key Pair Authentication on MacOS
  • 18 - Connecting with LISH
  • 19 - Adding SSH Public Keys to Linode

  • 4 - Linux Foundations
  • 20 - Introduction to Linux
  • 21 - The Linux Filesystem
  • 22 - Linux Maintenance Commands
  • 23 - Linux Directory Commands Part 1
  • 24 - Linux Directory Commands Part 2
  • 25 - Ubuntu Basic Server Configuration
  • 26 - Introduction to User Accounts
  • 27 - Creating a NonRoot Account
  • 28 - Securing the New User Account
  • 29 - Disabling Root User Access and Password Authentication

  • 5 - Web Server Database Foundations
  • 30 - Introduction to Web Servers
  • 31 - Self Hosting vs Hosting Provider
  • 32 - Web Server Software NGINX vs Apache
  • 33 - Introduction to Databases
  • 34 - SQL vs NoSQL Databases
  • 35 - Database Transaction Standards ACID vs CAP
  • 36 - CAP Theorem for NoSQL Databases
  • 37 - Characteristics of SQL vs NoSQL DBMSes
  • 38 - Key Terms Stacks Frameworks Languages Part 1
  • 39 - Key Terms Stacks Frameworks Languages Part 2
  • 40 - Key Terms Stacks Frameworks Languages Part 3

  • 6 - LAMP Stack Installation and Configuration
  • 41 - Installing LAMP Stack on Ubuntu via Command Line
  • 42 - Installing LAMP Stack using Linode Marketplace
  • 43 - Testing PHP on Apache
  • 44 - Testing MariaDB Connection from PHP Part 1
  • 45 - Testing MariaDB Connection from PHP Part 2
  • 46 - Remote Server Administration using Linode GLISH

  • 7 - Foundations of Server Security
  • 47 - Introduction to Server Security
  • 48 - Introduction to Firewalls
  • 49 - Network Firewalls
  • 50 - Securing SSH with a Network Firewall
  • 51 - Strict Network Firewall Policy
  • 52 - Hosted Software Firewalls UFW

  • 8 - Server Scaling
  • 53 - Introduction to Scaling
  • 54 - Vertical Scaling
  • 55 - Horizontal Scaling with Auto Load Balancers NodeBalancer
  • 56 - Instance IP Swaps

  • 9 - Server Images and Backups
  • 57 - Introduction to Images and Backups
  • 58 - Creating a Custom Image
  • 59 - Linode Backup Service

  • 10 - Account CleanUp and Segment Overview
  • 60 - Linode Account CleanUp
  • 61 - Segment Overview

  • 11 - Introduction to React
  • 62 - Skills Required
  • 63 - What is React

  • 12 - Project 1 Build a Calculator in React
  • 64 - Project Overview
  • 65 - Hello React
  • 66 - Tools Needed
  • 67 - Code Pen
  • 68 - Intro to JSX
  • 69 - Functional Components in React
  • 70 - Why Components
  • 71 - Intro to Props in React
  • 72 - React Components Pops and Callbacks
  • 73 - Building the Calculator Visuals
  • 74 - OnClick Events in React
  • 75 - Passing Parameters in Callback Functions
  • 76 - Using React State Hook
  • 77 - Implementing the calculator Display
  • 78 - Implementing the Calculator Operators
  • 79 - Debugging in React
  • 80 - Project Summary

  • 13 - Project 2 Build a Connect4 Clone in React
  • 81 - Project Introduction What We Will Build
  • 82 - Tools Needed
  • 83 - Creating the Game Board
  • 84 - Game Circle OnClickEvent
  • 85 - Passing Props Destructing React Children
  • 86 - Passing Arguments to Click Events
  • 87 - Inline Styling
  • 88 - Square to Circle Component
  • 89 - Global Styling
  • 90 - Dynamic Styling
  • 91 - Dynamic Classes
  • 92 - Handling Callbacks
  • 93 - Using React State Hook again
  • 94 - Updating the Player Circle
  • 95 - Initializing the Game Board
  • 96 - React Key Property
  • 97 - Styling the Game Board Header and Footer
  • 98 - Calculating the Winner
  • 99 - Displaying the Winner
  • 100 - Determining a Draw Condition
  • 101 - React Lifecycle Events
  • 102 - Initializing the Game
  • 103 - Suggesting a Move Implementing a Computer Player
  • 104 - Smart Computer Player Basic AI
  • 105 - CSS Variables
  • 106 - Conditional Rendering
  • 107 - Deploy to Netlify
  • 108 - Deploy to Surge
  • 109 - Project Summary

  • 14 - Project 3 Build an ECommerce Site in React
  • 110 - Project Introduction What We Build
  • 111 - Scaffolding the Project
  • 112 - Intro to JSON Server
  • 113 - Fetch API
  • 114 - Styling the Store
  • 115 - Rendering the Categories
  • 116 - Binding the Products
  • 117 - Refactor the Fetch API call
  • 118 - Dealing with errors in Fetch API
  • 119 - Tidy the Fetch API call
  • 120 - Styling the Product List
  • 121 - Installing React Router
  • 122 - Fixing the Key Warning
  • 123 - React Router Detail Page
  • 124 - Fetch API Get Product By Id
  • 125 - Product Description
  • 126 - Intro to Styled Components
  • 127 - Styled Components Product Description
  • 128 - Dangerously Set HTML Yeah Really
  • 129 - Refactor the Categories
  • 130 - Refactor the Layout
  • 131 - Refactor the Home Page
  • 132 - Intro to Context in React
  • 133 - UseContext Hook and UseReducer Hook in React
  • 134 - Basket Layout
  • 135 - Implementing the Basket
  • 136 - Implementing Basket Icons
  • 137 - Implementing Basket Total
  • 138 - Finishing the Checkout
  • 139 - Checkout Fixing the State
  • 140 - Implementing the Order Confirmation
  • 141 - Intro to Local Storage
  • 142 - Implementing Search Results
  • 143 - Better Searching with Debouncing
  • 144 - Validating Forms in React Part 1
  • 145 - Validating Forms in React Part 2
  • 146 - Validating Forms in React Part 3
  • 147 - Validating Forms in React Part 4
  • 148 - Project Summary
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 10830
    حجم: 8316 مگابایت
    مدت زمان: 1079 دقیقه
    تاریخ انتشار: ۹ اردیبهشت ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید