PinnedPublished inLevel Up CodingPro React: Hookful ComponentsStandardizing exported hooks for components to make reusability, maintainability, and typing a breeze.Apr 15Apr 15
PinnedPublished inLevel Up CodingMaster RxJS: Frontend data stores in services using BehaviorSubjectWith the rise of popularity of using RxJs in services for delivering data to UI components, more and more are using RxJs only in place of…Mar 19, 20203Mar 19, 20203
Rigid Atomic: Scalable Structure for SPA ComponentsA variation on the Atomic Design Methodology with clearer distinctions and improved maintainabilityMar 21, 2023Mar 21, 2023
TypeScript Idling — await Sleep()Sometimes you just want to delay execution for a brief moment. Let’s take a look at an easy way to set up an idling function.Nov 9, 2021Nov 9, 2021
Published inJavaScript in Plain EnglishuseResponsive: Writing Your Own React Hook for Handling Responsive Display SizesWhile most Responsive Design is implemented using media queries in CSS, there are often certain parts that must be implemented using…May 29, 2021May 29, 2021
Published inJavaScript in Plain EnglishReact-Native: Compensating for No <br /> TagWhen making websites, I often use <br /> tags for quickly defining vertical breathing space & was shocked to see React Native didn’t have…May 18, 2021May 18, 2021
Verifying Email with Firebase.auth is not quite ReactiveIn the past year, I’ve been using Firebase quite a bit, and it became my exclusive backend since February at work, meaning I’ve been using…May 9, 2021May 9, 2021
Published inJavaScript in Plain EnglishuseToggleSet: Custom React Hook for Toggling ElementsA super simple way to implement a custom React hook that allows us to easily toggle on and off a set of elements.Apr 14, 2021Apr 14, 2021
Published inJavaScript in Plain EnglishType Safe Date StringsRecently, TypeScript 4.1 was released, and with it template literal types.Mar 26, 20212Mar 26, 20212
Action pattern-matching: A use-case for switch(true)switch(true) is pretty much the Psyduck of Javascript; the first time you encounter it in the wild, it immediately confuses you; and it’s…Dec 2, 2020Dec 2, 2020