Blog Posts

Recent posts

Rx - Difference Hot and Cold observer

less than 1 minute read

Hot: If observerable start emitting items as soon as created, it is called "Hot" Cold: Observerable will start to emit items when it is subscribed.

C++ - Build boost library with MinGW

less than 1 minute read

1. build bjam with boostrap.bat Example) bootstrap gcc 2. run the following command b2 toolset=gcc --build-type=complete architecture=x86 address-model=32 ...

JOSE - How to encrypt your web api

less than 1 minute read

General article https://jwt.io/introduction/ http://odino.org/securing-your-http-api-with-javascript-object-signing-and-encryption/ Open source https://bitbu...