Learn Workflow

Optimize your development workflow with tools and techniques for more efficient project management, version control, collaboration, and automation.

All Workflow content:

  1. Effortless Paperless Nirvana With Mail, Hazel and Evernote

    Effortless Paperless Nirvana With Mail, Hazel and Evernote

    Tutorial Intermediate

    With the relentless onslaught of the digital era, paperless systems have been gaining increasing traction and relevance. While the benefits are undeniable,...

  2. Advanced Command Line Techniques

    Advanced Command Line Techniques

    Course Intermediate

    Want to learn some more advanced command line tips that will help you with Bash and Zsh shells? That’s what this course is all about, and we’ll even write...

  3. Creating an AppleScript to Switch Between Multiple iTunes Accounts

    Creating an AppleScript to Switch Between Multiple iTunes Accounts

    Tutorial Advanced

    Introduction If you own an Apple device, you'll have an Apple ID which will also be your account for shopping in iTunes. Some Apple owners may have...

  4. Schedule a Weekly Reminder Email with AppleScript

    Schedule a Weekly Reminder Email with AppleScript

    Tutorial Advanced

    We've recently gone over how to use two very important components of AppleScript: conditional statements and repeat loops. When combined, the power of these...

  5. SCRUM: The Story of an Agile Team

    SCRUM: The Story of an Agile Team

    Tutorial Advanced

    Scrum is one of the most heavily used agile techniques. It's not about coding; instead, it focuses on organization and project management. If you have a few...

  6. Save Time and Effort with AppleScript Repeat Loops

    Save Time and Effort with AppleScript Repeat Loops

    Tutorial Advanced

    Continuing along in our ongoing series of AppleScript articles, today we're going to learn about the power of repeat loops, which can save you tons of effort...

  7. If and If Else: AppleScript Conditional Statements

    If and If Else: AppleScript Conditional Statements

    Tutorial Advanced

    Conditional statements are the backbone of many programming and scripting languages. In AppleScript, they provide a way for you to add another dimension of...

  8. Write an Alfred Extension to Create Files on the Fly

    Write an Alfred Extension to Create Files on the Fly

    Tutorial Advanced

    Recently, we took a look at how to use Terminal to quickly create files. Today, we're going to review and apply this knowledge to make our own Alfred...

  9. Venture Into Vim

    Venture Into Vim

    Course Advanced

    Have you always wanted to learn Vim, but never knew how to go about it? Well, look no further. In this course, José Mota is here to guide us through the...

  10. Perfect Workflow in Sublime Text

    Perfect Workflow in Sublime Text

    Course Intermediate

    I’m a confessed code editor addict, and have tried them all! I was an early adopter of Coda, a TextMate advocate, even a Vim convert. But all of that changed...

  11. AppleScript: Creating Complex Dialogs with Ease

    AppleScript: Creating Complex Dialogs with Ease

    Tutorial Advanced

    AppleScript is an incredibly natural and intuitive scripting language that helps you automate tasks in OS X. I'm quite fond of the syntax and how easy it is...

  12. Generate a List of Open Safari Tabs With AppleScript

    Generate a List of Open Safari Tabs With AppleScript

    Tutorial Advanced

    Whether you're a blogger working on a roundup or a student doing some research, you've probably run into the need to create a list of websites based on your...