The aTech Media blog features all the news about the company, its people and behind the scenes.

All articles

Displaying posts 37 - 48 of 57 in total

Introducing Deploy 2.0

Posted in December 2014 

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 

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 

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

The EU, Tech Companies & VAT

Posted in October 2014 

Starting from January 2015, there are going to be some changes to way EU tech companies need to charge VAT to consumers. In the past, you would simply charge EU...

Documentation Engine for Rails

Posted in October 2014 

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 

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

How to deal with unhappy customers

Posted in September 2014 

I've had experiences with unhappy customers and I'd wager that anyone in the customer's firing line has been there too.

Gulp & Rails

Posted in July 2014 

I’ve recently started using Gulp rather than the built-in asset pipeline in Rails. Gulp provides a fair amount of additional flexibility and functionality which I am very much enjoying.

Apple Push Notifications using HTTP

Posted in June 2014 

I’ve recently been working on developing an iOS application for Sirportly  — a helpdesk product which we run & develop at aTech. As part of this application, it became necessary for...