Blog Posts

Recent posts

Linux - Top 10 Performance commands

less than 1 minute read

1. uptime 2. dmesg | tail 3. vmstat 1 4. mpstat -P ALL 1 5. pipstat 1 6. iostat -xz 1 7. free -m 8. sar -n DEV 1 9. sar -n TCP, ETCP 1 10. 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/ ...