Servers Phusion Passenger: a new web app server With its anime robot-inspired logo and feature rich design, Phusion Passenger is clearly keen to present itself as the newest sleek and innovative tool for web hosting and development. But... read more
Servers Config management: Puppet or Chef? For any organisation bigger than a bedroom start-up, the days of running a couple of servers in a cupboard are long gone. In the era of multi-server, decentralised cloud infrastructures,... read more
Websites React and the virtual DOM The most common architecture considered when implementing user interfaces is MVC (Model-View-Controller). MVC separates an application into three components: Model, View, and Controller. The Controller is what the user interacts... read more
Servers What is blockchain? You’ve likely come across the term blockchain in discussions about cryptocurrency, digital finance, or emerging technology. But beyond the buzzwords, what does it actually mean – and why is it... read more
Websites What is GraphQL? Originally developed by Facebook, GraphQL is a powerful query language for APIs that lets developers request exactly the data they need – nothing more, nothing less. In this guide, we’ll... read more
Websites Moving to a microservices architecture Alongside containerisation, ‘microservices’ is very much a software development buzzword. But just like with containers, the innovative and far-reaching technology behind the buzzword makes the microservices concept far more than... read more
Digital Continuous delivery vs continuous deployment: What’s the difference? In modern software development, speed and reliability are everything. Teams want to deliver new features quickly, without compromising on quality or stability. That’s where CI/CD (Continuous Integration and... read more
Digital Continuous integration tools: Jenkins vs Travis CI Software development can be complicated, especially when things go wrong. Say two developers are working on a project. They are each coding on separate branches of the master code in... read more
Digital How to protect your domain from typosquatting So, you’ve registered your ideal domain name, and it perfectly sums up what you’re all about. However, when you’re first establishing your online brand, there are a... read more
Cloud Nagios server monitoring Managing a server is a 24/7 job. Traffic can spike, systems and applications can go offline, updates need to be installed, and RAM needs to be managed around the... read more
Digital Server configuration management with Puppet If you’ve ever had to set up and maintain a server, the list of tasks can seem endless. You’ve got storage configuration, user account creation, and setup of... read more
Servers What is Ceph? Modern data demands storage that scales without breaking. Ceph meets this challenge by unifying object, block, and file storage in a single open-source platform. Built on a distributed architecture, it... read more
Servers A guide to XAMPP An important part of web development is in testing. A developer could code what they think is a beautiful and functional web application, but once it gets handed over for... read more