Peter Bell is CEO/CTO of Speak Geek, is a trainer for Github, is finishing up a book for Pearson and co-founded CTO school.
Talks I've Given
-
How to Undo Almost Anything with Git
Featuring Peter Bell
With Git you can make it look like you’re the perfect programmer who never makes a mistake! In this fast paced, terminal driven session, learn advanced techniques for undoing almost anything with Git. Starting from the safety of a revert, we’ll dabble with commit –amend, three...
engineering -
How to Undo Almost Anything with Git
Featuring Peter Bell
With Git you can make it look like you’re the perfect programmer who never makes a mistake! In this fast paced, terminal driven session, learn advanced techniques for undoing almost anything with Git. Starting from the safety of a revert, we’ll dabble with commit –amend, three...
engineering -
How to Undo Almost Anything with Git
Featuring Peter Bell
With Git you can make it look like you’re the perfect programmer who never makes a mistake! In this fast paced, terminal driven session, learn advanced techniques for undoing almost anything with Git. Starting from the safety of a revert, we’ll dabble with commit –amend, three...
engineering -
Getting started with cucumber.js
Featuring Peter Bell
Ever wished you could use cucumber in your javascript apps? In this talk we'll look at the current state of play of cucumber js, when you should and shouldn't use it, and how to get started writing your step definitions in javascript.
cucumber cucumberjs bdd javascript -
Practical DSL Design
Featuring Peter Bell
In this fast paced session, Peter Bell will examine a real world Groovy DSL, how it was designed and implemented, the testing strategies employed and the options for evolving the structure (grammar) of the DSL.
dsl