Operations | Monitoring | ITSM | DevOps | Cloud

Technology

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

How eSIMs Enhance IoT Connectivity and Efficiency for Businesses

The Internet of Things (IoT) has revolutionized how businesses operate, collect data, and optimize their processes. At the core of this transformation lies the critical need for reliable, flexible, and efficient connectivity. Enter eSIM technology - a game-changing innovation that's reshaping the landscape of IoT deployments worldwide. This article delves into the transformative power of eSIMs in enhancing IoT connectivity and efficiency for businesses across various sectors.

When SSL Issues aren't just about SSL: A deep dive into the TIBCO Mashery outage

On October 1, 2024, TIBCO Mashery, an enterprise API management platform leveraged by some of the world’s most recognizable brands, experienced a significant outage. At around 7:10 AM ET, users began encountering SSL connection errors that appeared straightforward at first glance.

Ubuntu powers Azure's confidential AI offering

Microsoft Azure has announced the general availability of their confidential virtual machines (VMs) with NVIDIA H100 Tensor Core GPUs, powered by Ubuntu. This offering combines the hardware-based protection of AMD EPYC processors with NVIDIA’s latest GPU technology to enable secure and high-performance AI workloads in the cloud. Combining these technologies allows sensitive sectors to unlock AI adoption through addressing previous concerns of critical data privacy.

The Many Reasons Why You Should be Automating - and Incorporating Artificial Intelligence (AI) into - Your Demand Planning

Today, business leaders around the world, especially those in charge of consumer packaged goods (CPG) companies, are using artificial intelligence (AI) in their distribution networks and supply chain as part of their constant evolution in such a competitive market. Their main objective in leveraging AI is to obtain more precise and efficient demand management, leading to correct and optimal management of inventories, cost reductions and revenue growth.

The Future of AI and ML: Are You Ready to Navigate the Change?

Join us at Civo Navigate Europe 2024 for an engaging session featuring pioneers and leaders discussing the latest developments in artificial intelligence (AI) and machine learning (ML). Discover breakthroughs in deep learning and neural networks, along with the ethical considerations and regulations shaping these technologies. Gain insights into how AI and ML are transforming industries, driving economic changes, and addressing practical aspects like scalability, data privacy, and human-machine interaction.

Leveraging AI Features for Enhanced Sales Productivity

In hindsight, the major milestones of social and cultural progress are clear. In recent decades, the popularization of personal computers, the invention of the internet, and the rise and spread of digital social media platforms have clearly stood out. While it wasn't immediately obvious at the time of their emergence just how impactful they would later become, we now recognize their significant role in driving change.

Golang Wrapper: Dependency Wrapping, in Go

All but the simplest applications borrow code. You could write everything yourself from just core language features but who has time for that? Instead you take on dependencies, pieces of code written by others that usually give us 80% or more of what we need with 20% of the effort. Sometimes these dependencies are made to interact with a specific technology like a database, or perhaps it’s just a library providing some feature that would be onerous to write yourself.