asafhuseyn.hashnode.devAre All Swift Functions Actually Returning Tuples?Contents Introduction The Genesis of the Theory Unraveling the Tuple Mystery The Swift Type System: A Deeper Dive Void in Swift vs. Other Languages Implications and Reflections Conclusion References Introduction Swift, known for its express...Jul 6, 2024·6 min read
asafhuseyn.hashnode.devDid You Know You Can Use GitHub to Host Your Site for Free?In this guide, I’ll walk you through how to use GitHub Pages to host your personal website or simple blog for free. Based on my experiences, I’ll explain the process with examples. Contents What is GitHub Pages? Step 1: Creating a Repository Step ...Jul 3, 2024·5 min read
asafhuseyn.hashnode.devSwiftUI Environment Variables: Navigating the Same-Type ConstraintIntroduction SwiftUI, Apple’s modern framework for building user interfaces, has revolutionized iOS development with its declarative syntax and powerful state management capabilities. However, developers often encounter a specific limitation when wor...Jun 30, 2024·4 min read