Ever go to a status page and it says everything is operational when it definitely isn’t? You refresh maddeningly thinking it might be you. You ponder if the bill for the internet has been paid. Then, as a last resort, you check Twitter only to discover hundreds of people are experiencing the same problem. This is common, and because of it, we’re happy to release out integration with Statuspage.io!
Containers and serverless computing are two of today’s hottest technologies for application deployment. When used the right way, they both help DevOps teams to deploy applications faster and more cost-effectively. Although the features of containers and serverless architectures overlap in some respects, they are not interchangeable technologies. Containers work better for some use cases, while in others, serverless is what you need.
You’ve probably seen mentions of Docker over the past few years. This guide explains the basics so you can get up and running with Docker for PHP in your local development environment.
Exception handling in Java isn’t an easy topic. Beginners find it hard to understand and even experienced developers can spend hours discussing how and which Java exceptions should be thrown or handled. That’s why most development teams have their own set of rules on how to use them.
I recently read an article in the Wall Street Journal about the need for companies to take into account what their employees’ needs are when rolling out new technologies. Many new technology initiatives fail because employees aren’t involved in the process at some level — whether it’s helping design a solution to their problems or providing regular feedback to their leadership teams on what’s working and what they need to be successful.
In part one of this series, I recapped a good bit of the fireside chat with Kelsey Hightower, Caleb Hailey, and Sean Porter at Sensu Summit 2018. They discussed the evolution of monitoring tools and related DevOps technologies, and how to incorporate new tools into both modern and legacy infrastructure.
Google Kubernetes Engine (GKE), a service on the Google Cloud Platform (GCP), is a hosted platform for running and orchestrating containerized applications. Similar to Amazon’s Elastic Container Service (ECS), GKE manages Docker containers deployed on a cluster of machines. However, unlike ECS, GKE uses Kubernetes, an increasingly popular open source orchestrator that can deploy, schedule, and scale containers on the fly.
Welcome to Part Two of our two-part series on REST APIs. Now that you’ve learnt all about what REST APIs are and how they work, let’s have a look at how you can get the most out of your REST APIs. We will illustrate this through the example of integrating Squared Up with the ServiceNow REST API.