Site Search
1–10 of 22 results for github workflow
-
Article
Application Shortcuts Every Web Professional Should Know
July 12, 2016 - Gmail, Slack, and Github. Keyboard shortcuts to speed up your workflow.
-
Article
One build tool to rule them all—Blendid!
May 11, 2017 - Blendid combines and configures the best build tools so you don't have to.
-
Article
Improve Project Communication With These Git Tips
March 26, 2018 - Simple communication tips for software developers using Git.
-
Article
Using JUnit on CircleCI 2.0 with Jest and ESLint
October 3, 2017 - JUnit brings concise feedback to our Circle CI 2.0 JavaScript builds. Here's how it works.
-
Article
Special Delivery: A Mailgun Webhook Event Manager
January 16, 2014 - 78% of all emails may be spam, but the emails your web application sends are special. For email-dependent workflows, the confirmed delivery of your app’s email is a necessity. You need to know when something goes wrong, so your application can adapt on the fly. This poses…
-
Article
Ruby, Rails, and CircleCI 2.0
August 29, 2018 - A guide to CircleCI 2.0 workflows with Rails apps for 2018
-
Article
Gulp on Rails: Replacing the Asset Pipeline
February 18, 2015 - Just over a year ago I started using Gulp and created gulp-starter. The setup works great out of the box on projects that are unopinionated about assets. Rails, unfortunately, is very opinionated, and it's taken me a year of trial and error to land on a solution that…
-
Article
Getting to Grips with Git
September 7, 2010 - Since this is my first article for Viget Extend, I’ve decided to start with a short introduction. My name is John Dyer and I joined Viget at their Durham, NC, office as a development intern in July. Since then I’ve been working full time on SpeakerRate, an in-house…
-
Article
Your Trackpad Can Do More
September 18, 2017 - Why should keyboards have all the fun? Speed up your macOS workflow with custom trackpad gestures.
-
Article
Grunt: Getting Started with Git Hooks
September 16, 2013 - Scenario: you work on a fairly large project with other developers. Getting the rest of the team to run tests before the build has been problematic. If only you could ensure that tests ran before code could even be committed... Solution: Git Hooks to the rescue! Run anything…