Operations | Monitoring | ITSM | DevOps | Cloud

Technology

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

The Difference Between AI and Generative AI, and How ScienceLogic Uses Both

Artificial intelligence (AI) and generative AI – they may sound similar, but how do they differ? Although these terms are often used interchangeably, generative AI is actually a subtype of AI. At ScienceLogic, we use many different types of AI, from machine learning to generative AI, to analyze IT environments, provide insights to help IT pros take action, automate and streamline workflows, and drive innovation.

How to parameterize Playwright projects

In a previously released YouTube video, I explained how and why Playwright fixtures perfectly match with page object models. Combining the two allows you to hide setup instructions and keep your tests clean. Page object models no longer have to be initialized in every test case. To be upfront — I'm a fixture fanboy! But what if you need to pass additional configuration to your page object models? When options are hidden in a fixture, you can't configure how a class is initialized, right? Wrong!

Smooth Sailing: Operational Best Practices for Managers

Effective operations management is key to the success of any business. Managers who implement streamlined processes and best practices not only improve efficiency but also enhance the overall performance of their teams. Operational best practices are about finding the right balance between resource allocation, staff management, and customer satisfaction. In this article, we'll explore essential operational strategies that managers can use to ensure smooth daily operations and long-term success.

Simplifying AWS Testing: A Guide to AWS SDK Mock

Testing AWS services is an essential step in creating robust cloud applications. However, directly interacting with AWS during testing can be complicated, time-consuming, and expensive. The AWS SDK Mock is a JavaScript library designed to simplify this process by allowing developers to mock AWS SDK methods, making it easier to simulate AWS service interactions in a controlled environment. Primarily used with AWS SDK v2, AWS SDK Mock integrates with Sinon.js to mock AWS services like S3, SNS, and DynamoDB.

The all-new Zia Code Generator for Custom Functions, powered by ChatGPT in ServiceDesk Plus Cloud

We are excited to unveil the all-new, Zia Code Generator for Custom Functions powered by ChatGPT, in the cloud version of ServiceDesk Plus! Service desk administrators can now accelerate their work by simply typing out their requirements and letting GenAI create the code for Custom Functions.

Unlocking Automation: A New IDC Report on Automation Standardization

Innovation in automation is transforming what’s possible in operational dynamics at an unprecedented pace. For modern enterprises, this shift is not just a technological evolution; it’s a strategic imperative. C-suite executives and boardrooms increasingly recognize the potential of technologies like GenAI as powerful tools for enhancing productivity, reducing risk, and optimizing costs.

How to parameterize and configure your custom Playwright fixtures

Join Stefan Judis in this Playwright tutorial, where he explains how to make your custom Playwright fixtures configurable using "option fixtures". Stefan briefly explains the fixture concept but then focuses on creating an option fixture configurable on a global, project, and spec file basis.

An Introductory Guide to Prometheus Metrics

Prometheus has emerged as the de facto standard for monitoring in cloud-native environments based on several key factors. Prometheus offers a highly scalable time-series database, capable of handling millions of metrics and a pull-based architecture that simplifies network configuration and enhances security. In this blog post, we’ll explore the four primary Prometheus metric types: counter, gauge, histogram, and summary.

EU's Cyber Resilience Act Repercussions in Open Source

The European Parliament (EP) adopted a provisional version of the final text of the EU Cyber Resilience Act (CRA) on March 12, 2024, with the final version expected to be signed and published in October. The EU's CyberResilienceAct (CRA) proposes stringent cybersecurity requirements for digital products, aiming to bolster security against cyberattacks. While it promises safer hardware and software, it also raises questions for Open Source contributors and organizations.

Setting Up Efficient Kubernetes Environments for Developers

Kubernetes has transformed how developers build, test, and deploy applications, providing a consistent platform for managing containerized workloads. Setting up efficient Kubernetes clusters is crucial for streamlining the development process, reducing time-to-market, and ensuring that applications run reliably from development to production.