Blog Posts

Recent posts

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.

JavaScript - Patterns

less than 1 minute read

The following site provides a useful information on JavaScript programming patterns. It covers various topics from the basic design patterns to the latest Re...

Spring Gateway

less than 1 minute read

Spring gateway provides multiple features such as routing, observability, circuit breaker and security(OpenID, OAuth2). The following Youtube will show detai...

Data Science - Data mesh

less than 1 minute read

The following youtube shows a case how to apply data mesh architecture in airline booking industry.