As a side note, not relevant to iOS, Swift, Objective-C or anything else I am doing - Thermondo. First, site is beautiful, minimalistic, hosted on GitHub pages, made with Minimal Theme. But content is what has caught me - interesting how open companies might be. Each of links from this page worth reading.

  • Work @ Thermondo – Meet our Team
  • Hiring – How to join us
  • Code of Conduct
  • Developer Style Guide
  • Our Tech Stack

Fun post Initialization in C++ is Seriously Bonkers.

Watched The Many Faces of Flat-Map: Part 4. Guys mention about the reason why flatMap in Swift standard library was renamed into compactMap. I didn’t know the story behind this rename. Interesting examples of functions fromThrowing to transform throwing function into another function returning result, and toThrowing function doing vice versa. Even examples of using these functions are bizarre I find them interesting.