Blog Posts

Recent posts

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...

ApacheCXF - oauth 2 example

less than 1 minute read

https://github.com/apache/cxf.git https://github.com/Talend/tesb-rt-se/tree/master/examples/cxf/jaxrs-oauth2