PMP📘 Section 40: Collect RequirementsCollect Requirements is a critical process in project management that involves determining…Daniel NguyenMay 08, 2024 5 min
PMP📘 Section 39: Plan Scope ManagementPlanning Project Scope Management is the first process in the Project Scope Management Knowledge…Daniel NguyenMay 02, 2024 3 min
PMP📘 Section 38: Definition of Project ScopeManaging project scope is a critical aspect of project management as outlined in the Project…Daniel NguyenMay 01, 2024 1 min
AlgorithmHash TableHash function Hash function: any function that can be used to map data of arbitrary size to fixed…Daniel NguyenApril 26, 2024 1 min
AlgorithmQueue & StackQueue First in first out (FIFO) data structure: first element added will be processed first…Daniel NguyenApril 26, 2024 1 min
JavascriptJavaScript interview questions2-Pointer Questions 3. Longest Substring Without Repeating Characters 5. Longest Palindromic…Daniel NguyenApril 24, 2024 2 min
JavascriptHow `this` behaves in JavaScript🔹 What is this ? In JavaScript, this refers to the execution context — or how a function is…Daniel NguyenApril 24, 2024 1 min
AlgorithmMerge And Quick SortMerge Sort If the list is of len 0 or 1 => already sorted, do nothing If the list has > 1 element…Daniel NguyenApril 21, 2024 2 min
AlgorithmTriea data structure to manage a set of strings operations: add(s): add string s to Trie startWith…Daniel NguyenApril 19, 2024 1 min
AlgorithmSystem Design GuidelineStep 1: Requirement clarification Purpose: to solve the RIGHT problem! Functional requirements What…Daniel NguyenApril 18, 2024 2 min