All articles

Displaying posts 385 - 396 of 399 in total

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

Gulp & Rails

Posted in July 2014 on the aTech Media blog

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 on the aTech Media blog

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

Setting up an office network

Posted in December 2013 on the aTech Media blog

Our office connectivity is relatively simple and pretty standard for most offices, so I thought I would share our configuration and how we’ve set everything up. I thought a blog...

Reminiscing: Desklamp

Posted in December 2013 on the aTech Media blog

Back in 2006 when aTech was just a fledgling web design company, I started work on a CRM-type application to help us manage clients, jobs & quotes.

Introducing Shoppe

Posted in November 2013 on the aTech Media blog

During October, I started looking for an e-commerce platform we could use to launch our first line shop for Dial 9. We needed to be able to sell products from...

Re‑designing the aTech Media logo

Posted in November 2013 on the aTech Media blog

For the last months, I have been busy working on re-designing the logos for a number of our brands & companies. I wanted to explain a little of my reasoning...

Submodule Support in Deploy

Posted in August 2013 on the aTech Media blog

Git submodules and Mercurial subrepos provide a mechanism to easily include shared code and libraries in your repository with a minimum of fuss.