Tag Archives : Front-end Workflow July 2015

  • Atomic Guide

    Pattern guides are created in order to gain a perspective of the project’s parts and inner workings. This process helps developers arrive at an educated decision based on the project’s context. By working in this fashion authors can identify possible coding issues and collectively organize these shared principles across an interface. Read More →

  • Top 5 Educational Demos for Web Developers

    Instead of telling everyone about my “Top 10 Favorite CodePen Demos” I’d like to take this time to admire interactive tools that provide great use in our daily work and education. Sure I’m dazzled by the shiny’s, but it’s time to talk about the tools that help us learn and aid in the betterment of authors on the Web. Read More →

  • Yeoman for Newbs

    Being efficient in your workflow and decreasing the time required for common tasks is never a bad thing. In this article I’ll be discussing Yeoman; a scaffolding tool that can help improve your workflow from package management to development to deployment. Preparing new projects with instant best practices and tools to stay productive just became extremely painless and straight forward. Read More →

  • Fixed Curtains Pattern

    Layout patterns are great for initiating projects quickly, but the ones that provide a plethora of opinionated styles can become frustrating and overwhelming to remove when desired. I’d like to share a few examples and end with a free HTML layout pattern for you to help alleviate unwanted styling and get started on a template pattern quicker that I call “Fixed Curtains.” Read More →

  • Real Sass, Real Maps

    Adventure seekers describe a map as a guide. A symbolic depiction highlighting relationships between elements of some space, such as objects. To travelers, maps are a must and soon you’ll discover the powerful benefits of using maps as well, but with Sass. Sass maps are about to become your new BFF and here’s why. Read More →

  • Keeping your front-end tool chain up-to-date : Node, NPM and Ruby

    WARNING! I use a Mac so these comments and examples are from the point of view of a Mac owner.

    Setting up an environment with the required dependencies can be a chore to be blunt. Here’s a rundown of the best approaches to keep these dependencies in place once they’re installed. This is not an article about installation, but what to do once they are installed and maybe a few hot items/points of interest to enhance your experience. As a FRED these days you’ll certainly run into a project that may have node or may use Ruby and knowing how to operate in these environments plus keep them updated can be a huge advantage to you or your team members. Read More →