Systems | Development | Analytics | API | Testing

DevOps

How to use Flutter with Google Sheets, Apps Script, and Codemagic

Mark has been tracking his company expenses using Google Sheets for the past six months. Lately, it has been difficult to keep up with tracking expenses using the current method. He wants to ease the process for himself and his staff, but it’s necessary for him to use Google Sheets. What should he do? Mark decides to build an interface that can communicate with Google Sheets.

How to deploy game updates with Unity Cloud Content Delivery and Codemagic

TL;DR: The Unity Cloud Content Delivery tool is a solution that helps deliver data to users in a synchronized way, which speeds up patching and enables live game updates. You can set up a project in Unity’s CCD cloud to deliver your game’s assets to customers’ devices. Additionally, you can integrate CCD with a CI/CD service to ensure consistent delivery of all parts of the updated app and to automate deployment, reducing the amount of manual work.

Xcode 14: Discussing improvements and new features with examples

WWDC 2022 wrapped up several weeks ago, and it was one of the best installments for developers so far, especially when it comes to Xcode changes and improved developer experience. In this article, we’ll focus on what’s new in Xcode 14. We will discuss plenty of new enhancements, improvements, and features for you to check out and give you some examples!

All about test automation: best practices with Angie Jones | Mobile DevOps is a Thing! Podcast

Angie Jones worked as Head of Developer Relations at Applitools, a new generation test automation platform powered by visual AI. On top of that, she is the founder and Executive Director of Test Automation University. She’s previously worked as a Senior Software Developer at Twitter and regularly gives talks about Javascript, software development, and testing best practices.

DevOps for Dummies

DevOps is the newest best practice philosophy for software development processes. In short, DevOps (Development and Operations) is an approach based on lean and agile principles in which business owners and the development, operations, and quality assurance departments collaborate to deliver software in a continuous manner that enables the business to more quickly seize market opportunities and reduce the time to include customer feedback. IBM sees DevOps as a business-driven approach to software delivery.

Service Virtualisation for Dummies

Service virtualisation simulates the behavior of select components within an application to enable end-to-end testing of the application as a whole. Test environments can use virtual services in lieu of the production services to conduct integration testing earlier in the development process, helping companies create more efficient testing environments by eliminating many of the roadblocks that testing teams typically encounter.

Continuous Testing for Dummies

The Continuous Testing for Dummies is a limited edition e-book from IBM that explains the basics and features of continuous testing, a DevOps practice area, and one of the most ardently followed software quality assurance processes today. Continuous testing is defined as the process of continually executing automated tests throughout the software delivery lifecycle so that teams can identify potential risk areas well in advance during the development stage itself, leading to faster release cycles and better software quality.