Websites What is GraphQL? We previously discussed the difference between REST and SOAP for building APIs and web services. But there is an alternative solution that is becoming increasingly popular. Better than all the... 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 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
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 Puppet: pulling the strings of your server 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? You might be asking yourself "what does Ceph mean?" Well, Ceph is an open-source software that provides a scalable and reliable clustered storage solution. In a clustered storage... 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
Servers Linux compression: all about compromise Linux compression is an incredibly useful tool for file storage, archiving, and transferring information within your computer. It reduces the amount of storage space required, improves bandwidth, and can even... read more
Servers REST vs SOAP web services When it comes to building APIs and web services there are two main contenders: * REST - Representational State Transfer * SOAP - Simple Object Access Protocol What is REST web service?... read more
Servers What is an API? In our technologically driven world, not a day goes by where we're not scrolling away on our phone's apps or surfing all corners of the web.... read more
Servers How random access memory works Together with a computer's processor [https://www.fasthosts.co.uk/blog/evolution-cpu-too-much-process/] and storage [https://www.fasthosts.co.uk/blog/advantages-ssd-storage/], random-access memory is a crucial element in... read more
Servers Evolution of the CPU: too much to process? Whether it’s a laptop, desktop PC, or a high-powered server, microprocessors are the key component at the core of all types of computer hardware. Essentially, the central processing unit... read more
Cloud NGINX vs Apache Your web server responds to client requests and delivers web content through the internet to the user’s browser, making it crucial for any website or VPS project. Your chosen... read more