Hi, everyone. Clean code is the way that you learn to write code clearly, understandably, and easily maintain.
[Read More]
Problem when using push_back() function of vector in v8 or NAN
When using the v8 library or NAN for C++ addon modules, you want to convert the array in Node.js to the std::vector in C++.
[Read More]
Learn basic bootstrap - part 1
In order to improve the speed of making the website, I think that I have to learn about Bootstrap framework immediately. Because with bootstrap, you can easily make the website fast.
[Read More]
Transaction pool in Blockchain
Where are the transactions create by the clients which will go to? It is an question when you’re curiousity about transactions in blockchain.
[Read More]
Using ava testing framework
To developers, writing test case is a important skill that everyone have to learn and expert. Because you can not code the perfect software, when you can not cover all the case. In Node.js project, it’s neccessary to use testing framework such as Ava, Jest, Jasmine, Karma, … The testing...
[Read More]