Home / Blog / Tags / How-to
Blog

Tagged How-to

Tilde vs Caret in Package.json

Tilde vs Caret in Package.json

Before we get to the details of tilde and caret, we should at least cover the basics of Semver. Semver is short for "Semantic Versioning", it is used as a versioning scheme for software projects. At it's most basic, it follows the following[...]

Read more...
Command Line Git for Beginners

Command Line Git for Beginners

If you've been around software developers for more than about 30 minutes you've probably heard about Git. Git is a distributed version control system that's pretty much the defacto standard at this point. Git is called a distributed version control[...]

Read more...
Angular ngClass Conditional CSS

Angular ngClass Conditional CSS

Angular conditional styling with ngClass is a very flexible way to style components in your apps. You can use ngClass for styling currently selected list elements or active menu items based on some component state. It's possible to add css classes[...]

Read more...