Composer, Viaduct & GitHub API Limits
Unlike most package managers, the team behind Composer have opted for a system which, by default, relies upon talking directly to the GitHub API. Unfortunately, GitHub impose a rate limit...
We like to help people so we try to publish useful tutorials about how to use our products, open source libraries or how to accomplish various design & development tasks.
Displaying posts 73 - 83 of 83 in total
Unlike most package managers, the team behind Composer have opted for a system which, by default, relies upon talking directly to the GitHub API. Unfortunately, GitHub impose a rate limit...
Today I’m talking about the merge button on GitHub, why you shouldn’t use it and presenting an alternative which is cleaner & easier to use.
In the time we've been assisting people with hosting their web applications, the most common reason we've seen for performance problems has been missing or incorrectly used database indexes, so...
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).
Earlier this week, I posted this pen on Codepen as a means of documenting a few interesting things I had learnt whilst building a multi-theme application. The pen got a...
Last week, I posted part one of my Ruby Tips & Tricks for people new to Ruby. In part two, we've got a whole new set of fantastic things you may find useful:
Every day I use a huge number of different Ruby features and I take them for granted. It's not until you are thrown into the world of PHP or vanilla...
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.
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...
If you're deploying a PHP application to Viaduct, here are a couple of tips which may help you along the way.
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...