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 85 - 96 of 157 in total

Oh? What's this? New Website!

Posted in February 2015 on the Viaduct blog

I'm extremely pleased to announce the launch of our new website! We've been working on this for a few weeks and I'm really pleased with the new lick of paint.

Improve session security in Rails apps

Posted in February 2015 on the aTech Media blog

In Rails applications, it’s really easy to allow users to login to your application. You ask them for a username & password, you check they’re correct and you pop their...

Keep an eye on background tasks

Posted in February 2015 on the Viaduct blog

While you're using the Viaduct web interface there are certain tasks which may take a little while to run and we perform in the background so you can get on...

Mount HTTP processes on subdomains

Posted in February 2015 on the Viaduct blog

Last week, we announced path-based routing to HTTP processes. We're already finding this to be a really popular feature for people who want seperate web servers for things like APIs...

Gotta catch 'em all

Posted in February 2015 on the Viaduct blog

Viaduct is packed full of exciting features and to help you discover them all we're launching Viaduct Badges. Everytime you use Viaduct, you can now earn badges which will accumulate...

Path‑based routing to HTTP processes

Posted in February 2015 on the Viaduct blog

On Viaduct, you're able to route all HTTP traffic to your application to your public processes by simply checking the box when you create the process. Once checked, all HTTP...

X-Viaduct-Send‑File

Posted in February 2015 on the Viaduct blog

One of the tricky things app developers need to deal with occasionally is serving static files which users may have uploaded or you have generated (e.g. resized image thumbnails or...

Never get out of touch

Posted in January 2015 on the Viaduct blog

Today we've launched our new Notifications feature which allows you to subscribe to events which occur within your Viaduct account. This allows you to always be aware of everything that's...

Free hosting for HACKBMTH projects

Posted in January 2015 on the Viaduct blog

Back in 2013, we hosted the first ever HACKBMTH event in our offices in Poole. Now, we want to give some more back to the local community and are now...

The new Sirportly blog

Posted in January 2015 on the Sirportly blog

Welcome to our new Sirportly blog! We've been rather lax with updates on our old blog but we hope to change all that. We have a number of new updating...

Keeping track of config changes

Posted in January 2015 on the Viaduct blog

Although it's always been easy to find out what code has changed whenever you deploy, it's not been possible to see what configuration you might have changed between deployments or...

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