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
Copy file name to clipboardExpand all lines: index.html
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -513,31 +513,32 @@ <h1>About</h1>
513
513
<p>I'm <aclass="reference external" href="http://www.mattmakai.com/">Matt Makai</a> and I solve problems by
514
514
developing software. I often use Python and occasionally work with
515
515
languages in the Java Virtual Machine (JVM) stack.</p>
516
-
<p>In 2013 I will be traveling to 30 cities in the United States to visit with
516
+
<p>In 2013 I traveled to 30 cities in the United States to visit with
517
517
tech companies, attend and speak at tech meetups, and blog from an experienced
518
518
software developer's perspective about the current state of technology in the
519
-
United States. If you're reading this guide then you're likely someone I'm
520
-
interested in meeting during my trip. Send me an email at
521
-
<aclass="reference external" href="mailto:matthew.makai@gmail.com">matthew.makai@gmail.com</a> or
522
-
<aclass="reference external" href="https://twitter.com/makaimc">message me on Twitter</a>. Read more about
523
-
my upcoming trip that will take place between March 9 and August 15, 2013 at
524
-
<aclass="reference external" href="http://www.codingacrossamerica.com/about.html">Coding Across America</a>.</p>
519
+
United States.</p>
520
+
<p>Read more about my trip on my
521
+
<aclass="reference external" href="http://www.codingacrossamerica.com/">Coding Across America</a> website.</p>
525
522
<p>If there are typos, inaccurate statements, or general areas for improvement
526
523
that you see in this guide, please issue a
527
524
<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>
525
+
<p>You can reach me by email at <aclass="reference external" href="mailto:matthew.makai@gmail.com">matthew.makai@gmail.com</a> or send me a
526
+
<aclass="reference external" href="https://twitter.com/makaimc">message me on Twitter</a>.</p>
528
527
529
528
</section>
530
529
<sectionid="change-log" class="tech-section">
531
530
<h1>Change Log</h1>
532
-
<p>2013.10.29: Creating separate monitoring section.</p>
531
+
<p>2013.11.02: Updated about section and color scheme.</p>
532
+
<p>2013.11.03: Updating monitoring section with third party services.</p>
533
+
<p>2013.10.29: Creating separate monitoring section.</p>
533
534
<p>2013.08.20: Adding more resources for web servers and other categories.</p>
534
535
<p>2013.06.23: Updating styling, adding new content, switching around sections.</p>
535
-
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
536
-
<p>2013.01.04: Added initial trial of a WSGI server -> web server -> browser diagram. Updated web server and OS sections.</p>
537
-
<p>2013.01.02: Minor updates to OS section.</p>
538
-
<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>
539
-
<p>2012.12.27: Added beginning of section on Python web frameworks. Added stub for content delivery network.</p>
540
-
<p>2012.12.25: Initial incomplete release on fullstackpython.com.</p>
536
+
<p>Jan 2013: Fleshed out web server, OS, and server sections, particularly IaaS
537
+
and PaaS topics, added initial "hand drawn" diagram placeholders for better
538
+
diagrams later.</p>
539
+
<p>Dec 2012: Initial incomplete release on fullstackpython.com, created
540
+
introduction, CDN, web frameworks, and database sections with stubs for
Copy file name to clipboardExpand all lines: pages/change-log.html
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,17 @@
48
48
<h1>Change Log</h1>
49
49
50
50
51
-
<p>2013.10.29: Creating separate monitoring section.</p>
51
+
<p>2013.11.02: Updated about section and color scheme.</p>
52
+
<p>2013.11.03: Updating monitoring section with third party services.</p>
53
+
<p>2013.10.29: Creating separate monitoring section.</p>
52
54
<p>2013.08.20: Adding more resources for web servers and other categories.</p>
53
55
<p>2013.06.23: Updating styling, adding new content, switching around sections.</p>
54
-
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
55
-
<p>2013.01.04: Added initial trial of a WSGI server -> web server -> browser diagram. Updated web server and OS sections.</p>
56
-
<p>2013.01.02: Minor updates to OS section.</p>
57
-
<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>
58
-
<p>2012.12.27: Added beginning of section on Python web frameworks. Added stub for content delivery network.</p>
59
-
<p>2012.12.25: Initial incomplete release on fullstackpython.com.</p>
56
+
<p>Jan 2013: Fleshed out web server, OS, and server sections, particularly IaaS
57
+
and PaaS topics, added initial "hand drawn" diagram placeholders for better
58
+
diagrams later.</p>
59
+
<p>Dec 2012: Initial incomplete release on fullstackpython.com, created
60
+
introduction, CDN, web frameworks, and database sections with stubs for
0 commit comments