Recent posts

Is AI the Second Dot-Com Bubble?

8 minute read

I spent some time reading about the dot-com bubble and the current AI boom because I keep hearing the same question:

HNSW: The Graph Behind Fast Vector Search

7 minute read

I found a small Vietnamese post about HNSW and semantic search. It is not a famous article. It has the feeling of something written for engineers who are try...

Vietnam’s Legal Knowledge Graph

7 minute read

I went looking for an interesting Vietnamese story about graphs, not just the usual “DFS and BFS” tutorial. The best one I found is about something very loca...

Single Responsibility Principle (SRP)

5 minute read

We have learnt Object-oriented programming (OOP) in school or have some experiences while working as developers, however not everyone can apply OOP properly ...