Blog Posts

Recent posts

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.

JavaScript - Rust based bundler SWC

less than 1 minute read

SWC can replace most popular bundlers such as Webpack, Parcel etc. It is super fast than all existing JavaScript based bundler.