Tuesday
No Sessions
Wednesday
No Sessions
Thursday
The Art of Readable Code: Rethink Your Approach to Coding
Presented by: Steve Green
Time: Thursday 8:00 AM - 9:00 AMWe all have a lofty goal: programming style as documentation. Inspired by Steve McConnel’s “Code Complete,” Uncle Bob’s “Clean Code,” and Andrew Hunt’s “The Pragmatic Programmer,” this session will: • Review some best practices for writing code in a style that’s easy to...
Room: Salon A/HTrack: Programming PrinciplesFormat: General SessionLevel: Introductory and overviewAsynchronous JavaScript: Livin' On A Prayer
Presented by: Bob Fornal
Time: Thursday 9:15 AM - 10:15 AMThere is a unique world where Single-Threaded JavaScript manages to be much more. JavaScript interacts with its environment in ways that allow it to handle Asynchronous activities. Using several detailed code examples, we will examine these examples in a unique way to show how these interactions...
Room: Salon A/HTrack: Programming PrinciplesFormat: General SessionLevel: Introductory and overviewThe definitive deep dive into the .git folder
Presented by: Rob Richardson
Time: Thursday 10:30 AM - 11:30 AMWhat's in the .git folder? How are commits stored? How do branches work? We'll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content. We'll also quickly look through Git hooks, Git config,...
Room: Salon A/HTrack: Programming PrinciplesFormat: General SessionLevel: AdvancedFriday
Design Patterns for Loosely Coupled Applications in .NET
Presented by: Barry Stahl
Time: Friday 12:15 PM - 1:15 PMBuilding loosely coupled applications is critical to creating solutions that follow good object oriented principles. These principles help make sure our applications are testable, maintainable and extensible. In this session we will explore several design patterns that are key to building...
Room: Salon A/HTrack: Programming PrinciplesFormat: General SessionLevel: IntermediateConfessions of a TDD Late Adopter
Presented by: Jeffrey Miller
Time: Friday 2:45 PM - 3:45 PMAfter two decades of rehashing Test Driven Development techniques, what’s left to say? A lot! Hear from a seasoned software developer and consultant about the journey to TDD adoption despite objections, skepticism, insecurity, and procrastination along the way. Old dogs can learn new...
Room: Salon A/HTrack: Programming PrinciplesFormat: General SessionLevel: Introductory and overview