Latest Screencasts
Cutting an Agile Groove
Pragprogs - 2011-08-10 - paid
You’ve struggled to bring agile practices to projects but have been frustrated by buzzword-heavy books and presentations that seem to have been written by academics. What you want is straight talk giving practical advice on the real problems that you face in leading or working in agile teams. _Cutting an Agile Groove_ is a series of videos by respected agile consultant David Hussman that shows you how to design an agile, lean process and deliver real value for your product or project—in plain English, with real-world examples.
Watch this screencastTest Driven Development
Pragprogs - 2010-06-24 - paid
Test-driven development (TDD) is a programming technique that reverses the usual sequence of coding and testing. By writing tests just in advance of the code needed to satisfy them, programmers: * Work with confidence * Work on a series of achievable steps instead of tackling a big problem all at once * Ensure that software design meets the need of the actual code * Leave behind a suite of tests to help preserve the integrity of the code
Watch this screencastExpressionEngine Techniques
Pragprogs - 2010-03-09 - paid
Why work through common problems on your own when you can skip the trial and error and jump straight to a solution that works the first time? Learn the latest techniques the pros use to build full-featured websites with ExpressionEngine from Ryan Irelan, an ExpressionEngine guru. Each of these video tutorials teaches you how to solve a particular set of problems with ExpressionEngine, quickly and efficiently.
Watch this screencastMastering Rails Forms
Pragprogs - 2009-12-16 - paid
Forms are crucial to how users interact with your site. You can slap a form on a web page in record time with Rails, but basic forms just get you by. For a better user experience, you'll want to customize your forms and create interplay between your models. Learn how to take your forms to the next level from Ryan Bates, one of the most experienced Rails programmers (and screencasters) in the community.
Watch this screencastSource Control Made Easy
Pragprogs - 2009-10-20 - paid
Git has significantly changed the way teams develop software. Its distributed nature and lightweight branching and merging have made it possible for developers to massage their code bases in ways they couldn't have imagined before. However, Git has a reputation for being hard to learn. And when folks transition to Git, they often settle for using a handful of commands and treat Git just like their other source control system. But because of its different approach to source control issues, many of the techniques and terminology we have learned in other source control systems do not translate cleanly when using Git. To begin to use Git effectively, you need to understand the underlying concepts. In this 49-minute screencast you'll learn Git in a different way: By not learning about Git itself. Instead, Jim Weirich takes you on a journey of how you might design and build a source control system from scratch. Along the way you'll gain a deeper understanding of the first principles behind Git so things begin to make more sense. This screencast is for people who haven't used Git yet and are thinking about it, and for people who have just started using Git, but are still in the "magic incantation" stage of learning. It's a great introduction to source control for your manager, too! No prior experience with Git or source control systems is required.
Watch this screencastCoding in Objective-C 2.0
Pragprogs - 2009-07-12 - paid
Objective-C is the programming language for writing native iPhone and Mac applications. It's also the language that Apple uses to build their own applications and frameworks. So, if you know Objective-C, you have a lot of power at your fingertips. But if you're new to C or object-oriented programming, then Objective-C can seem a little awkward at first. These screencasts by Bill Dudney, an experienced Objective-C programmer, will help you quickly get up to speed on Objective-C 2.0 basics.
Watch this screencastUsing Map Kit
Pragprogs - 2009-06-29 - paid
Using the new Map Kit framework available in iPhone 3.0, you can embed customized maps within your iPhone application. In this screencast you'll learn how to build an iPhone application from scratch that displays a map of recent earthquakes, shows custom annotations with callouts, and automatically zooms to a region of interest.
Watch this screencastBecoming Productive in Xcode
Pragprogs - 2009-02-13 - paid
h3. XCode 4 *NEW:* Mike Clark has released free XCode 4 Bonus Tracks. If you're using XCode 4, you'll want these. You might always want to take a look at the new XCode 4 Keyboard Shortcuts poster. h3. XCode 3 Please note that the XCode 3 screencast is no longer for sale. Xcode is the development environment used to create iPhone and Mac applications. There's a lot you can do with Xcode, and it's easy to get distracted by all the knobs and levers. But you're using Xcode for one simple reason: You want to build iPhone or Mac applications as quickly as possible. *Whether you're a new iPhone developer seeing Xcode for the first time, or wish you were more familiar with the shortcuts, these screencasts will make you a more productive (and happier!) Xcode programmer.*
Watch this screencastClassy Web Development with Sinatra
Pragprogs - 2009-01-22 - paid
Sinatra is a small Ruby web application framework that packs a big punch. It's also a lot of fun! You can use Sinatra to write tiny, focused web applications and lightweight REST services very quickly. And sometimes a lean and mean web app is all you need. If you haven't given Sinatra a look, now's a great time to get a fresh perspective on web development. Learn how to get the most out of Sinatra from Adam Keys, an experienced Ruby and Sinatra developer.
Watch this screencastThe Ruby Object Model and Metaprogramming
Pragprogs - 2008-12-26 - paid
<
Metaprogramming lets you program more expressively. This makes your code easier to write and easier to maintain and extend. Learn both the hows and whys of metaprogramming Ruby from Dave Thomas, one of the most experienced Ruby programmers in the western world.
Watch this screencast