WPF - CSharpWPF Basic ConceptsWhat is WPF? Windows Presentation Foundation (WPF) is a graphical subsystem by Microsoft for…Daniel NguyenJuly 18, 2024 2 min
WPF - CSharpC# Basic ConceptsWhat is C#? C# (pronounced "C-sharp") is a modern, object-oriented programming language developed…Daniel NguyenJuly 17, 2024 3 min
EnglishBioluminescenceBioluminescence A. In the pitch-black waters of the ocean's aphotic zone—depths from 1000m to the…Daniel NguyenJuly 12, 2024 2 min
React JSReact Performance 7: WindowingWindowing As we learned in the last exercise, React is really optimized at updating the DOM during…Daniel NguyenJuly 08, 2024 3 min
React JSReact Performance 6: Optimize RenderingOptimize Rendering Here's the lifecycle of a React app: Let's define a few terms: The "render" phase…Daniel NguyenJuly 07, 2024 4 min
React JSReact Performance 5: Expensive CalculationsExpensive Calculations React hooks are amazing. Being able to put all the logic and state management…Daniel NguyenJuly 06, 2024 3 min