Community Roundup: May 1 - 15
Welcome back to another Community Roundup, folks. Hope you're all doing well, and that you're ready for some great tweets and articles — let's get started, shall we?
Welcome back to another Community Roundup, folks. Hope you're all doing well, and that you're ready for some great tweets and articles — let's get started, shall we?
Today, we're kicking off a study on the impact of COVID-19 on mobile development, -developers and the companies that employ them. Participate in the survey here, and we'll share our findings with you in a few weeks. Read on to find out exactly what we're planning.
UI testing can be an incredibly useful tool for verifying that an app’s key features and user interactions remain fully functional while quickly iterating on its code base.
Welcome back to another one of our Community Roundups, folks. This time is a little different, since we’re doing one for April altogether — but on the flip-side, we've got quite a number of articles for you. Let’s get started!
Speed and quality can go hand in hand, but sometimes you need a bit of tinkering to get both. Try this Bitrise setup to split tests up, run them in parallel and speed up your builds.
In light of recent events, we have decided to turn our successful Bitrise User Groups (BUGs) into a series of online events. Read on to learn more about what’s going to be different, and how you can be a part of it all, too.
Shipping the right app with the right functionalities to the right customer, at the right time is how you boost your ranking in the app store. Some of the key steps in this process are: continuously releasing high-quality software, listening to feedback, and providing new features to users — before they even know that they want them. To achieve all of this, app developers need two main things: automation tools and a growth mindset.
Welcome back to another one of our Community Roundups! We hope that all of you are safe and sound, and that the recent situation hasn't got you completely down. If you’re back home and are looking for some inspiration for upgrading your Bitrise setup, check out these articles — and a couple of happy little tweets, just for good measure. Let's get started!
Welcome back to another one of our Community Roundups! If the flu season has got you down, don't worry — we’ve got some high-spirited tweets and articles to cheer you up. Take a look!
The Swift Package Manager allows you to create standalone Swift applications both on Linux and macOS. You can build and run these apps and you have the ability to write unit tests for your codebase. Xcode ships with the XCTest framework, but you may not know that this is an open-source library. It's available on every single platform where you can install Swift.