Systems | Development | Analytics | API | Testing

Mobile

How to level up your team's skillset with John Sundell | Mobile DevOps is a Thing! Podcast

John Sundell is a well-known authority on Swift development. He's the author of the popular swiftbysundell.com website, hosts his own podcast, produces video, and is a regular speaker at conferences around the world. All with the aim of supporting and contributing to the iOS developer community.

Open-source iOS projects for learning better practices

In your iOS development learning journey, you want to understand and use the best practices while writing code. These include working with Clean Architecture, writing good tests for your native iOS app, and knowing how and what to test. This post discusses some open-source iOS Swift projects that you can take inspiration from to learn better development practices, such as: Build, test and deliver mobile apps in record time Start now

Testsigma raises $4.6M from Accel and STRIVE to simplify test automation

I’m happy to announce our financing of $4.6M led by Accel and STRIVE, with participation from BoldCap and a host of well known entrepreneurs and operators 🎉 These include Shanmugam Krishnasamy, co-founder and CTO of Freshworks; Kiran Darisi, co-founder and VP of engineering at Freshworks; Parsuram Vijayasankar, co-founder and principal engineer at Freshworks; Vetri Vellore, CEO of Ally.io; Nitesh Banta, CEO at B12; Ioann Fainsilber, Co-Founder at Pintek, among others.

The 4 main factors to consider as part of your test automation strategy

We recently talked to Angie Jones in a podcast episode dedicated to best practices in software testing. In this article, drawing on our previous discussion, we’ll share her thoughts about the main factors to consider to build a comprehensive test automation strategy.

Working with REST APIs - Flutter

Data, data, and data. Everything we see in today’s world is just data. So how can we get data into our app? How can we integrate APIs into our app? Let’s find out! There are a lot of ways we show data in our app, such as: The most common method is to show data from a database or public APIs. Even loading data from a database involves using APIs, though these can be private. So, let’s see how you can integrate APIs, fetch data from a public API, and use it in your Flutter app!