webelement.sk
Rečníci
https://webelement.sk/recnici
Vďaka patrí všetkým, ktorí boli prednášať! Info o rečníkoch je stiahnuté z ich Twitteru. Full stack web developer. Open source fan. rekurzia.sk, medium.com/@adam.stipak. Igor Hlina - Dokku; Adam Štipák - Docker Compose; Matej Čapkovič- Kubernetes. Igor Hlina - ESLint; Adam Štipák - Improve your workflow; Vladimír Kriška - Simplify your dev life with Docker. Peter Dulačka - Web components and Polymer; Adam Štipák - Docker on OS X (lightning talk). Adam Štipák - Nette framework. Adam Štipák - PhpStorm.
libmill.org
libmill
http://libmill.org/index.html
Go-style concurrency in C. Libmill is a library that introduces Go-style concurrency to C. It can execute up to 20 million coroutines and 50 million context switches per second. Go foo(arg1, arg2, arg3). Go(foo(arg1, arg2, arg3) ;. Ch := make(chan int). Chan ch = chmake(int, 0);. Ch := make(chan int, 1000). Chan ch = chmake(int, 1000);. Chs(ch, int, 42);. Int i = chr(ch, int);. Chdone(ch, int, 0);. Out(ch, int, 42):. In(ch, int, i):. Libmill is licensed under MIT/X11 license.