React JSRoutingBackground The URL is arguably one of the best features of the web. The ability for one user to…Daniel NguyenMarch 29, 2024 2 min
Algorithm2 Pointers & Heap2-pointers use 2 pointers (variables) to keep track of the index of array or string. there are…Daniel NguyenMarch 18, 2024 1 min
AlgorithmDFS and BFSDFS - Depth First Search an algorithm to search/ traversing the graph data structure recursive…Daniel NguyenMarch 17, 2024 1 min
AlgorithmDijkstra & Union FindDijkstra Problem: given a weighted graph of non-negative weight, and a source node s, find shortest…Daniel NguyenMarch 17, 2024 1 min
UIUXUser flow & User journeyUser flow If you want users to get from A to B, you have to design how they get there. And you…Daniel NguyenJanuary 11, 2024 1 min