Vagrant box sharing

For web development environment, we usually have a live environment where we call it production and some staging environments where we call them development or...

On Currying and Partial Function Application

Currrying và Partial Function Application là hai khái niệm khá thú vị trong Functional Programming, để hiểu được bản chất của chúng không phải khó,...

Google Chrome, HTTP/2 and NPN vs ALPN

Hello everyone, If you’re interested in the evolve of HTTP/2 and following it’s adoption, you will notice the face that Google Chrome from version 51...

Angular 2.0 – Architecture Overview

Như mọi người đã biết, gần đây đội ngũ phát triển đã cho ra đời Angular 2.0 phiên bản beta, hứa hẹn rất nhiều thay...

The For-Comprehension in Scala

Hôm nay mình sẽ giới thiệu một Special Notation trong Scala đó là For Comprehension. Không đơn thuần chỉ là xử lý lặp trong một...
Scroll Up