All articles

Displaying posts 469 - 480 of 601 in total

Memoization in Ruby

Posted in July 2015 on the aTech Media blog

Memoization is a technique employed in many languages which allows you to cache the results of slow or expensive operations and return the cached result whenever the method is subsequently...

Local gems for local apps

Posted in July 2015 on the aTech Media blog

If you’re a keen gem developer like myself and you regularly use them in your other applications, you may find it useful to know of this quick tip. It allows...

Using UUIDs

Posted in July 2015 on the aTech Media blog

Usually we just use incrementing integers as primary keys on our database objects however in Coact we're using UUIDs instead.

Smoother image attachments

Posted in July 2015 on the Codebase blog

Drag and dropping file attachments into your tickets and discussions just got better. Drag a PNG or JPEG image onto your update to have a link to it automatically inserted...

Improved Slack Notifications

Posted in July 2015 on the Viaduct blog

The Viaduct notification system provides you with a great way to ensure that you keep everyone in the loop when things happen on your Viaduct apps.

Artboard 18

Console Aliases

Posted in July 2015 on the Viaduct blog

If you're a keen user of the Viaduct console, you'll likely find that you usually open up a console and run the same command over and over again.

Budgets

Posted in July 2015 on the aTech Media blog

A couple of weekends ago, I found myself needing some sort of application to manage the annual budget for aTech but manage my personal monthly budget. I tried to create...

Tidy up your Branches

Posted in July 2015 on the Codebase blog

If you're anything like me you're terrible at tidying up your remote branches once you've merged your work, leading you to having a great big, long list in Codebase. This...

Bitbucket Webhooks

Posted in June 2015 on the DeployHQ blog

Recently Bitbucket have updated their Repository settings with direct support for Webhooks, and will be removing support for their old Services features in the future.