Robuta

https://cocoacasts.com/swift-fundamentals-what-are-higher-order-functions-in-swift What Are Higher-Order Functions in Swift - Cocoacasts Feb 1, 2016 - Swift isn't a functional programming language, but you can use functional techniques in the code you write. Why is that? Swift has a number of functional... higher order functionswhat areswiftcocoacasts https://cocoacasts.com/swift-and-cocoa-fundamentals-protecting-the-secrets-of-your-mobile-application Protecting the Secrets of Your Mobile Application - Cocoacasts Oct 22, 2019 - I tend to talk about topics that aren't very exciting to most developers, but I also try to make it a habit to discuss topics that are fundamental for software... the secretsmobile applicationprotectingcocoacasts https://cocoacasts.com/swift-for-loop Looping Over a Collection in Swift - Cocoacasts Mar 26, 2016 - Looping over a collection is a common task in most programming languages. In this post, you learn about Swift's `for` loop and you learn that a `for` loop... a collectionloopingswiftcocoacasts https://cocoacasts.com/three-tips-to-improve-core-data-performance Three Tips To Improve Core Data Performance - Cocoacasts Aug 1, 2016 - Core Data is a fantastic framework and I love using it. The framework is sometimes accused of being slow and performing badly with large data sets, but the... core datathreetipsimproveperformance https://cocoacasts.com/you-are-not-an-imposter You Are Not an Imposter - Cocoacasts Sep 25, 2017 - Have you ever heard of [imposter syndrome](https://en.wikipedia.org/wiki/Impostor_syndrome)? Like [Pauline Rose... you areimpostercocoacasts https://cocoacasts.com/mastering-swift-concurrency-suspending-and-resuming Suspending and Resuming - Cocoacasts Jul 6, 2022 - In [the previous episode](https://cocoacasts.com/mastering-swift-concurrency-what-problem-does-swift-concurrency-solve), you learned about the benefits of... suspendingcocoacasts https://cocoacasts.com/swift-fundamentals-generating-a-unique-identifier-with-uuid Generating a Unique Identifier with UUID - Cocoacasts Apr 4, 2016 - Generating a unique identifier is easy thanks to **Foundation**'s `UUID` struct. In this episode of **Swift Fundamentals**, you learn how to create an... a uniquegeneratingidentifieruuidcocoacasts