Talks
My talks on Swift

Scripting in Swift

  2016-08-22

Swift has gained significant community growth because of many features. What could really take it to next level is how easy it's to script in Swift. I present my case with some interesting examples.

Write your own Web Framework in Swift

  2016-07-28

Sure, there're viper, perfect, kitura and few others. But what if you wanted to write a web framework like them from a scratch? Without depending on anything else, but System Language: aka C. I personally love this project.