Back to the front page

Swift reflection about food

Reflection in practice. Reflection technique may be useful to build quasi generic functions that operate at runtime. It may be quasi type safe...…

Where "where" may be used?

Cool, unexpected and forgettable feature of Swift pattern-matching. `where` clause may be used everywhere. Here's how…

Swift London about Natalie, the talk

Earlier this month (October 19, 2015), I had the pleasure to be part of Swift London [http://www.meetup.com/swiftlondon/events/226121906/] meetup. I talked about Natalie - Storyboard Code Generator [https://github.com/krzyzanowskim/Natalie] presenting my approach to the "problem" of Storyboards [https://developer.apple.com/…

ChunkSequence 🔪🍰

I can slice any array in pieces, then process one chunk at a time with the SequenceType.…

CryptoSwift 0.1.0

Finally major update to CryptoSwift [https://github.com/krzyzanowskim/CryptoSwift] framework. > Crypto related functions and helpers for Swift implemented in Swift. I really enjoy working on CryptoSwift in my spare time, this is why today I'm glad to announce version 0.1 with a major changes to…