Practicing programming with sandbox projects
Source: Dev.to
Introduction
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 …