Videos tagged with go


Go Behave! A BDD Framework for the Go Programming Language

Go Behave! A BDD Framework for the Go Programming Language

Posted in Conferences, Companies, Development

Gospecify is a behavior-driven development (BDD) framework for Go. Rather than focus on testing every nook and cranny of some code, it helps a programmer produce an executable specification of that code's behavior. Go's syntax allowed gospecify to be almost as expressive as Ruby's rpsec; however, a few tricks had to be used to achieve the best readability. This talk will introduce BDD concepts ...

Tags: Techtalks, Google, Conferences, Google Tech Talks, Language, Programming, Companies, go



Google I/O 2010 - Go Programming

Google I/O 2010 - Go Programming

Posted in Companies, Development, Conferences

Google I/O 2010 - Go Programming Tech Talks Rob Pike, Russ Cox The Go Programming Language was released as an open source project in late 2009. This session will illustrate how programming in Go differs from other languages through a set of examples demonstrating features particular to Go. These include concurrency, embedded types, methods on any type, and program construction using interfaces....

Tags: Google, Python, Java, Open-Source, Language, C#, Development, Companies, Google I/O, developer conference, go, ...


Google I/O 2010 - Go Programming

Google I/O 2010 - Go Programming

Posted in Companies, Development, Conferences

Google I/O 2010 - Go Programming Tech Talks Rob Pike, Russ Cox The Go Programming Language was released as an open source project in late 2009. This session will illustrate how programming in Go differs from other languages through a set of examples demonstrating features particular to Go. These include concurrency, embedded types, methods on any type, and program construction using interfaces....

Tags: Google, Python, Java, Open-Source, Language, C#, Development, Companies, Google I/O, developer conference, go, ...


Google I/O 2011: Writing Web Apps in Go

Google I/O 2011: Writing Web Apps in Go

Posted in Companies, Conferences, Web Technologies, Development

Andrew Gerrand, Rob PikeWeb back-end languages tend to be a matter of "Speed, reliability, or simplicity: pick one." Not any more. The Go Programming Language is a rock-solid, productive, and high-performance platform for building web applications (and other types of software). Join the Go team for an entertaining, in-depth look at the development and deployment of a Go web application.

Tags: Google, Conferences, Web, Development, Companies, go


The Go Programming Language

The Go Programming Language

Posted in Conferences, Companies, Development

What is Go?Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major Google binary should be buildable in a few seconds on a single machine. The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles.For more on Go i...

Tags: Techtalks, Google, Conferences, Google Tech Talks, Language, Programming, Development, Companies, golang, go