DEV Community

Discussion on: Just bought a new laptop for coding!

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Hahahaha nice, I'm mostly on JS these days so i need a bit of localhost power 😁😁

Collapse
 
yoursunny profile image
Junxiao Shi • Edited

I could do JavaScript development on remote servers, but there's more latency.
Arduino and likes are the only times local equipment is required.

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇

Yup of course but i keep the development cycle like local-push to gitlab-CI autodeploy to server.
It takes around 2 min for the code to reach the server on production

Thread Thread
 
yoursunny profile image
Junxiao Shi

The servers I have are part of development environment, accessed through Visual Studio Code Remote-SSH plugin. There's no git involved.