AlgorithmBit ManipulationAND Only true if both input bits are true: OR True if any input bit is true XOR True if one and only…Daniel NguyenApril 10, 2024 1 min
AlgorithmBig “Oh” notationBig “Oh” notation Big O notation describes the complexity of an algorithm as a function of the size…Daniel NguyenApril 09, 2024 1 min
React JSCache ManagementBackground Application state management is arguably one of the hardest problems in application…Daniel NguyenMarch 31, 2024 8 min
React JSAuthenticationBackground Authenticated HTTP requests Applications without user authentication cannot reliably…Daniel NguyenMarch 29, 2024 2 min
React JSMake HTTP RequestsBackground Our app wouldn't be very interesting without the ability to request data from a backend…Daniel NguyenMarch 29, 2024 1 min