• Challenging Assumptions

  • Mutation Testing at Scale

    Mutation testing is a technique used to evaluate the quality of existing test suites that implies modifying a program logic in small ways such as negating conditionals, changing a logical connector, and so on to introduce faults. When the application code changes, it should produce different results and cause the unit tests to fail. If a unit test does not fail in this situation, it may indicate that there is an issue in the test suite. Mutation testing typically utilizes a set of language-specific source code transformations, called operators, to introduce faults, but these operators may not be sufficient to generate enough mutations to cover the specific domain of the system under test. Join Giorgio in this session to learn more about mutation testing and how to create operators to generate mutations specific to a custom domain.

  • Reactive Streams in Angular

    Linus Torvalds is not an easy person to deal with, but he did great things and shared interesting thoughts with the community. Once he said "Talk is Cheap, Show Me the Code," and he was right. Join me in this talk for a code walkthrough to define the architecture of an Angular reactive app that consumes data streams by mixing observables, events, pipes and relying on an immutable state.

  • TDD the C++ Layer of an Android app

  • Funtastic Kotlin

  • Functional_MVP_with_RXSwift

  • deck

  • mobile-E-learning

  • Rapsberry PI Mobile

  • Develop, Test, and Debug Cross-platform Apps Using PhoneGap

  • PhoneGap and the Command Line

  • Getting Started with PhoneGap

  • Mobile Tea #4

  • Crowdsourced Profiling and Testing

  • webrtc