Spring boot is one of the most popular java framework for REST API development. However, there are some common mistakes can be made during development. Check it out...
In real world, you may have a multiple Git account for multiple Git repo. So, how to setup multiple your ssh-keys in your computer and switch between them easily?
SSH key can be used to establish a secure connection with GitHub, GitLab, BitBucket, or access to a remote server. So, how can we create a ssh-key on your MacOS?
Vercel is a developer cloud platform for web applications. It provides automatic deployments with strong build tools to help create products faster. So, how to deploy a frontend app (React) to Vercel using Github actions.
As part 1 with Vercel and GitHub Actions, we have already known how to deploy a React app to Vercel. But, how can we separate the pipeline to multiple stages with GitHub Actions?