Category: TechNote

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

Gulp là gì?

Tham gia vào dự án mới điều đầu tiên mình nghĩ đến là cần xây dựng một builder cho Frontend web application. Một trong những...

Giới thiệu chung về React JS

Mình sẽ bắt đầu chuỗi các bài viết về React JS với cách tiếp cận của một người chưa biết gì về React JS, chính...

Business Rules & Use Story in Agile/Scrum

Overview/Giới thiệu Blog này ghi lại một số nhận định và sự liên quan giữa business rule (BR) và user story (US) kèm theo một...

Run an Effective Meeting

Abstract This is a summary from a post from HBR on how to run an effective meeting with additional remarks and comments by myself. Introduction...
Scroll Up