From: Andrew Gerrand
+This talk presents the development of a complete web application in Go. +It looks at design, storage, concurrency, and scaling issues in detail, using +the simple example of an URL shortening service. +See the presentation slides. +
+An hour-long talk delivered by Rob Pike at Google in October 2009. diff --git a/doc/frontpage.css b/doc/frontpage.css index debc9aa44d..bcdca64011 100644 --- a/doc/frontpage.css +++ b/doc/frontpage.css @@ -77,6 +77,9 @@ span.keyword { #content-videos .thumbnail._003 { background: url(/doc/video-003.png); } +#content-videos .thumbnail._004 { + background: url(/doc/video-004.png); +} #content-videos a.video { display: inline-block; width: 150px; diff --git a/doc/root.html b/doc/root.html index 3bc781a678..f98f9c243c 100644 --- a/doc/root.html +++ b/doc/root.html @@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);