Docker for PHP: A Start-to-Finish Guide
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.
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.
Announcing 3 new big changes in StatusHub! Firstly, a new UI for Services and Integrations. Secondly, a new feature "Connected Hubs". And thirdly, a new design for status pages is coming soon.
As we’ve rolled out Loki internally at Grafana Labs, we wanted logs beyond just simple applications. Specifically while debugging outages due to config, Kubernetes, or node restarts, we’ve found Kubernetes events to be super useful. The Kubernetes events feature allows you to see all of the changes in a cluster, and you can get a simple overview by just retrieving them: This also captures when nodes go unresponsive and when a pod has been killed along with the reason.
Hey folks, it’s that time of year again. I’m not talking about the end of summer; I’m talking about VMworld, of course! VMworld has been my jam for the last few years here at LogicMonitor, but this year I’m focused on some other cool projects hitting the market soon, including LM Exchange (you may have seen a sneak preview if you attended our inaugural user conference, Level Up).
Sentry helps developer teams build the most reliable software. Our help often manifests in two distinct forms: resolving issues in your product and ensuring that issue resolution fits seamlessly into existing workflows. We recently launched our Integration Platform, which allows developers to build publicly available tools on top of Sentry. For the launch, we built many new features, while also making it easier to use existing ones.