Workflow

Recently I started using a new web bundler called Parcel. I have to agree with their tagline as it’s a fast, zero-configuration web application bundler. Now when I start a new project I can get started pretty fast setting up all the assets I need for the project.

Versioning

I’ve been getting the Versioning newsletter for over a year now and it has really great content for Web/ Technology and sometimes a little Geekery too.  Today SitePoint has launched an online version of this great newsletter. I recommend for you to GO check out this great resource if you are looking for great programing, web development/design content.

Automating Tasks with Grunt.js

I’ve recently started using Grunt.js (JavaScript Task runner) to take care of automating tasks in my Web development Workflow. One I’ve started doing recently is setting up Grunt.js to compile Sass files to Css files automatically. Today I found a great article on how to accomplish this from SitePoint. It’s a great article and be sure to check it out if you’re using Grunt.js in your workflow.