File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
02-development-environments Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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/ ) .
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments