Evolving a String Extension using Functional Programming in Swift

Evolving a String Extension using Functional Programming tutorial

Hallo tovenaars en heksen, Leo here. The topic today is making a String Extension using Functional Programming in Swift. We will explore some curious things that you can do to make your life easier with functional programming. The goal is to make your code describe what is it doing instead of having to figure it […]

Single Forward Pipe Operator in Swift

Single Forward Pipe Operator in Swift image

Hello functional and object developers, Leo here. The topic today will discuss how to make a Single Forward Pipe Operator in Swift. We’ll explore an operator typically embedded in functional programming. The pipe operator is useful when we have a long chain of functions that the return value is used as the input value of […]

Functional Programming and Shopping Cart Problem in Swift

Hello ladies and gentlemen, Leo here. Today we will explore some Functional Programming in Swift. Functional programming is a programming paradigm that has some really cool ideas. For example, functions are first-class citizens, which means that you can do everything you could do with any other type like Int, you can do with a function like […]

Join our Newsletter!

From beginner-friendly tutorials to advanced coding techniques, the newsletter is designed to help you level up your skills and stay up-to-date with the latest trends in app development.