In this article, we will discuss about how to integrate Typescript into Node.js project such as web project, talk about disadvantages of Typescript that is compared with Javascript.
[Read More]
Dive into Encoding with Unicode
When we work with foreign companies such as Japan, China, …, we always encourter some problems about character encoding. So, in this article, we will discuss about encoding with Unicode to clear some hides in this problem.
[Read More]
Data binding in KnockoutJS
In this article, we will introduce about data binding in KnockoutJS and some important properties that is used frequently and it is relavant to data binding.
[Read More]
Understanding about KnockoutJS
In this article, we will discuss about KnockoutJS, a open source library in front-end. There are many interesting information around KnockoutJS such as data binding, data template, …
[Read More]
Reading file in competitive programming in C++
In competive programming, reading file is a basic technique that we have to implement. So, in this article, we will discuss about reading file in competitive programming in C++.
[Read More]