Coder Social home page Coder Social logo

hyufeng / microservice-patterns-and-best-practices Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/microservice-patterns-and-best-practices

0.0 0.0 0.0 1.06 MB

published by Packt

License: MIT License

Go 36.47% Python 57.92% Makefile 1.86% Dockerfile 3.74%

microservice-patterns-and-best-practices's Introduction

Microservice Patterns and Best Practices

This is the code repository for Microservice 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

Microservices are a hot trend in the development world right now. Many enterprises have adopted this approach to achieve agility and the continuous delivery of applications to gain a competitive advantage. This book will take you through the different design patterns at different stages of the microservice application development process, along with best practices.

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 01, 02, 07, 08, and 09 don't have codes. The remaining codes are placed in their respective chapter folders.

The code will look like the following:

class TestDevelopmentConfig(TestCase):
     
       def create_app(self):
             app.config.from_object('config.DevelopmentConfig')
             return app
       def test_app_is_development(self):
             self.assertTrue(app.config['DEBUG'] is True)

Having some knowledge of OOP and package structure in Go (golang) will make reading this book more interesting.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

microservice-patterns-and-best-practices's People

Contributors

adhithya21 avatar packt-itservice 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.