Skip to content

Commit 82c8ed4

Browse files
committed
update heroku resources
1 parent 3fdd429 commit 82c8ed4

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

content/pages/05-deployment/10-heroku.markdown

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ easily [deploy](/deployment.html) Python applications.
2121
[MySQL](/mysql.html) to [PostgreSQL](/postgresql.html) if necessary
2222
as well as how to properly handle your settings files.
2323

24-
* Heroku's
24+
* [How to deploy Django project to Heroku using Docker](https://www.accordbox.com/blog/deploy-django-project-heroku-using-docker/)
25+
explains that although [Buildpacks](https://devcenter.heroku.com/articles/buildpacks)
26+
are the most common way to deploy to Heroku, packaing your app in a
27+
[Docker](/docker.html) container is also a viable approach. It walks through
28+
the steps needed to deploy a [Django](/django.html) app in the remainder
29+
of the article.
30+
31+
* Heroku's
2532
[official Python documentation](https://devcenter.heroku.com/articles/getting-started-with-python)
2633
is fantastic and walks through deploying WSGI applications in short order.
2734

content/pages/10-working/18-developer-demos.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ meta: How to give technical demos to software developers.
99

1010
Creating and executing an appealing technical demo to an audience of software
1111
developers is a ton of work, but there is no better way to get people
12-
legitimately interested in your product if you land a great demo. The
13-
inherent difficulty involved in exceptional technical demos also creates
14-
a large moat that prevent others from easily copying the work you put into
15-
the demo.
12+
legitimately interested in your product if you land a great demo with
13+
an appropriate audience. The inherent difficulty involved in exceptional
14+
technical demos also creates a large barrier that prevent others from simply
15+
copying your work, which can happen with technical blog content.
1616

17-
The most important parts to a standout technical demo are:
17+
To achieve a standout technical demo you must:
1818

19-
1. show how to solve a difficult technical problem, as easily as possible
20-
1. take the audience on a story arc
21-
1. do it live (especially if you include code)
22-
1. rehearse constantly, both happy path and recovering from errors
19+
1. show how to easily solve a difficult technical problem
2320
1. speak plainly but accurately
21+
1. do it live, including writing code if required
22+
1. tell a story with a narrative arc
23+
1. rehearse constantly, both the happy path and recovering from errors
24+
2425

2526
Examples:
2627
* [Twilio Phone Calls Demo at NY Tech Meetup (2010)](https://www.youtube.com/watch?v=-VuXIgp9S7o)

0 commit comments

Comments
 (0)