Blog Posts

Recent posts

Angular 2 book

less than 1 minute read

Angular 2 Development with TypeScript https://www.manning.com/books/angular-2-development-with-typescript

Rake - useful command line options

less than 1 minute read

1 2 3 4 5 $ rake -P $ rake -T #display description $ rake -T buy #display contains "buy" in name $ rake -W buy #display path of task "buy" $ rake -D

C++ 14 - co-routine with boost library

less than 1 minute read

It is worth to read the following blog if interested in C++ co-routine support. https://blogs.msdn.microsoft.com/vcblog/2017/05/19/using-c-coroutines-with-bo...