Enthusiastic iOS Developer
Soft unwraps are very important, and also they are easy to use.But most developers prefer to use force unwraps for optional variables. I don’t know why but it’s a fact.The most Swift code on StackOverflow and in public repositories on GitHub contains a lot of force unwraps for no reasons, and I want to…
Swift is awesome. It is pretty powerful and very easy to understand.One of the most useful thing in Swift is generics.
Let’s think we have to write a function which adds one number to another.
Hello, world! Sorry for such a long waiting, but I have great news.
I created Github repository where I post awesome algorithms with comments and details.You can find it here https://github.com/Ksen17/SwiftAlgorithmsThe number of algorithms will expand…
You are a great coder. At least I hope so. Even if you write clean code following SOLID, DRY and KISS principals, your apps can have errors. Obviously because of the algorithm. You can create great logic for your new data transfer algorithm but it would not work if you make some…
In August 2018 Apple released a beta version of Turi Create framework which is used for training…