5 Minute DevOps Effective Testing
Walmart fits fast, effective testing into a 5-minute DevOps flow.
Showing 20 of 301 articles (Page 12 of 16)
Walmart fits fast, effective testing into a 5-minute DevOps flow.
Slack tackles mobile hurdles to deliver an app that just works.
When building our new iZettle Food & Drink products, we encountered challenges in getting data to our clients in a fast and efficient way, and this article discusses how we fixed some of those issues.
Airbnb scales up motion design to keep app animations seamless.
Slack maps performance issues with cause-and-effect graphs for insight.
Farfetch refactors code to ship mobile updates faster and cleaner.
Airbnb mixes Lottie with Swift for slick, engaging iOS animations.
Spotify uses hard data to tweak their mobile setup and keep users happy.
This is the final post of a three part series. In part one, we discussed the performance problems that we found with our activity feed and some of the changes we made to the way we use dispatch queues.
Farfetch keeps trimming their app size with practical, real steps.
This is the second post of a three part series. In part one, we discussed the performance problems that we found with our activity feed and some of the changes we made to the way we use dispatch queues.
This is the first post of a three part series discussing recent performance improvements we made in our iOS app.
Farfetch starts their journey to shrink app size for better reach.
Slack speeds up by loading only what’s needed, when it’s needed.
Slack doubles down on lazy loading to keep their app feeling quick.
Slack cuts load times by starting up step-by-step, not all at once.
Slack tracks performance the same way across all platforms for clarity.
Microsoft trims SwiftKey’s app size to keep it light and snappy.
Spotify overhauled their app’s client-side setup to speed up tunes on every device out there.
Unit tests are great for testing business logic, snapshot tests make sure your views look correct, and UI tests help to ensure everything fits together properly. How do you test your app’s accessibility though?