What helped during Swift 6 concurrency readiness work: actor boundaries, Sendable cleanup, and safer async ownership.
Showing 14 items tagged with "Swift"
What helped during Swift 6 concurrency readiness work: actor boundaries, Sendable cleanup, and safer async ownership.
How I integrated AI coding assistants into Swift workflows while keeping architecture, tests, and review quality intact.
Practical reliability patterns I leaned on in 2024 to ship iOS features with fewer regressions and faster recovery.
Use final on properties and methods when you know that a declaration does not need to be overridden. This allows the compiler to replace these dynamically dispatched calls with...
Please find Swift playground at github.com Please find Swift playground at github.com
Please find Swift playground at github.com This post shares from simple to advance the use of in swift. These can be enhanced and some time shorthand of more lines of code. I ho...
This post shares from simple to advance the use of \ in swift. These can be enhanced and some time shorthand of more lines of code. I hope you would enjoy them and try to use in...
This is very useful if you are trying to manipulate in old school C, C++ way. Here's an example: That will print "Found Hulk at position 0", "Found Thor at position 1", and "Fou...
Writing multi platform code has its own challenges, but if you use the compiler test then one big challenge is solved for you: you can write one chunk code to run if a specific...
There several ways to loop through an array in Swift, but using the enumerated() method is one of my favorites because it iterates over each of the items while also telling you...
A devotional app offering prayers, bhajans, and vrat kathas for Hindu gods and goddesses.
Contributions to Firebase iOS quickstart samples demonstrating Firebase APIs.