You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
focus on explaining several ways of setting up a Python <em>web application</em>
79
80
stack from server infrastructure through JavaScript execution on a user's
80
81
browser.</p>
81
-
<divclass="section" id="about-the-author">
82
-
<h2>About the Author</h2>
83
-
<p>I'm <aclass="reference external" href="http://www.mattmakai.com/">Matt Makai</a> and I solve problems by
84
-
developing software. I often use Python and occasionally work with
85
-
languages in the Java Virtual Machine (JVM) stack.</p>
86
-
<p>In 2013 I will be traveling to 30 cities in the United States to visit with
87
-
tech companies, attend and speak at tech meetups, and blog from an experienced
88
-
software developer's perspective about the current state of technology in the
89
-
United States. If you're reading this guide then you're likely someone I'm
90
-
interested in meeting during my trip. Send me an email at
91
-
<aclass="reference external" href="mailto:matthew.makai@gmail.com">matthew.makai@gmail.com</a> or
92
-
<aclass="reference external" href="https://twitter.com/makaimc">message me on Twitter</a>. Read more about
93
-
my upcoming trip that will take place between March 9 and August 15, 2013 at
94
-
<aclass="reference external" href="http://www.codingacrossamerica.com/about.html">Coding Across America</a>.</p>
95
-
<p>If there are typos, inaccurate statements, or general areas for improvement
96
-
that you see in this guide, please issue a
97
-
<aclass="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>
98
-
</div>
99
82
100
83
</section>
101
84
<sectionid="servers" class="tech-section">
@@ -458,10 +441,30 @@ <h2>Caching Resources</h2>
458
441
</ul>
459
442
</div>
460
443
444
+
</section>
445
+
<sectionid="about-author" class="tech-section">
446
+
<h1>About</h1>
447
+
<p>I'm <aclass="reference external" href="http://www.mattmakai.com/">Matt Makai</a> and I solve problems by
448
+
developing software. I often use Python and occasionally work with
449
+
languages in the Java Virtual Machine (JVM) stack.</p>
450
+
<p>In 2013 I will be traveling to 30 cities in the United States to visit with
451
+
tech companies, attend and speak at tech meetups, and blog from an experienced
452
+
software developer's perspective about the current state of technology in the
453
+
United States. If you're reading this guide then you're likely someone I'm
454
+
interested in meeting during my trip. Send me an email at
455
+
<aclass="reference external" href="mailto:matthew.makai@gmail.com">matthew.makai@gmail.com</a> or
456
+
<aclass="reference external" href="https://twitter.com/makaimc">message me on Twitter</a>. Read more about
457
+
my upcoming trip that will take place between March 9 and August 15, 2013 at
458
+
<aclass="reference external" href="http://www.codingacrossamerica.com/about.html">Coding Across America</a>.</p>
459
+
<p>If there are typos, inaccurate statements, or general areas for improvement
460
+
that you see in this guide, please issue a
461
+
<aclass="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>
462
+
461
463
</section>
462
464
<sectionid="change-log" class="tech-section">
463
465
<h1>Change Log</h1>
464
-
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
466
+
<p>2013.06.23: Updating styling, adding new content, switching around sections.</p>
467
+
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
465
468
<p>2013.01.04: Added initial trial of a WSGI server -> web server -> browser diagram. Updated web server and OS sections.</p>
466
469
<p>2013.01.02: Minor updates to OS section.</p>
467
470
<p>2012.12.30: Updated introduction with improved wording. Working on CDN section. Added very basic database content and removed stub from that section.</p>
Copy file name to clipboardExpand all lines: pages/change-log.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@
48
48
<h1>Change Log</h1>
49
49
50
50
51
-
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
51
+
<p>2013.06.23: Updating styling, adding new content, switching around sections.</p>
52
+
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
52
53
<p>2013.01.04: Added initial trial of a WSGI server -> web server -> browser diagram. Updated web server and OS sections.</p>
53
54
<p>2013.01.02: Minor updates to OS section.</p>
54
55
<p>2012.12.30: Updated introduction with improved wording. Working on CDN section. Added very basic database content and removed stub from that section.</p>
0 commit comments