Operations | Monitoring | ITSM | DevOps | Cloud

Technology

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

Making The Case for Continuous Observability

Software complexity grows exponentially, developer efficiency grows far slower. And debugging often takes up 20-50% of development time. More complex, connected systems means increased data flow at the edge, and in the cloud. That leads to increased exposure to vulnerabilities, cyber threats, malfunctions, and bugs with risks that are hard to assess.

Towards Jaeger v2 Moar OpenTelemetry!

Jaeger, the popular open-source distributed tracing system, is getting a major upgrade with the upcoming release of Jaeger v2. This new version is a new architecture for Jaeger backend components that utilizes OpenTelemetry Collector framework as the base and extends it with Jaeger’s unique features. It promises to bring significant improvements and changes, making Jaeger more flexible, extensible, and even better aligned with the OpenTelemetry project.

AI/ML Simplified: Replace ChatGPT with an Open Source Model on Civo with Josh Mesout

Join Josh Mesout, CIO of Civo, in this workshop where we simplify AI and ML, focusing on deploying large language models (LLMs) using open-source tools. Learn how to leverage Civo infrastructure, understand the benefits of open-source models, and gain practical insights into setting up your own AI deployment. Ideal for software engineers and tech enthusiasts looking to reduce reliance on ChatGPT and take control of their machine learning models.

Why Large Corporations Need Counter Drone Solutions

Now, due to advances in technology, drones are in very wide use. This kind of accessibility within big businesses raises a new security risk. Taking into consideration the simplicity of buying and ease of flying, these drones can be misused, hence opening up sensitive data and making operational continuity vulnerable.

Impact of New Technology on Business Operations

Traditional business models have had to adapt quickly, influenced by online giants like Amazon and Google, innovative players like Airbnb, Expedia, and Netflix, and significant investments from industry leaders such as Walmart and Tesco. It is not wise to underestimate the technology impact on modern business. What exactly does technology influence in business operations? It's a good question and we'll look into it today.

Get granular LLM observability by instrumenting your LLM chains

The proliferation of managed LLM services like OpenAI, Amazon Bedrock, and Anthropic have introduced a wealth of possibilities for generative AI applications. Application engineers are increasingly creating chain-based architectures and using prompt engineering techniques to build LLM applications for their specific use cases.

How to navigate the connectivity challenges of generative AI

Most of us are aware that generative AI offers opportunity for innovation and efficiency where it is revolutionising how businesses operate. However, its impact is not fully understood. Earlier this year, Console Connect conducted a survey by Arlington Research which engaged 1,000 global CTOs and senior leaders to gain a better understanding of the challenges and demands associated with gen AI adoption.

Unveiling the Future: ScienceLogic's AI Vision

Hear about our game-changing AI innovations! Join our exclusive keynote with our CEO, Dave Link and our Chief Product Officer, Mike Nappi, to: Explore our cutting-edge AI platform developments Discover how our breakthroughs outpace industry standards Learn how these AI advancements will transform your business Get a sneak peek into the AI technologies that will redefine productivity, creativity, and decision-making across industries.

How to add Type Checking and Linting to your Playwright Project

If you bet on end-to-end testing or even synthetic monitoring, there’s a high chance that you use Microsoft's Playwright. And if you have Playwright in your toolchain, you probably adopted TypeScript, too. It's an easy choice because of its rock-solid auto-completion and type safety. With this setup, you can enjoy the beautiful DX (developer experience) and safely refactor your ever-growing code base without worrying about runtime exceptions because of TypeScript's type checking, right? Wrong!