Skip to content

elfinsanjaya12/Belajar-Dengan-Jenius-AWS-Node.js-Vol-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baca Versi sebelumnya Belajar Dengan Jenius Node.js Volume 1

Belajar Dengan Jenius AWS & Node.js Volume 2

Author : Gun Gun Febrianza

Chapter 1 - Node.js

Chapter 2 - Express.js

Chapter 3 - Docker

Chapter 4 - Amazon Web Services

  • Subchapter 1 – AWS Resources

    • Computing Power

      • Amazon Lightsail
      • Amazon Elastic Compute Cloud (EC2)
      • Amazon Elastic Container Service (ECS)
    • Storage Power

      • Amazon Simple Storage Service (S3)
      • Amazon Glacier
      • Amazon Elastic Block Store (EBS)
      • Amazon Elastic File System (EFS)

  • Subchapter 2 – AWS CLI V1 & V2

    • Command Line Interface (CLI)

      • Linux Shell
      • Windows Command Line
      • Remote
    • AWS CLI V2

      • Install AWS CLI V2 on Linux
      • Install AWS CLI V2 on MacOS
      • Install AWS CLI V2 on Windows
    • AWS CLI V1

      • Install AWS CLI
      • Upgrade AWS CLI
      • Verify AWS CLI

  • Subchapter 3 – AWS IAM

    • Create IAM User

      • Set User Details
      • AWS Access Type
      • Set Permission
      • Tags
      • IAM User Credential
    • AWS Configuration

    • Create IAM Role

      • Add Policy to Role
      • AWS Lambda Role
      • AWS Lambda Basic Execution Role
      • AWS Xray Write Only Access
      • Tag & Review
      • Trust Relationships

  • Subchapter 4 – AWS Lambda

    • Lambda Concept

      • Handler
      • Runtime
    • Lambda Function

      • Create Lambda Function

  • Subchapter 5 – AWS API Gateway

    • API Gateway Service

      • HTTP API
      • REST API
      • WebSocket API
    • API & App Developer

      • API Developer
      • App Developer
    • API Gateway Features

      • Resources Management
      • Method Execution Management
      • Staging Management
      • Models Management
      • Throttling Management
      • AWS CloudWatch Integration
      • AWS X-Ray Integration
      • AWS Cognito Integration
      • AWS WAF Integration
      • Export API
      • Deployment History
      • Documentation
      • Dashboard Metrics
    • REST API

      • Create REST API
      • Create Resource
      • Create Method
      • Integration Request
      • Test API
      • Deploy API
      • Export to Postman
    • Debugging & Troubleshooting


  • Subchapter 6 – API Gateway & Lambda


Chapter 5 - Big Data

  • Subchapter 1 – Introduction to Database

    • Database Function

      • Data Management
      • Scalability
      • Data Heterogenity
      • Eficiency
      • Persistence
      • Reliability
      • Consistency
      • Non-redundancy
    • Use Case Database

      • Aplikasi Penjualan (Sales)
      • Aplikasi Accounting
      • Aplikasi HR (Human Resources)
      • Aplikasi Manufaktur
      • Aplikasi e-Banking
      • Aplikasi Keuangan
    • Data Analytic


  • Subchapter 2 – AWS Database

    • Managed Relational Database

      • Amazon Relational Database Service (RDS)
      • Amazon Aurora
    • Nonrelational Database

      • Amazon DynamoDB
      • Amazon DocumentDB
    • Data Warehouse Database

      • Amazon Redshift
    • In-memory Data store Database

      • Amazon ElastiCache
    • Time-series Database

      • Amazon TimeStream
    • Ledger Database

      • Amazon Quantum Ledger Database (QLDB)
    • Graph Database

      • Amazon Neptune
    • Database Migration Service

      • Amazon Database Migration Service (DMS)

  • Subchapter 3 – Introduction to Big Data


  • Subchapter 4 – Introduction to NoSQL

  • CAP Theorem

    • Consistency
    • Availability
    • Partition Tolerance
  • BASE Approach

    • Basic Availability
    • Soft State
    • Eventual Consistency
  • Keunggulan NoSQL?

    • Schemaless
    • Scalable
  • Klasifikasi NoSQL Database

  • Key-value Store

  • Column-oriented

  • Graph

  • Document Oriented

  • Big Data & NoSQL


  • Chapter 8

  • Web Service


  • Subchapter 1 – API


  • Subchapter 2 – Remote Procedure Call

  • JSON-RPC


  • Subchapter 3 – REST

  • RESTful Web Service

    • Uniform Interface
    • Client-Server Architecture
    • Stateless
    • Cacheable
    • Layered System
    • Code on demand
  • Daftar Pustaka

  • Tentang Penulis

About

📚 Belajar Dengan Jenius AWS & Node.js bareng Gun Gun Febrianza

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • Dockerfile 13.8%