The moment we've all been waiting for 🎉
Posted in Functional Programming, Interview Prep, Swift
Day 2 of Advent of code! Woohoo! Checkout my 5 minute solution 🧠 You might learn something cool 🤔
Posted in Swift
Learn how to use zip to sequentially iterate over two arrays and get rid of those nasty for loops and element access with indices ...
Learn how to subscribe to @Published properties and create a Combine pipeline to react to it's emitted values ....
Overview Have you ever seen one of those cool animations where the numbers count really fast in an app/game? Maybe you’re XP went up 100 or your bank account just had a deposit so the numbers
Learn how to use switch statements to create state-reactive views in
Posted in Functional Programming, Swift, SwiftUI
Learn how to create a fully reusable search bar in
Posted in Coding, Functional Programming, Swift
Learn how to use functional programming to make your life less painful when handling nil values in your