Avi Tsadok's Avatar

Avi Tsadok

@avitsadok.bsky.social

iOS Developer l Book author | Public speaker

34 Followers  |  50 Following  |  6 Posts  |  Joined: 18.11.2024  |  1.3057

Latest posts by avitsadok.bsky.social on Bluesky

Preview
Simple Linear Regression ML Model with Swift from scratch Thatโ€™s a long title over there, and I even squeezed it and wrote ML instead of Machine Learning.

Machine learning can seem complex, but breaking it down into simple concepts makes it more approachable. In this article, we explore the basics by implementing a Linear Regression model in Swift. Check it out!

02.01.2025 08:36 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

*Raw Identifiers are coming to Swift! (Next Swift version)*

The Swift team has added raw identifiers, making writing more descriptive and natural names for your code easier. Raw identifiers allow names that include spaces, special characters, or even numbersโ€”delimited with backticks (`).

02.01.2025 04:39 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

My book โ€œThe Ultimate iOS Interview Playbookโ€ is a Bestseller in Amazon!

a.co/d/6Ih4lb5

20.12.2024 04:57 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

A nice Swift tip!
When performing string searches, we often write the following:
$0.name.lowercased().contains(searchPhrase.lowercased())

Instead, we can:
$0.name.localizedStandardContains(searchPhrase)

Why is this better?
More Readable, Localization-Friendly, Built-In Case Insensitivity

17.12.2024 13:02 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I am excited to announce that I will be speaking at the iOSkonf conference in North Macedonia!

13.12.2024 11:59 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SwiftUI โ€œBackโ€ Button Woes? Customize It! Apple has done a tremendous job with SwiftUI. And still, customizing the back button is still an issue. Letโ€™s deal with it together.

As iOS developers, do you ever feel like Apple thinks they know better than us what we want? This is especially true with SwiftUI's back button. Letโ€™s tackle it together!

avitsadok.medium.com/swiftui-back...

28.11.2024 20:32 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@avitsadok is following 17 prominent accounts