Blog Posts

Recent posts

VS code - prettier

less than 1 minute read

After enabling the format on save, please do not forget to set config for Prettier: Require Config so that VS code will format code for each project based on...

Javascript - Testing basics

less than 1 minute read

Javascript testing basics. The following link will show how Javascript testing framework works and provide very useful resources to master Javascript testing.

React - Testing custom hooks

less than 1 minute read

React testing library provides a way to test a custom hook by using renderHook from @testing-library/react.