ReactJS, Technology, TypescriptHow I upgraded Storybook from 5.3.2 to 6.1.x Posted on March 21, 2021March 21, 2021 by Sam This is walkthrough on how I upgraded my Opensource project from 5.3.2 to 6.1.x. There were few difficulties and how I managed to resolved them.
MySql, TypescriptCreating a field type to store amount using Typeorm and NestJS Posted on October 12, 2020March 27, 2023 by Sam3 Comments on Creating a field type to store amount using Typeorm and NestJS A guide on how to resolve TypeORM error working with Postgres database and NestJS Framework
ReactJS, Technology, TypescriptAdding typehint for styled components with Typescript Posted on May 20, 2020November 16, 2022 by Sam Adding typehint for styled components with Typescript