Matthew Dolan
Matthew Dolan
  • 4
  • 13 709
Certificate Pinning on Android
An overview of certificate pinning to prevent man-in-the-middle attacks on mobile.
Medium Article: appmattus.medium.com/android-security-ssl-pinning-1db8acb6621e
Certificate Transparency
Medium Article: appmattus.medium.com/android-security-certificate-transparency-601c18157c44
GitHub: github.com/appmattus/certificatetransparency
zhlédnutí: 4 327

Video

Certificate Transparency on Android
zhlédnutí 1,2KPřed rokem
An overview of certificate transparency, a replacement for certificate pinning to prevent man-in-the-middle attacks on mobile. Medium Article: appmattus.medium.com/android-security-certificate-transparency-601c18157c44 GitHub: github.com/appmattus/certificatetransparency
How to write your own MVI system and why you shouldn't
zhlédnutí 8KPřed 3 lety
Model-View-Intent is a simple architectural pattern in principle, but questions come up when you try to implement it yourself. Matthew Dolan and Mikołaj Leszczyński draw on their 2 years of experience with orbit-mvi, their MVI library, to show best practices for using an MVI system in your application.
KotlinFixt-your tests
zhlédnutí 404Před 3 lety
When writing unit tests, we often need to set up representative test data. Sometimes we rely on mocks as it is “easier” or we spend time inputting data manually and suffer the cost of future maintenance. Either way, we usually only cover one path through our app based on assumptions of how our code currently works. What if it were possible to generate your test data using real objects without h...

Komentáře

  • @ilcaduceo
    @ilcaduceo Před 2 lety

    I like it! A very nice explanation on how the framework basics are designed. Thanks!

  • @CommanderSteps
    @CommanderSteps Před 3 lety

    Very nice to understand the basics. Great introduction!

  • @georgioskostogloudis8599

    Thanks for the tool makes creation of dummy data much more easier!!

  • @GyuriGrell
    @GyuriGrell Před 3 lety

    Great presentation, thank you!

  • @ThiruAndRamani
    @ThiruAndRamani Před 3 lety

    Constrained non-diterminsm is the way to good! Thanks for introducing KotlinFixture! :)