PinnedTolga TanerIntegrating ChatGPT To Our Codebase For Code Reviewing PurposeUsing GitHub and GitHub ActionsJul 30, 2023Jul 30, 2023
PinnedTolga TanerinBetter ProgrammingBuilding a Command Line Tool Using Argument Parser in SwiftShare Xcode snippets with your teamSep 15, 2022Sep 15, 2022
Tolga TanerPreventing Index out of Range with Safe in SwiftSafe provides bounds-checking for existing collections in Swift. It prevents Index out of range error when we deal with for instance…Jul 3, 20222Jul 3, 20222
Tolga TanerinBetter ProgrammingA Look at CurrentValueSubject in SwiftWorking with the Combine publisher in iOSJan 19, 2022Jan 19, 2022
Tolga TanerCreating Generic Networking with Combine in SwiftCombine is a native, multiplatform supported framework that preferred in Apple development environment to code reactive programming. Before…Nov 14, 20211Nov 14, 20211
Tolga TanerCustom Operators in SwiftOne of the feature that I really like using in Swift is creating own custom infix, postfix, prefix operators. Because, it reduces greatly…Aug 15, 2021Aug 15, 2021
Tolga TanerGenerics in SwiftThinking generically is a powerful way to reuse source code in Swift Programming. All types, functions, protocols can be generic. In…Aug 6, 2021Aug 6, 2021