All articles

Displaying posts 397 - 408 of 421 in total

Christmas 2014

Posted in December 2014 on the aTech Media blog

It's coming up to Christmas time here at aTech HQ. We'll be closed for the Christmas period from 24th December until 2nd January. During this time, you won't be able...

Optimizing your MySQL Server

Posted in December 2014 on the Katapult blog

When building a scalable web application, the first performance problem most people will encounter is with their database queries. As your database grows, it is very likely that things will...

Introducing Deploy 2.0

Posted in December 2014 on the aTech Media blog

Deploy's interface has remained pretty much unchanged since it's beta introduction in 2010. The app has changed since then and become more complicated, so we decided to give it a...

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...

Documentation Engine for Rails

Posted in October 2014 on the aTech Media blog

A couple of months ago, I wrote a Rails engine which provides applications with complete documentation library functionality by simply adding a gem.

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...