Javascript

What is Vue.js?

Vue is one of the progressive framework for building user interfaces. Unlike other monolithic frameworks in competition, Vue.js is crafted from scratch to be [...]

Best practices for standard JavaScript coding

Use 2 spaces for indentation. function hello (name) {   console.log('hi', name) } Use single quotes for strings except to avoid [...]

An Overview of a Development Workflow

A good workflow is crucial for development because it saves time. We know this, and yet we constantly procrastinate this important task. We can’t blame [...]

Getting started with Grunt and Sass

There are a lot of new tools out there to help speed up and streamline your workflow as a developer, and to be honest they can seem a bit daunting to get into. [...]