[Representation] Semantic Network – Biểu diễn qua mạng ngữ nghĩa P2
Trong bài trước chúng ta đã có cái nhìn tổng quan về Semantic Network (SN), vì vậy hôm nay ta sẽ cùng nhau tìm hiểu...
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...
DRY Code with Higher Order Function in Scala – Part II
DRY Code with Higher Order Function in Scala – Part II This post is part II in my series about Higher order function in Scala....
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...
[Representation] Semantic Network – Biểu diễn qua mạng ngữ nghĩa P1
1. Cách chúng ta hiểu về những con số: Toán học là môn học bắt buộc đối với tất cả mọi người vì nó được...
Tìm hiểu SQL Injection qua ví dụ cụ thể
Với yêu cầu từ các dự án của công ty, một trong những điểm bắt buộc trước khi release dự án là phải PASS qua...
DRY code with Higher Order Function in Scala – Part I
DRY Code with Higher-order Function in Scala – Part I In Software Engineering, don’t repeat yourself (DRY) is a principle of software development, aimed at...
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...
[Representation] Rule – Biểu diễn tri thức dạng luật
Chào các bạn, sau bài viết về “From Data Structure to Knowledge Representation” hôm nay chúng ta sẽ đi sâu vào một trong những phương...
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...
From Data Structure To Knowledge Representation – Từ “Cấu trúc dữ liệu” đến “Biểu diễn tri thức”
1. Dữ liệu là gì và tại sao phải tổ chức chúng: Dữ liệu là một tập các giá trị dùng để mô tả các...
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...
Issuing free HTTPS certificate with Let’s encrypt
For a decade, the process of issuing HTTPS certificate and setting up it for the server is a little complex, and well, expensive. That process...
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...