Blog
Here I share my coding experiments and thoughts on React.js, Next.js, Node.js, Astro, Python, DevOps, and more. Feel free to read, explore, and comment.
Building a simple Bash backup script with Docker, MySQL and rsync
Step-by-step guide to designing pragmatic bash scripts for automated backups, including database dumps, file archiving, retention policies, validation, and remote synchronization.
31 minutes
Read more
Why you should use rsync instead of scp in deployments
A practical performance comparison of deployment file transfer methods and why rsync usually outperforms scp.
13 minutes
Read more
Automating the deployment of a static website to Vercel with Github Actions
Use Github Actions and the Vercel CLI to automate the deployment of a static website to Vercel.
7 minutes
Read more