Blog Posts

Recent posts

Linux - Top 10 Performance commands

less than 1 minute read

1. uptime\ dmesg | tail\ vmstat 1\ mpstat -P ALL 1\ pipstat 1\ iostat -xz 1\ free -m\ sar -n DEV 1\ sar -n TCP, ETCP 1\ top

React - create-react-app proxy setting

less than 1 minute read

create-react-app allow to configure the proxy setting on calling API.\ documentation:\ https://create-react-app.dev/docs/proxying-api-requests-in-development/