Javascript📚 JavaScript Arrays: The Essential GuideArrays are one of the most commonly used data structures in JavaScript. They help store and manage…Daniel NguyenApril 07, 2024 1 min
Javascript🔥 Mastering `Set` and `Map` in JavaScriptIn modern JavaScript, two powerful built-in data structures are Set and Map . They are often…Daniel NguyenApril 06, 2024 1 min
Javascript🔍 JavaScript Destructuring🔹 Spread Operator ( ... ) Use it to expand values — most often used in arrays, objects, or…Daniel NguyenApril 06, 2024 1 min
JavascriptJI: Implementing a document versioning systemYou are tasked with implementing a document versioning system. Each document has multiple versions…Daniel NguyenMarch 30, 2024 1 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
JavascriptNextjs interview questions🚀 Core Next.js Concepts What are the differences between getStaticProps , getServerSideProps…Daniel NguyenMarch 01, 2024 2 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
UIUXAdaptive vs responsive designResponsive design In its simplest definition, responsive design uses just one layout for a web page…Daniel NguyenJanuary 10, 2024 1 min