140 sats \ 2 replies \ @k00b OP 6 Mar \ parent \ on: Share your favorite local project dev environments or resources devs
Was there anything in particular in that article that you liked?
Listing all the three options you have (and outlining their pros and cons) in terms of setting up a common local environment:
- Using your machine as a host and installing everything on it (not recommended);
- Using virtual machines with Vagrant
- Using Containers with Docker
reply
In my experience, the Docker containerization is the best and most lightweight solution for running a predefined environment locally.
Other option (more expensive) might be to use cloud services as an remote development environment using terraforms for their quick setup and orchestration.
reply