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

Android blog: Android Studio IDE

Mở đầu Khi tôi bắt đầu lao vào Android, tôi thấy mọi người đều sử dụng Eclipse IDE cho việc coding. Tôi biết đến Eclipse từ...

Scala Optimization Pitfalls (part I)

I. Introduction As programming languages and optimization techniques become more and more advanced, we often ignore the performance cost when using advanced language features thinking...

Kanban: Next Moves from Scrum

Summary/Tổng kết Bài viết sau nói về lý do, cách tiến hành chuyển đổi khung làm việc từ Scrum sang Kanban đối với dự án...

Agile Estimation – Change Your Mindset

Summary/Tổng kết Với tư duy cũ, việc vô lý là lên kế hoạch, định giá trước khi dự án (phần mềm) bắt đầu là chuyện...
Scroll Up