A first look at Coact
We've started work on the application and I'm really excited to be able to reveal the first look at the new interface for Coact. The screenshots you'll see below are part of the Client areas.
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.
Displaying posts 37 - 48 of 79 in total
We've started work on the application and I'm really excited to be able to reveal the first look at the new interface for Coact. The screenshots you'll see below are part of the Client areas.
Memoization is a technique employed in many languages which allows you to cache the results of slow or expensive operations and return the cached result whenever the method is subsequently...
If you’re a keen gem developer like myself and you regularly use them in your other applications, you may find it useful to know of this quick tip. It allows...
I’m sitting here at PHP South Coast, surrounded by PHP developers and I’m writing some Ruby. I’ve come up with a nice little gem to avoid the extra work involved...
Usually we just use incrementing integers as primary keys on our database objects however in Coact we're using UUIDs instead.
Staytus is another open source project I got off the ground a few months ago. It provides a content management system for managing service statuses for your network or web...
A couple of weekends ago, I found myself needing some sort of application to manage the annual budget for aTech but manage my personal monthly budget. I tried to create...
We're currently working on making our branding more consistent. This started when we launched the new aTech Identity interface and then started our new suggestions site.
If you've configured a custom domain for your Codebase account, you won't been able to benefit from any SSL on your connections to Codebase. This isn't ideal at all and...
A little while ago we launched Noti which is a little tool to help sending desktop notifications from web applications to desktop machines when you're not actively browsing the website.
I decided to bite the bullet and upgrade my trusty Macbook Pro from Mavericks to Yosemite and taken the opportunity to give the machine a bit of a cleanup. I...
A while ago I wrote a small library to handle string interpolation in a Rails application. The library allows you to safely allow users to insert variables into strings they...