Skip to content

Commit d8bea0e

Browse files
committed
add new resources
1 parent a44ec41 commit d8bea0e

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

content/pages/04-web-development/45-microservices.markdown

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,17 @@ ease further development and deployment. This approach is called the
9191
text go into how reality gets messy and how to embrace the constraints
9292
inherent in distributed systems.
9393

94-
* In the [Microservices with Docker, Flask, and React](http://testdriven.io/)
95-
course, you will learn how to quickly spin up a reproducible development
96-
environment with Docker to manage a number of microservices. Once the app
97-
is up and running locally, you'll learn how to deploy it to an Amazon EC2
98-
instance. Finally, we'll look at scaling the services on Amazon EC2
99-
Container Service (ECS).
94+
* In the
95+
[Microservices with Docker, Flask, and React](https://testdriven.io/bundle/microservices-with-docker-flask-and-react/?utm_source=fsp)
96+
course bundle, you will learn how to quickly spin up a reproducible
97+
development environment with Docker to manage a number of microservices.
98+
Once the app is up and running locally, you'll learn how to deploy it to
99+
an Amazon EC2 instance. Finally, we'll look at scaling the services on
100+
Amazon EC2 Container Service (ECS).
101+
102+
* [Should I use microservices?](https://www.oreilly.com/ideas/should-i-use-microservices)
103+
contains a high-level perspective on why or why not use microservices
104+
as an architectural choice.
100105

101106
* Zuul is open source proxy for combining multiple microservices into a
102107
unified API call. Check out this post on

content/pages/05-deployment/34-salt.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ meta: Salt is configuration management tool used for application deployment and
1717

1818

1919
### Salt resources
20+
* [What's new in Salt 3000 Neon](https://salt.tips/whats-new-in-salt-neon/)
21+
covers the latest release and the significant number of new features
22+
and fixes contained within it.
23+
2024
* [Introduction to Salt](https://docs.saltstack.com/en/latest/topics/)
2125
gives a 30 second summary of what the tool can do for you then provides
2226
a collection of links to other resources that plug you into the Salt

0 commit comments

Comments
 (0)