React JSReact Fundamental 9: Error BoundariesThe problem is, you can't just wrap your entire application in a try / catch because of the way…Daniel NguyenMay 09, 2025 2 min
PMP📘 Section 40: Collect RequirementsCollect Requirements is a critical process in project management that involves determining…Daniel NguyenMay 08, 2025 5 min
React JSReact Fundamental Section 8: InputsInputs There are lots of different types of form elements built-into the browser you can use (of…Daniel NguyenMay 08, 2025 3 min
React JSReact Fundamental 7: FormsIn React, there actually aren't a ton of things you have to learn to interact with forms beyond what…Daniel NguyenMay 07, 2025 1 min
React JSReact Fundamental 6: StylingThere are two primary ways to style React components Inline styles with the style prop Regular CSS…Daniel NguyenMay 06, 2025 1 min
React JSReact Fundamental 5: TypeScriptTypeScript is an enormously valuable team productivity, code quality, and confidence tool that I…Daniel NguyenMay 05, 2025 1 min
React JSReact Fundamental 4: Creating custom componentsJust like in regular JavaScript, when you want to reuse code, you write functions. If you want to…Daniel NguyenMay 04, 2025 1 min
React JSReact Fundamental 3: Using JSXJSX JSX is more intuitive than the raw React API and is easier to understand when reading the code…Daniel NguyenMay 03, 2025 1 min
PMP📘 Section 39: Plan Scope ManagementPlanning Project Scope Management is the first process in the Project Scope Management Knowledge…Daniel NguyenMay 02, 2025 3 min
React JSReact Fundamental 2: Raw React APIsReact is the most widely used frontend framework in the world and it's using the same APIs that you…Daniel NguyenMay 02, 2025 1 min