Craft 2024 - James Shore
James Shore
Vice President of Engineering at OpenSesame
About James Shore

James Shore leads organizations in scaling software development, most recently for OpenSesame, where he is Vice President of Engineering. He is the author of the Agile how-to guide, The Art of Agile Development, co-creator of the Agile Fluency® Model, and a recipient of the Agile Alliance’s Gordon Pask Award for Contributions to Agile Practice. His writing and screencasts may be found online at jamesshore.com. He lives in Portland, Oregon with his wife and two children.

Talks
A FaST Way to Scale
Topics:
Software Delivery Craft Matters
fast
scaling
agile
organization
Level: General
In schedule:
Main Stage
May 30, 16:00 - 16:45 CET

How can multiple teams work together on a single product? The common wisdom is to carefully align teams and responsibilities to create autonomous teams. But, invariably, this approach eventually runs into cross-team bottlenecks, challenges aligning responsibilities to teams, and difficulties creating cross-functional teams.Fluid Scaling Technology, or FaST, is an innovative new approach that solve...

Testing Without Mocks
Topics:
Software Delivery Craft Matters
agile
javascript
mocks
nullables
tdd
testing
unit tests
Level: Intermediate+
In schedule:
Platform 2
May 31, 13:40 - 14:25 CET

Automated tests are important. Without them, programmers waste a huge amount of time manually checking and fixing their code. Unfortunately, many automated test suites also waste a huge amount of time. They’re slow, fail randomly, and make refactoring difficult.There’s another way. Nullables, also known as “testing without mocks,” are a technique for creating tests that are as powerful as end-to-e...