Operations | Monitoring | ITSM | DevOps | Cloud

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

The Sapphire Ventures CIO Innovation Index Report: CIOs Forge Tighter Bonds with Startups, Especially in AI

Despite a rocky year in the global economy, global venture deal volume grew by over 9.3 percent in the third quarter of 2019, up nearly 9.9 percent from Q3 2018, according to Crunchbase. The year 2018 was a banner year for dollar volume: startups raised $130.9 billion, which surpassed the epic year of 2000, according to Pitchbook.

12 mobile device features that help ensure corporate data security

Our hearts might skip a beat every time we put our hands in our pocket and can’t find our mobile phone, and we’re filled with dread at the thought of losing the device that contains our personal photos and the corporate data saved on it. But just misplacing a device is not how we put corporate data at risk; small actions in our day-to-day lives can have a major impact on the safety of the corporate data on our devices.

Introducing the Wi-Fi Analyzer for OpManager's Android app: A perfect team for sustained IT infrastructure management

Addressing Wi-Fi issues can be challenging Tracking the availability, speed, and performance of a large number of systems, servers, VMs, routers, access points, firewalls, interfaces, and WAN links, plus monitoring their health is not a simple task. Tackling angry emails from employees about Wi-Fi running slowly, or it taking a lifetime to download a simple setup file or load a business-critical application, can hamper productivity.

8 Top Robotic Process Automation (RPA) Tools

By Des Nnochiri Robotic process automation, or RPA, promises to increase efficiency and improve work rates at reduced cost to the enterprise. In this article, we’ve assembled eight of the top RPA tools currently on the market. Of course, there are considerations to bear in mind before implementing this emerging technology.

More Android malware and another iOS exploit: How to safeguard your devices?

The past few months have seen both Android and iOS fall prey to various security attacks, with more malware attacks and exploits being uncovered on a daily basis. First, let’s look at the newest zero-day Android vulnerability. This vulnerability leverages the ”use-after-free” memory flaw to wreak havoc on mobile devices. In layperson terms, the use-after-free flaw allows access to memory recently freed (after performing some operation) to execute malicious code.

Android malware: How do enterprises tackle this ever-growing menace?

Let us first agree on a couple of things before we start: One, Android is the most affordable platform for enterprises with a mobile-first/mobile-only workforce, and it has the smallest learning curve of any mobile OS. Two, due to its very open-source nature, Android is easy for malicious actors to pray on, with the Google Play Store being the breeding ground for many attacks.

API Monitoring and OAuth 2.0 Authentication

OAuth 2.0 Authentication, as explained by oauth.net, is a “delegation protocol that is used for conveying authorization decisions across a network of web-enabled applications and APIs.” OAuth was created in 2006 by developers from Twitter and Ma.gnolia, a social bookmarking site. Ma.gnolia was looking for a way to use OpenID, along with the Twitter API, to delegate authentication.

Serverless API with ReactJS

The article, Serverless API with ReactJS, was first published on the Serverless Guru website. Let’s build a Serverless REST API for our ReactJS website! In my last article, Deploy ReactJS App with S3 Static Hosting, we discussed hosting a simple React app on AWS with S3. This works great for simple static pages but what if you want to do something more? How do you host your API on S3?