File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6758,6 +6758,11 @@ <h3>Microservice resources</h3>
67586758 provides some advice on using microservices in a fairly early stage of
67596759 a software project's lifecycle.</ p >
67606760</ li >
6761+ < li >
6762+ < p > < a href ="http://www.skybert.net/python/developing-a-restful-micro-service-in-python/ "> Developing a RESTful microservice in Python</ a >
6763+ is a good story of how an aging Java project was replaced with a
6764+ microservice built with Python and Flask.</ p >
6765+ </ li >
67616766</ ul >
67626767 < h1 > Testing</ h1 >
67636768< p > Testing determines whether software runs correctly based on specific inputs
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ <h3>Microservice resources</h3>
6868 provides some advice on using microservices in a fairly early stage of
6969 a software project's lifecycle.</ p >
7070</ li >
71+ < li >
72+ < p > < a href ="http://www.skybert.net/python/developing-a-restful-micro-service-in-python/ "> Developing a RESTful microservice in Python</ a >
73+ is a good story of how an aging Java project was replaced with a
74+ microservice built with Python and Flask.</ p >
75+ </ li >
7176</ ul >
7277< h3 > What's next after learning about microservices?</ h3 >
7378< div class ="row ">
Original file line number Diff line number Diff line change @@ -44,3 +44,7 @@ ease further development and deployment. This approach is called the
4444 provides some advice on using microservices in a fairly early stage of
4545 a software project's lifecycle.
4646
47+ * [ Developing a RESTful microservice in Python] ( http://www.skybert.net/python/developing-a-restful-micro-service-in-python/ )
48+ is a good story of how an aging Java project was replaced with a
49+ microservice built with Python and Flask.
50+
You can’t perform that action at this time.
0 commit comments