Git Product home page Git Product logo

cloud-native-development-patterns-and-best-practices's Introduction

Cloud Native Development Patterns and Best Practices

This is the code repository for Cloud Native Development Patterns and Best Practices, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Cloud-native is a modern approach to building systems that leverages the benefits of the cloud. With cloud-native development, teams can build applications faster than ever before. This book focuses on architectural patterns for building highly scalable, cloud-native systems. You will learn how the combination of the cloud, reactive principles, and automation enables teams to continuously deliver innovation with confidence. You'll begin by learning the core concepts that make these systems unique and how their anatomy makes them responsive, resilient, and elastics. You will explore foundational patterns that turn the database inside out to achieve massive scale with cloud-native databases. You will also learn how to continuously deliver with confidence by shifting deployments and testing all the way to the left and implementing continuous observability in production. But there's more โ€“ you will also learn how to strangle you monolith and design an evolving cloud-native system. By the end of the book you will have the ability to create modern cloud-native systems.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Chapters 1, 2, 8, 9, and 10 do not have code files.

The code will look like the following:

 increment() {
    const val = this.state.count + 1;
    this.dataset.put('count', String(val), (err, record) => {
      this.setState({
        count: val
      });
    });
  }

Cloud experience is not a prerequisite for this book, but experienced readers will find the content readily applicable. The examples used in this book require an AWS account. You can sign up for a free trial account via the AWS website (https://aws.amazon.com/free). The examples are written in NodeJS (https://nodejs.org) and leverage the Serverless Framework (https://serverless.com/framework). The README file in the code bundle contains installation instructions. The examples leverage the powerful HighlandJS (http://highlandjs.org) streaming library.

Related Products

cloud-native-development-patterns-and-best-practices's People

Contributors

jash27 avatar jashb27 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.