Nobody likes doing boring and repetitive tasks. The good news is we can probably make our computer do them for us.
When it comes to web development build [...]
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 [...]
Browser-Sync
Synchronized testing automatically performs the same interaction (clicks, scrolls, etc.) across a number of browsers and devices at the same time. [...]
Choosing 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 [...]
Gulp is a tool that helps you out with several tasks when it comes to web development. It's often used to do front end tasks like:
Spinning up a web server
[...]
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. [...]
Grunt is a Node task runner that can be configured to detect file changes and subsequently perform user-defined operations. By leveraging these features, we [...]