Adam

Adam is the Head of Software at Krystal. Adam looks after our software engineering team by day and, when not doing that, enjoys hobbies including LEGO, collecting playing cards, building mechanical keyboards and home automation.

All articles

Displaying posts 121 - 132 of 157 in total

The Viaduct CLI Toolkit

Posted in November 2014 on the Viaduct blog

It's all go at Viaduct HQ at the moment. As developers ourselves, we love efficiency. As we spend 90% of our day using our terminal, we thought it would be...

Say hello to our new website

Posted in November 2014 on the Viaduct blog

After last week's new interface was published, our website was somewhat "lacking". Therefore, we're really pleased to announce the launch of our brand new website! Do check it out we'd...

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.

Accessing proxy logs

Posted in November 2014 on the Viaduct blog

Hot on the heels of our new web interface, we're delighted to be able to provide you with access to see every request which passes through our proxies/load balancers to...

Our lovely new web interface

Posted in November 2014 on the Viaduct blog

We're really pleased to announce the launch of new web interface. We've been working on this for a little while. If you have a Viaduct account, why not login and...

automatic_transition

Automatic Deployments

Posted in October 2014 on the Viaduct blog

A much requested feature is the ability to automatically deploy your Viaduct application when code is pushed to your repository. Well... I'm pleased to say this is now a reality.

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