Skip to content

Commit ec696ce

Browse files
committed
fixing more broken links
1 parent 2d0ae8c commit ec696ce

File tree

6 files changed

+1
-30
lines changed

6 files changed

+1
-30
lines changed

content/pages/04-web-development/27-task-queues.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ when scaling out a large deployment of distributed task queues.
121121
is a detailed comparison of Amazon SQS, MongoDB, RabbitMQ, HornetQ and
122122
Kafka's designs and performance.
123123

124-
* [Queues.io](http://queues.io/) is a collection of task queue systems with
125-
short summaries for each one. The task queues are not all compatible with
126-
Python but ones that work with it are tagged with the "Python" keyword.
127-
128124
* [Why Task Queues](http://www.slideshare.net/bryanhelmig/task-queues-comorichweb-12962619)
129125
is a presentation for what task queues are and why they are needed.
130126

content/pages/05-deployment/00-deployment.markdown

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,6 @@ guide as they are considered advanced deployment techniques.
132132
is an awesome in-depth read covering topics ranging from git branching
133133
to database migrations.
134134

135-
* In [this free video by Neal Ford](http://player.oreilly.com/videos/9781491908181?toc_id=210188),
136-
he talks about engineering practices for continuous delivery. He explains
137-
the difference between
138-
[continuous integration](/continuous-integration.html),
139-
continuous deployment and continuous delivery. Highly recommended for an
140-
overview of deployment concepts and as an introduction to the other videos
141-
on those subjects in that series.
142-
143135
* [TestDriven.io](https://testdriven.io/) shows how to deploy a
144136
[microservices](/microservices.html) architecture that uses
145137
[Docker](/docker.html), [Flask](/flask.html), and React with

content/pages/05-deployment/19-nginx.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ HTTP(S) configurations.
7474

7575
* [Strong SSL Security on Nginx](https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html)
7676
shows how to mitigate high profile SSL attacks like
77-
[Logjam](https://weakdh.org/),
78-
[Heartbleed](http://heartbleed.com/)
79-
and [FREAK](https://freakattack.com/).
77+
[Logjam](https://weakdh.org/) and [Heartbleed](http://heartbleed.com/).
8078

8179

8280
## Specific Nginx resources

content/pages/05-deployment/24-uwsgi.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,3 @@ implementation that is typically used to run Python web applications.
4242
is awesome because it shows you how to code a quick WSGI application without
4343
using a framework then builds up an example with deploying a traditional
4444
Django web app.
45-
46-
* [Deployment Notes for Pylons, Nginx, and uWSGI](http://tonylandis.com/python/deployment-howt-pylons-nginx-and-uwsgi/)
47-
gives the code and instructions for setting up a Pylons application
48-
with uWSGI.

content/pages/05-deployment/39-aws-lambda.markdown

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ has support for both Python 2.7, 3.6 and 3.7.
6969
* [Code Evaluation With AWS Lambda and API Gateway](https://realpython.com/blog/python/code-evaluation-with-aws-lambda-and-api-gateway/)
7070
shows how to develop a code evaluation API, to execute arbitrary code, with AWS Lambda and API Gateway.
7171

72-
* [Crawling thousands of products using AWS Lambda](https://engineering.21buttons.com/crawling-thousands-of-products-using-aws-lambda-80332e259de1)
73-
gives a real-world example of where using Python, Selenium and
74-
[headless Chrome](https://developers.google.com/web/updates/2017/04/headless-chrome)
75-
on AWS Lambda could crawl thousands of pages to collect data
76-
with each crawler running within its own Lambda Function.
77-
78-
* [Going Serverless with AWS Lambda and API Gateway](http://blog.ryankelly.us/2016/08/07/going-serverless-with-aws-lambda-and-api-gateway.html)
79-
8072

8173
### General AWS Lambda resources
8274
* [Getting started with serverless on AWS](https://emshea.com/post/serverless-getting-started)

content/pages/05-deployment/40-azure-functions.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ in other Azure services.
4444
what is confusing to newcomers that hopefully will be addressed
4545
as Microsoft continues to work on their Azure platform.
4646

47-
* [Azure in Plain English](https://www.expeditedssl.com/azure-in-plain-english)
48-
covers all of the Azure services and explains them because their
49-
default names are often too vague to understand their purpose.

0 commit comments

Comments
 (0)