Modifying code to improve non-functional aspects of code base is as old as coding. It is now mostly known as "refactoring" when used as part of agile development. We'll discuss some of the challenges of refactoring in large enterprise environments and best practices. Most of the examples will be ...
development
NEWS
Pragmatic Refactoring
Tech Talk by Jean Pierre LeJacq ⚫ June 16, 2016
React and Redux
Tech Talk by Alex Moser ⚫ May 12, 2016
React components are far more powerful than Angular templates and Redux works especially well with frameworks like React because they let you describe UI as a function of state, and Redux emits state updates in response to actions. In this presentation, Alex explains his learnings from recent trainings and ways ...
Going into Testing Rehab - Using BDD with Cucumber in Tests
Tech Talk by Bill Mitchell ⚫ Oct. 1, 2015
Behavior Driven Design is a synthesis and refinement of practices stemming from TDD (Test Driven Development) and ATDD (Acceptance Test Driven Development). The intent of BDD is to provide a single answer to what many Agile teams view as separate activities: the creation of unit tests and "technical" code on ...