• Blog
  • About
  • Speaking

OSINSKI.DEV

    Reacting to Memory Warnings With Swinject

    May 18, 2020
    I’ll be honest, this blog post will be a bit obscure. Dependency injection container AND memory warnings? That’s pretty peculiar combination in my opinion.
    Read more

    Snapshot testing self-sizing table view cells

    September 3, 2019
    Recently I was tasked with creating documentation for one of our app’s features - screen which can be fed a json with specific schema and then renders it to display rich content.
    Read more

    SwiftUI Generic Image Loading

    July 31, 2019
    Update: 6 August 2019 - Added revamped ImageLoadingView and ImageLoader which resolve problems with images not loading after updating parent view
    Read more

    Visualizing navigation flow progress

    May 25, 2019
    Users are impatient. That’s a harsh truth. It’s easy to lose their attention and we, as app creators, should do everything to prevent that.
    Read more

    Implementing removable remote notifications on iOS

    March 23, 2019
    Most of the apps we create have some form of notifications. They can be either local or remote – sent from backend via APNS.
    Read more