PinnedAnurag Ajwani·Sep 1, 2020Modular iOS GuideLearn how to modularise, package and distribute iOS code
InThe BuildersbyAnurag Ajwani·Mar 21, 2024Tuist-ing TravelPerks iOS app for Faster Build TimesHow Tuist helped us reduce build times up-to 98%A response icon2A response icon2
Anurag Ajwani·Nov 29, 2023Visualising the build process of your iOS app with XCLogParserAnother tool under your belt to keep you iOS app stable
Anurag Ajwani·Jun 12, 2023Redux Architecture adaption in SwiftUIBuilding a SwiftUI app? Asking yourself how to organise your code? Software architecture are design patterns or templates-like that you can…A response icon1A response icon1
Anurag Ajwani·Apr 5, 2023Swift Closures: @escaping vs @non-escapingFor this post I assume you are familiar with the basics of Swift programming.
Anurag Ajwani·Apr 4, 2023Quick Intro to Model-View-ViewModel (MVVM) in SwiftUIFor this post I assume you are familiar with Swift, iOS app development using SwiftUI and testing Swift code in iOS app projects.
InTowards DevbyAnurag Ajwani·Mar 10, 2023How to execute shell commands in Swift Command Line AppsWanting to build a command line app? Sometimes the use of which tech stack to use to build command line apps can be influenced by the…
InTowards DevbyAnurag Ajwani·Mar 1, 2023Introduction to Swift Argument Parser in Swift Command Lines appsSimplify managing arguments with Swift Argument Parser
InTowards DevbyAnurag Ajwani·Feb 20, 2023How to create a command line app with SwiftLearn to create tools in Swift to help you manage your project, processes and more
InTowards DevbyAnurag Ajwani·Oct 18, 2022Introduction to WebSockets with Socket.io in Node.jsLearn about WebSockets through a command line chat app