Tag: library

  • Library: React Blob Viewer

    React Blob Viewer is library that I created to show blob data into page instantly using reactjs. For example: Using this library, you have no worries about handle different type of data. If you have unique type file, excel for example. I have add callback to give you option to handle unique cases.

  • Async-Mutex: A JavaScript Library to Prevent Race Conditions

    Race condition is where the system’s substantive behavior is dependent on the sequence or timing of other uncontrollable events, leading to unexpected or inconsistent results. Every engineer soon or later will face this situation, it’s so frustating when a data handled by more than 1 operation which lead unexpected or inconsistent results. This situation sometimes…