Posts
All the articles I've posted.
-
Printing Page on Chrome Desktop and Android
Use window.print API to print a document on Chrome Desktop and Android, and the differences in the sequence of printing events.
-
Git Command Reference
reference of commonly used git commands including log, diff, stash, and branching operations.
-
Custom hook for data fetching
Using custom hook for data fetching
-
Adapter Design Pattern
The adapter pattern is a design pattern used to bridge two incompatible interfaces, allowing an existing class interface to be used as another. This article provides an example of using the adapter pattern.