Category: TechNote

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

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

ScalikeJDBC – Phần 1

1. Giới thiệu Như chúng ta đã biết, ScalikeJDBC là một thư viện kết nối cơ sở dữ liệu dành cho ngôn ngữ lập trình...

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

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