How to overcome your fear of the command line
Most tools that help you automate your workflow require the use of the command line. Hence, the first obstacle you have to overcome is getting comfortable with the command line. But the command line is...
View ArticleHow to manage your frontend dependencies with Bower
Bower is a great dependency manager that’s specially created to help you manage different frontend libraries. It reduces the time and energy you need to spend hunting around the web for libraries like...
View ArticleChoosing a build tool
Choosing to use one tool over another is one of the largest challenges developers face. Regardless of what you’re choosing, be it a code editor, a framework, or even a build tool. It’s never an easy...
View ArticleA Gulp.js tutorial
Gulp is a build tool that helps you automate your development workflow. In this article, we will dive deep into Gulp to show you how to use it effectively to create a simple workflow. Let’s get...
View ArticleA Gulp.js Tutorial (Part 2)
Last week, we set up a simple gulp task to convert Sass into CSS. We also touched on how to watch the styles.scss file for changes and how to reload the browser automatically with Browser Sync. In this...
View Article