Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on APIs, Mobile, AI, Machine Learning, IoT, Open Source and more!

Explore future of tech: AI/ML, ChatGPT, industry uses w/ Ed Bailey & Steve Koelpin

Are you curious about how AI and Machine Learning are shaping the future of technology? In this video, we take a deep dive into one of the most advanced AI models out there: ChatGPT. From natural language processing to language generation, we’ll explore the capabilities of this powerful model and how it’s being used in industries ranging from customer service to content creation. Join Cribl’s Ed Bailey and industry expert Steve Koelpin as we uncover the potential of AI and Machine Learning to change the tech landscape as we know it, and discover the exciting possibilities for the future. Don’t miss out on this fascinating look at one of the most cutting-edge AI models on the market.

Kubernetes Preview Environments - Adoption, Use Cases & Implementations

No matter what application you’re building and who your target customers are, everyone can agree that it’s critical to avoid broken deployments. To aid in this goal, many tools and concepts have been invented, with Kubernetes preview environments being one of them. In this post, you’ll get a deeper understanding of how preview environments work, how organizations are using them, and how you can get started yourself.

How Augmented Reality Can Change Physical Repair

Augmented Reality for Industry Repair When augmented reality emerged onto the scene, most people anticipated that it would primarily change consumer industries, like gaming. This idea was seemingly confirmed with the explosive popularity of Pokémon Go, the 2016 AR game that saw gamers capture virtual pokemon out in the real world, using only their phone. But some of the most powerful applications of augmented reality are in industry.

The Role of Traffic Replay in Production Traffic Replication

Testing in production is one of the most effective—and risky—ways of testing. The ability to use real-world conditions ensures reliability of tests, as no bugs can appear as a result of misconfigurations of the environment. However, using the same environment as your users also has an obvious downside: any bugs discovered by testing will immediately affect users.

How to handle Android exceptions and avoid application crashes

Let’s start by stating the obvious: an exception is a problem that occurs during the runtime of a program which disrupts its conventional flow and exception handling is the process of responding to an exception. In Android, not handling an exception will lead to your application crashing and you seeing the dreaded “App keeps stopping” dialog. This makes handling exceptions incredibly important, and let’s face it: no one is going to use an app that continually crashes.