Skip to content

Commit 6d8835a

Browse files
committed
new app dependency resource
1 parent e9aae9b commit 6d8835a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/pages/02-development-environments/15-application-dependencies.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ developers.
160160
a configuration for ensuring tests run against your code and how to
161161
properly package your project.
162162

163+
* [Python Application Dependency Management in 2018](https://hynek.me/articles/python-app-deps-2018/)
164+
presents some critical analysis and critique oof the existing Python
165+
dependency management tools including newer ones such as pipenv and
166+
Poetry.
167+
163168
* Occasionally arguments about using Python's dependency manager versus
164169
one of Linux's dependency managers comes up. This provides
165170
[one perspective on that debate](http://notes.pault.ag/debian-python/).

content/pages/04-web-development/41-https.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ client web browser.
3737
provides real-world data for which ciphersuites to use based on
3838
mozilla.org connections.
3939

40+
* [HTTPS in the real world](https://robertheaton.com/2018/11/28/https-in-the-real-world/)
41+
is both an accesible read and gives the nitty gritty details beyond how
42+
the HTTPS handshake and transmission work, along the assumptions it breaks
43+
down about where the most likely attack vectors really come from.
44+
4045
* [How Let's Encrypt Works](https://letsencrypt.org/how-it-works/) is a
4146
primer on how the free and now widely-used certificate service grants
4247
and revokes domain certificates.

0 commit comments

Comments
 (0)