Error Handling in Scala

Có nhiều cách để Error Handling trong Scala, chúng ta sẽ cùng nhau tìm hiểu. Hãy nhìn ví dụ dưới đây: val coffeePrice = 10...

Module Pattern in Javascript

Module pattern in Javascript The Module Pattern is what we’d call a “design pattern” in Javascript. It keeps our source code simple and easy to...

Hello word with react

Như đã được chia sẻ với các bạn ở bài giới thiệu chung về react. Hôm nay mình sẽ tiếp tục chia sẻ với các...

React Component Lifecycle

Khi sử dụng react hẳn các bạn đã quen với việc sử dụng component nhưng chưa hẳn mọi người đã hiểu hết về Lifecycle của...

Scala Performance Basic (part II)

This post is a continuation of the previous post: https://labs.flinters.vn/scala/scala-optimization-pitfalls-part-i/ (the title was changed to fit the purpose better) In previous post, we have examined...

Lodash – Functional Javascript library

Introduce If you are familiar with functional programming language such as Haskell, Erlang… or fell in love with awesome collection method of Scala, you will may...
Scroll Up