Swift and SwiftUI for Web Developers

A series about Swift and SwiftUI for web developers, aimed at highlighting the beautiful aspects of the language.

  • 1. Introduction

    Discover how Swift's features, from variables to asynchronous programming, make it an attractive option not just for Apple's ecosystem but for any web dev looking to expand their toolkit.

    Read now
  • 2. Closures

    Exploring the elegance of Swift's closures, this post compares them to TypeScript, highlighting features like closure expression syntax, type inference, shorthand argument names, and the use of trailing closures for concise and readable code.

    Read now
  • 3. Labels

    Explore Swift's approach to function labels, enhancing readability and flexibility compared to TypeScript. Learn the benefits of naming conventions and overloading for clearer, more natural code.

    Read now