Operations | Monitoring | ITSM | DevOps | Cloud

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

Comparing gRPC performance across different technologies

gRPC is an open-source Remote Procedure Call system focusing on high performance. There exist several gRPC benchmarks including an official one, yet we still wanted to create our own. Why would we torture ourselves doing such a thing? So with those points in mind, we created a completely open-source benchmark where everyone is welcome to contribute and which could be run with a single command, having only Docker as a prerequisite.

Splunk Delivers Real-Time Salesforce Visibility with New Streaming API Integration

You might already be using Splunk to manage your Salesforce environment with the help of the Splunk App for Salesforce and the Splunk Add-on for Salesforce that allows a Splunk administrator to collect different types of data from Salesforce using REST APIs. This solution is great and the events give you an idea of how users interact with Salesforce. These events can range from Apex executions to page views.

Ivanti Delivers Day-Zero Compatibility and Key Feature Support for iOS and iPadOS 15

Here at Ivanti, we are excited about iOS 15 and iPadOS 15. I’m pleased to share that we offer zero-day compatibility and key feature support across the Ivanti product portfolio for the new features built into Apple’s updated OSs. iOS 15 and iPadOS 15 bring plenty of new things to see and experience with a combination of security, user experience, and performance.

Improve MTTR by Using Machine Learning for Alerts

Did you know Freshservice can help reduce noise by up to 50% using ML algorithms? Watch our video to learn how Freshservice uses machine learning to translate the swarm of signals from the monitoring tools into stories you can act upon fast. Join us to explore our latest ITOM features to break the silos in your processes. #letsTalkITOM

Roman Khavronenko | Open-source strategy at VictoriaMetrics

Building a company around free software product is not something new. What's less common is creating a company in order to build a free software product. This talk will cover our story of creating time series database, the lessons we learned, the mistakes we made. The free software world has changed over the last years. The one thing remains essential - importance of community, people who use the product.

Top 10 Open Source Data Analytics Tools [ 2021]

Data analytics refers to analyzing an enormous amount of data to gather useful information. Moreover, it plays a significant role in the decision-making of business operations. But, the process of collecting and transforming data into meaningful insights can be challenging until you are familiar with some meaningful Data analytics tools. In addition, it is a bit difficult to choose the best data analytics tool for your business from the crowded list.

Interview with AI Specialist Dhonam Pemba

For our latest expert interview on our blog, we’ve welcomed Dhonam Pemba to share his thoughts on the topic of artificial intelligence (AI) and his journey behind founding KidX AI. Dhonam is a neural engineer by PhD, a former rocket scientist and a serial AI entrepreneur with one exit. He was CTO of the exited company, Kadho which was acquired by Roybi for its Voice AI technology. At Kadho Sports he was their Chief Scientist which had clients in MLB, USA Volleyball, NFL, NHL, NBA, and NCAA.

ManageEngine Insights - Fireside Chat on "Decoding the power of enterprise AI"

Artificial intelligence is becoming increasingly powerful and ubiquitous. This coupled with the rapid pace of AI adoption has many organizations scrambling to adopt some form of enterprise AI. However, many experts also believe that while AI adoption has accelerated in recent times, it may be moving too fast. In a bid not to get left behind, many organizations jump onto the AI bandwagon without fully understanding how it fits in with their organizational strategy. Many business leaders also believe that some level of control and regulations is required to ensure AI solutions achieve their full potential.

Authentication and Authorization for RESTful APIs: Steps to Getting Started

Why do APIs require authentication in the first place? Users don't always need keys for read-only APIs. However, most commercial APIs require permission via API keys or other ways. Users might make an unlimited number of API calls without needing to register if your API had no security. Allowing limitless requests would make it impossible to develop a business structure for your API. Furthermore, without authentication, it would be difficult to link requests to individual user data.