0-1 BFS: The Small Graph Trick Between BFS and Dijkstra
I found a Vietnamese article on Viblo about 0-1 BFS that felt worth bringing into English. It is not one of the famous global algorithm posts that everyone h...
I found a Vietnamese article on Viblo about 0-1 BFS that felt worth bringing into English. It is not one of the famous global algorithm posts that everyone h...
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...
We have learnt Object-oriented programming (OOP) in school or have some experiences while working as developers, however not everyone can apply OOP properly ...
I’m using MacOS and when I need to work with a project in my company (a very big repo). After cloned it to my laptop, I checked out the develop branch. Immed...
There is a great explanation for this question. In short, it’s because of Branch Prediction.
As a developer, I believe most of us used to make commits in git. Sometime you may be wondering on how to write a good git commit message? This is an importa...
In my previous post, I have answered the question if we should use gRPC. But why don’t we use REST as another popular protocol in developing web services?
Sometime ago back, when I was searching for a good protocol to help backend services communicate with one another easily. I read again RPC and also gRPC conc...