Practicing programming with sandbox projects
dev.to·4d·
Discuss: DEV
🌳Git
Preview
Report Post

This blog post describes an approach for experimenting with programming languages and frameworks by using minimal starter projects that cannot do much more than outputting "Hello, World!". Those projects can then be used to experiment with the respective technology.

The Angular framework is used as an example, but the idea for this approach is to be applicable to other technologies as well.

Infrastructure

The Bash snippets below have been tested on a basic Ubuntu Droplet from the DigitalOcean cloud service provider. Besides the Linux operating system, the Droplet has t…

Similar Posts

Loading similar posts...