Component-relative paths in Angular JS 2

Việc phát triển dựa trên component là 1 tính năng được yêu thích nhất trong Angular 2. Bạn nên làm quen với việc sử dụng...

[ML – 07] Understanding Neural Network P1

Trong loài bài viết trước, ta đã học về 2 mô hình cơ bản trong ML là “Linear Regression” và “Logistic Regression” để giải quyết...

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.") ......

Streams trong Scala

Stream là gì? Một stream giống như một list, ngoại trừ việc các phần tử của nó có tính lazy. Do vậy mà stream có...

Domain Driven Design cho mọi người

Lời giới thiệu Chào các bạn! Sau hơn 1 năm làm việc với DDD, tôi thấy DDD thật là một tư duy mới về cách...

Functional programming in Scala

Functional Programming focuses on using functions as the basic units to construct the whole program. As a first step to get an insight into Functional...

The SBT Tutorial

Welcome to my first blog. As you known, while working with progamming langues, one of the tools that you have to get used to is...
Scroll Up