Category: TechNote

Understanding extensions method in Scala

Extension Method in Scala import scala.concurrent.duration._ class SampleActor extends TaskExecutorBase { val taskTimeout = 10.seconds def doTask(task: Task): Unit = { println("Sample task start.") ......

[Data-Science] Tổng quan

Digital Transformation Đối với các doanh nghiệp, ngày nay, khách hàng của họ, sản phẩm của họ, hoạt động kinh doanh của họ, và đối...

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