A Google Cloud Print integration somewhere at your business will likely save you time and money. Google Cloud Print is a print on demand service that you leverage to bring your website closer to your business operations.
Category: Uncategorized
Javascript Promises are hard
Alternatively: Resolving multiple promises with $q.all()
How to create an Insightly CRM opportunity via API
This is a legacy article, from a previous version of our website. First published 2015. Recently I had a query from a potential client about using a Gravity Form to raise an opportunity in their Insightly CRM system.
New Dev Machine
It’s a bit of a painful experience to upgrade a Windows developer machine to a new one,
Laravel 4.2: Logging all Requests and Responses to the database
A good chunk of our day to day business is maintenance of existing projects that are ‘bought and paid for’, so we find ourselves adding features to a Laravel 4.2 project we worked on a few years ago.
Coding conventions we use
Like most of our articles, these conventions serve as our living, breathing coding guidelines for projects we undertake.
Functional Testing in Laravel – Snippets
We place a heavy emphasis on functional and unit testing for client projects, which are often Single Page Apps or “Business As Usual” tools (such as inventory management, job management).