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]
How to use char, wchar_t, char16_t and char32_t right a way in C++
When you worked with the software that need to use the language which is out of English, such as Japanese, Korean, Chinese. The arduous problem can happen in here.
[Read More]
Some common implementation with MongoDB
MongoDB is the most compatible tool in NoSQL for Node.js. Because in Node.js, it use the JSON object to exchange data among the component. And Javascript also supports many things for JSON object.
[Read More]