|
62 | 62 | <li><a href="#monitoring">Monitoring</a></li> |
63 | 63 | <li><a href="#source-control">Source Control</a></li> |
64 | 64 | <li><a href="#configuration-management">Configuration Management</a></li> |
| 65 | + <li><a href="#dependency-management">Application Dependencies</a></li> |
65 | 66 | <li><a href="#no-sql-datastore">NoSQL Data Stores</a></li> |
66 | 67 | <li><a href="#about-author">About</a></li> |
67 | 68 | <li><a href="#change-log">Change Log</a></li> |
@@ -658,6 +659,17 @@ <h2>Ansible Resources</h2> |
658 | 659 | <p><a class="reference external" href="https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ"">Idempotence, convergence, and other silly fancy words we often use</a></p> |
659 | 660 | </div> |
660 | 661 |
|
| 662 | + </section> |
| 663 | + <section id="dependency-management" class="tech-section"> |
| 664 | + <h1>Application Dependencies</h1> |
| 665 | + <p>Application dependencies are specific Python libraries and their versions |
| 666 | +required for the application to work properly. These dependencies are |
| 667 | +installed separately from system-level packages.</p> |
| 668 | +<p>The most common way to install Python library dependencies is with |
| 669 | +the <a class="reference external" href="http://www.pip-installer.org/en/latest/">pip install</a> combined |
| 670 | +with <a class="reference external" href="http://www.virtualenv.org/en/latest/">virtualenv</a> to isolate the |
| 671 | +dependencies of individual applications from each other.</p> |
| 672 | + |
661 | 673 | </section> |
662 | 674 | <section id="no-sql-datastore" class="tech-section"> |
663 | 675 | <h1>NoSQL Data Stores</h1> |
@@ -710,27 +722,27 @@ <h2>NoSQL data stores resources</h2> |
710 | 722 | </section> |
711 | 723 | <section id="about-author" class="tech-section"> |
712 | 724 | <h1>About</h1> |
713 | | - <p>I'm <a class="reference external" href="http://www.mattmakai.com/">Matt Makai</a> and I solve problems by |
714 | | -developing software. I often use Python and occasionally work with |
715 | | -languages in the Java Virtual Machine (JVM) stack.</p> |
716 | | -<p>In 2013 I traveled to 30 cities in the United States to visit with |
717 | | -tech companies, attend and speak at tech meetups, and blog from an experienced |
718 | | -software developer's perspective about the current state of technology in the |
719 | | -United States.</p> |
720 | | -<p>Read more about my trip on my |
721 | | -<a class="reference external" href="http://www.codingacrossamerica.com/">Coding Across America</a> website.</p> |
722 | | -<p>If there are typos, inaccurate statements, or general areas for improvement |
723 | | -that you see in this guide, please issue a |
724 | | -<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pull/new/gh-pages">pull request on this website's Github repository</a>. Thank you!</p> |
725 | | -<p>You can reach me by email at <a class="reference external" href="mailto:matthew.makai@gmail.com">matthew.makai@gmail.com</a> or send me a |
726 | | -<a class="reference external" href="https://twitter.com/makaimc">message me on Twitter</a>.</p> |
| 725 | + <p>This website was written and built by |
| 726 | +<a class="reference external" href="http://www.mattmakai.com/">Matt Makai</a>, currently a |
| 727 | +<a class="reference external" href="http://thenextweb.com/dd/2012/06/03/a-day-in-the-life-of-a-developer-evangelist/">Developer Evangelist</a> |
| 728 | +at <a class="reference external" href="https://www.twilio.com/">Twilio</a>.</p> |
| 729 | +<p>Other projects by Matt include |
| 730 | +<a class="reference external" href="http://www.codingacrossamerica.com/">Coding Across America</a> |
| 731 | +and |
| 732 | +<a class="reference external" href="https://github.com/makaimc/underwear/">Underwear</a>. You can reach him by |
| 733 | +email at <a class="reference external" href="mailto:matthew.makai@gmail.com">matthew.makai@gmail.com</a> or send him a |
| 734 | +<a class="reference external" href="https://twitter.com/makaimc">direct message on Twitter</a>.</p> |
| 735 | +<p>Typos, inaccurate statements, or general areas for improvement can be handled |
| 736 | +through a |
| 737 | +<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pull/new/gh-pages">pull request on GitHub</a>.</p> |
727 | 738 |
|
728 | 739 | </section> |
729 | 740 | <section id="change-log" class="tech-section"> |
730 | 741 | <h1>Change Log</h1> |
731 | 742 | <div class="section" id="id1"> |
732 | 743 | <h2>2014</h2> |
733 | | -<p>Jan: Adding configuration management and source control sections.</p> |
| 744 | +<p>Jan: Adding configuration management, application dependencies, and source |
| 745 | +control sections. Also updating about section.</p> |
734 | 746 | </div> |
735 | 747 | <div class="section" id="id2"> |
736 | 748 | <h2>2013</h2> |
@@ -758,7 +770,7 @@ <h2>2012</h2> |
758 | 770 | </div> |
759 | 771 | <hr/> |
760 | 772 | <div class="footer pull-right"> |
761 | | - <a href="http://www.mattmakai.com/" class="underline">Matt Makai</a> 2013 |
| 773 | + <a href="http://www.mattmakai.com/" class="underline">Matt Makai</a> 2014 |
762 | 774 | </div> |
763 | 775 | </div> |
764 | 776 |
|
|
0 commit comments