by Matthew J McCullough and Tim Berglund
Matthew McCullough, trainer for GitHub.com, and Tim Berglund, co-presenter of the O’Reilly Git Master Class, will guide you through the fundamentals of Git in three hours of lecture, discussion, and hands-on exercises. Since Git can be quite different than a centralized version control system, Tim and Matthew will map familiar terminology onto Git’s more collaborative version control vocabulary and put each new term into practice with demos and comparisons.
Git is a technology that is best learned through actual use, and at nearly every step of this class you will be typing commands and evaluating what Git is doing both on the surface and at a deep mechanical level. With the mechanics and day-to-day commands introduced, we will advance to discussing Git-facilitated workflow ideas along with practical time-tested tips that will get you on the road to success with this revolutionary source code control system.
by Remy Sharp
Clue: I won't say "no" and sit in silence for 3 hours. This workshop I will go through a number of HTML5 and (new) non-HTML5 technologies and show you, with working code, how these technologies can be used in production today.
Essential experience and advice for anyone managing open source in a business.
This lab teaches you how to harvest, store, analyze, and visualize data from the most popular social networking sites (Twitter, Facebook, LinkedIn, etc.) with Python, pragmatic storage technologies like Redis and CouchDB, and popular visualization tools like Graphviz and JavaScript toolkits.
A day-long dive into Node, the scalable network application framework for JavaScript.
by Tom Christiansen
Growing exponentially over the last decade, Unicode text now comprises over 95% of the documents retrieved over the web, while in other collections, it is often 100% Unicode. This tutorial shows Perl programmers how to manage Unicode data.
by jesse
Request Tracker (RT) is an enterprise-grade ticketing system designed to help your organization track what needs to get done and what still needs doing. From basic customer service to advanced back-office workflows, RT is flexible enough to keep your processes smooth and effective. This tutorial will cover deployment and day to day use of RT as well as basic customization.
Vital strategic advice for anyone involved in running a tech business, big or small. In today’s computing world, it can feel like we're drowning in wave after wave of new trends. This sea of concepts is simply the evolution of our industry from a product to a service based economy. Learn how to navigate this change to your advantage, and find a balance between the present and the future.
An application that works great in development and test can be crushed by real-life deployment. Don't let your project be one of them. In a hands-on workshop, fix a (realistically) broken Django example so that it can hold its head high under load.
by Tim Caswell
Join Tim Caswell for an action packed session exploring the many capabilities of this platform we call NodeJS. This won’t be your average how to write a websocket server for your HTML5 game talk. We will delve into many facets of node including binary C++ addons and multiple frontends. This game will be able to render to the local screen using SDL, receive events from USB Joysticks while at the same time share 90% of the game logic, but allow remote web browsers and mobile devices to be clients to the game as well. We will use websockets, TLS streams, and whatever other cool technology is needed to connect a network of devices into a single gaming environment.
NodeJS is not just a JavaScript powered webserver, it’s an easy and powerful way to script and connect pretty much any computer out there. Let’s get the creative juices flowing!
by ryah
by Damian Conway
You use your editor all day, every day. But how much of that editor do you actually use? This tutorial explores many of the less widely known but more powerful features of the Vim editor, and explains how developers can greatly improve their productivity by optimizing, automating, or even eliminating the common coding tasks they perform every day.
by Chris Neugebauer and paris b-a
Learn why Android is awesome, and how you can build useful apps for the world’s most popular tiny computer even if you hate the idea of a telephone. Find out why a good UI and well thought-through interaction design are not optional components for mobile hackers, and build an actual app in 3 hours in this hands-on, fast paced tutorial. For existing programmers of any language at any level.
by John Mertic
SugarCRM is designed as a Rapid Application Development platform. In this half day tutorial you'll learn how to build a business application on the Open Source SugarCRM platform.
Erlang can be used to build fault tolerant systems with a fraction of the effort needed when using conventional languages. The trick is avoiding defensive programming while focusing on the correct case. This hands-on tutorial will go through the Erlang constructs and libraries that provide the building blocks used to develop reliable systems that never fail.
by Zach Copley, Evan Prodromou and Brion Vibber
StatusNet (http://status.net/) best known as the Open Source microblogging platform, has a powerful plugin system for building new social networking applications. In this tutorial, the core developers of StatusNet show how to build server-side plugins, API clients, and custom themes to make your own social network tools.
by Wesley Chun
Google App Engine is an application development and cloud-hosting platform that lets users create apps to run Google's datacenters. In this 3-part tutorial, we'll give a 1-hour intro talk on cloud computing and App Engine, a 90-100 minute introductory codelab to get your feet wet with App Engine development, and finally conclude with about a half-hour intro to some of App Engine's newest features!
by Lance Albertson and kreneskyp
Ganeti is a cluster virtualization management software tool built on top of existing virtualization technologies such as Xen or KVM and other Open Source software. This hands-on tutorial will give an overview of Ganeti, how to install it, how to get started deploying VMs, & administrative guide to Ganeti. The tutorial will also cover installing & using Ganeti Web Manager as a web front-end.
by brian d foy
In this tutorial, brian d foy will cover aspects of his book Mastering Perl, which is practical advice for working programmers on creating professional, enterprise-quality Perl programs. He will cover four major topics from the book: modules as programs, modifying and jury-rigging third party code, profiling Perl programs, and secure programming techniques.
Media organizations are using open source to stretch their budgets further. And as more content platforms continue to emerge, open source projects provide alternative modes of development. But what does this paradigm look like on the ground? The returns can be huge. But not everything is rose-colored. Through NPR's experiences with Android, Chrome, and more, we can chart some of these waters.
by Erik Hatcher
Quick and effective jump start for using Apache Solr, the Lucene-based search server. Solr powers the search and discovery systems of sites such as Zappos, Smithsonian's collections, The Motley Fool, Orbitz, and many many others. This three hour session will give you the basics to immediately begin using Solr on your own data.
by Jason VanLue
We've all heard about HTML5 & CSS3, but do we know how to effectively apply all of the new properties and features to our websites? In this tutorial, practical application is the name of the game. We'll cut through the theory and show you how to design and build functional websites using the newest HTML5 tags and CSS3 properties.
Pyramid is the web framework at the core of the Pylons Project. It's a "pay only for what you eat" framework. You can get started easily and learn new concepts as you go, and only if you need them. It's simple, well tested, well documented, and fast. This course will present Pyramid and lead you through the creation of a an application as the concepts from the framework are introduced.
by VanL
We are more than a decade into the widespread use of open source in business, but there is too much focus on the compliance only, and the "risks" of using open source code. This talk is about moving beyond compliance and making the positive case for using open source in business based on reduced cost, improved time-to-market, and yes, freedom.
Cloud9 is entirely built on Node.JS and can be used to debug and develop other Node.JS applications. This fun recursive fact we used to very quickly use the tool we built to refine and develop the tool we are building.
by Matt Ranney