What is a patch? From one-eyed accessory to program improvement
If anyone asks: what is a patch? we have to abandon the semantic field of piracy and go to serious and technical things, so to speak.
If anyone asks: what is a patch? we have to abandon the semantic field of piracy and go to serious and technical things, so to speak.
“Nines don’t matter when users aren’t happy” is something you may have heard a time or two from folks here at Honeycomb. We often emphasize the fact that while your system can look healthy at a high level, deep down something is likely broken in ways that cause pain for users. If you are empowered to ask detailed questions about your services, you can find and understand these problems more easily.
Now I’m sure this is not the case for everyone but for me personally, I like watching video tutorials on subjects that I need help with. I spent a good amount of time searching for these tutorials and while there might be a lot more of them out there I believe these are some of the best and easiest tutorials to follow but nevertheless, I’d like to keep this list updated so if you have any suggestions please let me know.
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.