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.
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
Deploying a FastAPI and Next.js website to Vercel
A straightforward guide on how to deploy a full-stack FastAPI and Next.js app to Vercel, including a ready-to-use code example.
18 minutes
Read more