Operations | Monitoring | ITSM | DevOps | Cloud

Infovista supports service management and orchestration with launch of its rApp program for new Ericsson Intelligent Automation Platform

First integration will be Infovista Planet as cloud-native, Open RAN-compliant Network Design and Optimization microservices to automate planning and optimization of multi-vendor and multi-technology networks.

Understanding Alamofire Swift and Why is it So Powerful for iOS Development

The Alamofire Swift library is an open-source networking framework that has been designed to add the functionality of networking to iOS and macOS apps, being compatible with both. It can be used in both open source and commercial projects, and it is also the result of an international collaboration between people who are passionate about Swift. The main goal of this library is to reduce the amount of time and code that developers need in order to create networking applications.

CI/CD and state management for Flutter apps with MobX

MobX is a scalable library developed to ease the process of state management in frontend applications. In this tutorial, you will learn how to manage the state of your Flutter applications using MobX, and then set up a continuous integration/continuous deployment (CI/CD) pipeline for your application using CircleCI. You can find the sample project developed for this tutorial in this GitHub repository.