<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Michal Zygar</title>
    <link>https://www.mzygar.com/</link>
    <description>Recent content on Michal Zygar</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <copyright>All rights reserved - 2019</copyright>
    <lastBuildDate>Mon, 24 Jun 2019 21:23:00 +0200</lastBuildDate>
    
	<atom:link href="https://www.mzygar.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Debugging app terminating with uncaught exception of type NSException</title>
      <link>https://www.mzygar.com/post/debug-swift-uncaught-exceptions/</link>
      <pubDate>Mon, 24 Jun 2019 21:23:00 +0200</pubDate>
      
      <guid>https://www.mzygar.com/post/debug-swift-uncaught-exceptions/</guid>
      <description>Every now and then when working on the new features, our app crashes. Easy, peasy, right? Happens all the time. However sometimes all you can see is:
libc++abi.dylib: terminating with uncaught exception of type NSException  and then you wonder: Where did the stack trace go? The error message is not really helpful and asking lldb for more info using expr $arg1 does not work. It may cause you to be stuck for a couple of hours, trying to pinpoint the cause of the exception.</description>
    </item>
    
    <item>
      <title>AB Experiments strategy</title>
      <link>https://www.mzygar.com/post/ab-experiments-strategy/</link>
      <pubDate>Wed, 10 Apr 2019 22:49:50 +0100</pubDate>
      
      <guid>https://www.mzygar.com/post/ab-experiments-strategy/</guid>
      <description>Sometime ago I&amp;rsquo;ve had a great discussion with Danny Ruchtie about the AB Experimenting on features.
Iterative design It uses grand design as a direction we’d like the project to go. However, the changes are introduced iteratively. Each change introduced is atomic. You get a clear picture whether it is improving KPIs or not. If not, you tweak it until you get a positive result. Then test next atomic feature on top of it.</description>
    </item>
    
    <item>
      <title>Hello World</title>
      <link>https://www.mzygar.com/post/hello-world/</link>
      <pubDate>Wed, 10 Apr 2019 16:58:40 +0100</pubDate>
      
      <guid>https://www.mzygar.com/post/hello-world/</guid>
      <description>Hello world This is my first post. So blah blah blah. Long live and prosper.
//Photo by Adam Solomon on Unsplash</description>
    </item>
    
  </channel>
</rss>