Tutorials

We like to help people so we try to publish useful tutorials about how to use our products, open source libraries or how to accomplish various design & development tasks.

Displaying posts 73 - 84 of 85 in total

Sending desktop notifications with Noti

Posted in April 2015 on the Codebase blog

A little while ago we launched Noti which is a little tool to help sending desktop notifications from web applications to desktop machines when you're not actively browsing the website.

String Interpolation in Rails

Posted in April 2015 on the aTech Media blog

A while ago I wrote a small library to handle string interpolation in a Rails application. The library allows you to safely allow users to insert variables into strings they...

Composer, Viaduct & GitHub API Limits

Posted in March 2015 on the Viaduct blog

Unlike most package managers, the team behind Composer have opted for a system which, by default, relies upon talking directly to the GitHub API. Unfortunately, GitHub impose a rate limit...

Merging Pull Requests on GitHub

Posted in March 2015 on the aTech Media blog

Today I’m talking about the merge button on GitHub, why you shouldn’t use it and presenting an alternative which is cleaner & easier to use.

MySQL Indexing Explained

Posted in January 2015 on the Viaduct blog

In the time we've been assisting people with hosting their web applications, the most common reason we've seen for performance problems has been missing or incorrectly used database indexes, so...

X-Request‑ID

Posted in January 2015 on the Viaduct blog

X-Request-ID support means that you can easily trace an HTTP request all the way from a client to your backend web processes (via our proxies).

Ruby Tips & Tricks (part 2)

Posted in November 2014 on the aTech Media blog

Last week, I posted part one of my Ruby Tips & Tricks for people new to Ruby. In part two, we've got a whole new set of fantastic things you may find useful:

Ruby Tips & Tricks (part 1)

Posted in November 2014 on the aTech Media blog

Every day I use a huge number of different Ruby features and I take them for granted. It's not until you are thrown into the world of PHP or vanilla...

Deploying Rails 2.x apps on Viaduct

Posted in November 2014 on the Viaduct blog

This blog post is for you if you happen to have an old legacy Rails 2.x (read: pre-bundler) application and wish to deploy it to Viaduct.

Encrypting & signing stuff in Ruby

Posted in October 2014 on the aTech Media blog

Securing your communications between parts of your infrastructure has never been more important. For encryption, in most cases, you can rely on normal SSL on HTTP connections (HTTPS) however what...

Pro‑tips for PHP users

Posted in April 2014 on the Viaduct blog

If you're deploying a PHP application to Viaduct, here are a couple of tips which may help you along the way.