Why I stopped blogging, and what do you wanna read about next?
I have only written about Susy since the release of Learning Susy a few months ago. I’ve been working on the update since then and now that it’s finally complete, I wanna move on to a new topic. There...
View ArticleCommon Problems With Susy Gallery And How To Solve Them
Susy has a gallery() mixin that helps us create galleries easily. It abstracts away a lot of complexity. Because of this abstraction, it sometimes leaves people puzzled about why something isn’t...
View ArticleThe Results Are Out! Ready To Hear What’s Coming Up Next?
Two weeks ago, I said I wanted to write about a new topic in addition to Susy. I had 3 major themes in mind and wanted to find out if you’d be interested in them. So I posted up a survey and asked for...
View ArticleAn 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 ourselves really. New technologies pop up and we...
View ArticleHow 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