Skip to content

Commit 419ed6a

Browse files
authored
Merge branch 'master' into fix/bad-links-20191211
2 parents eeab4c3 + 6662b0d commit 419ed6a

6 files changed

Lines changed: 8 additions & 16 deletions

File tree

content/pages/03-data/18-data-visualization.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ visualization and gave me ideas for what to build.
147147
people worked with paper to build their visuals add fantastic context to
148148
the story.
149149

150-
* [dataviz.tools](http://dataviz.tools/) has a nice list of categorized
151-
tools for working with data and visualizing it.
152-
153150
* [Xenographics](https://xeno.graphics/) presents uncommon and unusual
154151
visualization formats such as the
155152
[Manhattan Plot](https://xeno.graphics/manhattan-plot/) and

content/pages/04-web-development/24-react.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,5 @@ tack on React to build your client-side user interfaces.
7171
is a good quiz to see what you know or still need to learn about the
7272
fundamentals of using React.
7373

74-
* [Building a Serverless Stripe Analytics Dashboard](https://statsbot.co/blog/building-serverless-stripe-analytics-dashboard/)
75-
shows how to work with the [Stripe](/stripe.html) API to build a
76-
dashboard in React then serve the static assets from AWS S3.
77-
7874
* [Under-the-hood-ReactJS](https://bogdan-lyashenko.github.io/Under-the-hood-ReactJS/)
7975
examines the React codebase itself rather than teaching you how to use it.

content/pages/04-web-development/35-testing.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ test runners, coverage reports and related libraries.
107107

108108
* [Using pytest with Django](http://engineroom.trackmaven.com/blog/using-pytest-with-django/)
109109
shows how to get a basic [pytest](https://docs.pytest.org/en/latest/) test
110-
running for a Django project and explains why the author prefers pytest
111-
over standard unittest testing.
110+
case running for a Django project and explains why the author prefers
111+
pytest over standard unittest testing.
112112

113113
* [Distributed Testing with Selenium Grid and Docker](https://testdriven.io/distributed-testing-with-selenium-grid)
114114
shows how to distribute automated, browser tests with Selenium Grid and

content/pages/04-web-development/48-api-creation.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ applications through machine-to-machine communication.
2121
[successful Kickstarter campaign](https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3).
2222

2323
* [Flask-RESTful](http://flask-restful.readthedocs.org/en/latest/) is
24-
widely used for creating web APIs with Flask. It was originally
25-
open sourced by Twilio
26-
then moved into its
24+
widely used for creating web APIs with Flask. It was originally
25+
open sourced by [Twilio](https://www.twilio.com/) then moved into its
2726
[own GitHub organization](https://github.com/flask-restful/flask-restful)
2827
so engineers from outside the company could be core contributors.
2928

content/pages/04-web-development/53-stripe.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ for processing payments.
3838

3939

4040
### Resources about Stripe
41+
* [How Stripe Designs Beautiful Websites](https://leerob.io/blog/how-stripe-designs-beautiful-websites)
42+
explains the process for how Stripe creates their gorgeous design that
43+
makes people want to use the service and explore what else they can
44+
build with it.
4145

4246
* [Creating a Culture of Observability](http://onemogin.com/observability/stripe/culture/monitoring/monitorama/creating-a-culture-of-observability.html)
4347
is a technical talk about monitoring systems at scale. The presenter works

content/pages/05-deployment/36-docker.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
140140
explains some of the concepts behind using Docker for Python deployments and
141141
shows how to specifically use it for deploying Django.
142142

143-
* [A Docker primer – from zero to a running Django app](https://ochronus.com/docker-primer-django/)
144-
provides specific commands and expected output for running Django apps
145-
with Docker and Vagrant.
146-
147143
* [Using Docker and Docker Compose to replace virtualenv](https://www.calazan.com/using-docker-and-docker-compose-for-local-django-development-replacing-virtualenv/)
148144
is a tutorial for using Docker instead of virtualenv for dependency
149145
isolation.

0 commit comments

Comments
 (0)