YadukrishnanforScribblings of an introvertyadukrishnan.hashnode.net·Jun 22, 2022Retrying Cats Effect Failures With EaseLearn how to create a customized retry policy with error handling using the Cats-Retry library. Discover the various methods like retryingOnSomeErrors and retryingOnFailures, that enable users to retry an API call when encountering exceptions or non-...Discuss·6 likes·231 readsScala
Pavel StepanovforCats can also codepavelstepanov.hashnode.net·Jul 7, 2022Make dynamic dashed border in Swift: avoid lumping and watch original cat memesLet's imagine you need to add a dashed border to a view. Normally, you would write code like that. First iteration private func addUglyDashedBorder() { borderLayer = CAShapeLayer() let viewRect = CGRect(x: 0, y: 0, width: frame.size.width, he...Alma Hodzic and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·279 readsSwift
YadukrishnanforScribblings of an introvertyadukrishnan.hashnode.net·Apr 23, 2023Error Handling in Cats Effect [Part-9]1. Introduction This is another part of the Cats Effect 3 series. In this short part, let's look at some of the ways to handle errors in Cats Effect 3. 2. Raising an Error Firstly, let's see how we can raise an error in CE. We can create a failed IO ...DiscussScala: Cats Effectcats
YadukrishnanforScribblings of an introvertyadukrishnan.hashnode.net·Apr 23, 2023Error Handling in Cats Effect [Part-9]1. Introduction This is another part of the Cats Effect 3 series. In this short part, let's look at some of the ways to handle errors in Cats Effect 3. 2. Raising an Error Firstly, let's see how we can raise an error in CE. We can create a failed IO ...DiscussScala: Cats Effectcats
Kristian LentinoforKristian lentino's blogkristianlentino.hashnode.net·Dec 4, 2022My thoughts about Functional Scala 2022 - LondonSome months after my first big conference in Italy (Codemotion) here we are, moving into London to attend the biggest Scala conference, the Functional Scala conference. For those who doesn't know (and in Italy there are a lot of people which doesn't ...Discuss·83 readsDev lifeScala
Pavel StepanovforCats can also codepavelstepanov.hashnode.net·Jul 7, 2022Make dynamic dashed border in Swift: avoid lumping and watch original cat memesLet's imagine you need to add a dashed border to a view. Normally, you would write code like that. First iteration private func addUglyDashedBorder() { borderLayer = CAShapeLayer() let viewRect = CGRect(x: 0, y: 0, width: frame.size.width, he...Alma Hodzic and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·279 readsSwift
YadukrishnanforScribblings of an introvertyadukrishnan.hashnode.net·Jun 22, 2022Retrying Cats Effect Failures With EaseLearn how to create a customized retry policy with error handling using the Cats-Retry library. Discover the various methods like retryingOnSomeErrors and retryingOnFailures, that enable users to retry an API call when encountering exceptions or non-...Discuss·6 likes·231 readsScala