Systems | Development | Analytics | API | Testing

October 2024

SwiftUI Grid: Learn to build complex layouts

In this article we’ll look at Grids in SwiftUI. We’ll see what they are, how they are used, and explain tricks for how to use them in our SwiftUI app. This is a technical article that is heavily code-based. But we’ll aim to be simple and concise, so you can learn something new regardless of your technical level.

How to build a real estate website like Zillow?

Realtors have long been seen as the "connectors" between property buyers and sellers. However, in 2024, this role is increasingly being taken over by real estate websites like Zillow. So, what does this shift mean for real estate companies, startups, and agents? The demand for real estate apps is on the rise. People now prioritize quick and convenient ways to buy, sell, or rent properties, with about 95% of homebuyers beginning their search online.

SwiftUI Image Explained: Quick Tips for iOS Image Handling

From regular buttons, to tab bar elements, even to our SwiftUI app’s icon, Images are a very important aspect of every mobile device application. In this article we’ll look at how to show images in SwiftUI, and give you several tips, with examples, on how to use those Images in your own apps. In this article any image used was sourced from Pexels, a website that hosts a database of free-to-use and royalty-free images.

Feature-rich Pharmacy App Development: A Brief Overview

Need groceries? Just order online. Want printouts on priority? Upload it online and get it delivered to your doorstep in no time. Looking for a cook? Well, there’s an app for that too! So, why should the pharmacy industry be left behind? That’s why the demand for pharmacy app development came into the picture. Reason?

How AI will change software engineering: Insights from Bitrise's VP Engineering

Whether you agree with Elon's prediction or not, it's hard to ignore AI's far-ranging impact, especially on how we approach work. Over the last two years, we have seen AI progress rapidly, leaving many of us wondering, "Will AI replace my job?" It's a question that software engineers have also been grappling with. As ironic as it may seem, the people writing the code driving the technology revolution face the same uncertainty about whether AI might replace them in the future.

Digital Transformation in Retail Industry: The New Future

Have you noticed how quickly the retail industry is changing? It's all thanks to digital transformation, which is happening at an incredible pace. We bet you're curious about why this shift is happening and what's driving it. Don't worry, you're not alone in your questions. Many people are wondering about the same thing. With each passing day, we see new technologies and IT solutions being adopted by retailers to stay ahead of the competition and offer better user experiences.

Optimize your iOS app perfomance using MetricKit

For iPhone and iPad app development, one of the main aspects is the app’s performance. Performance is about your application not crashing, but also how quickly and smoothly it can carry out its functions when users interact with it. An application whose functions consume a lot of battery life, or an application that doesn’t like to wait too long until it finishes whatever it wants to do, can lead to users uninstalling the app.

React Native Libraries: The ones you should know about in 2024!

Today, there are approximately 7 million people who say they wouldn’t be able to survive without their gadgets. Because of this, businesses must modify their websites and applications to cater to their client’s expectations. Emerging patterns prompt businesses to consider creating iOS and Android mobile apps with the top framework libraries that may greatly streamline and accelerate the development process.

Sauce Labs Community Office Hours - Intro to Mobile Testing with Emulators and Simulators

Office Hours: Intro to Mobile Testing with Emulators and Simulators Want to optimize your mobile testing strategy? Join us for this pre-recorded session of Sauce Labs Open Office Hours, featuring developer advocate Titus Fortner as he takes a deep dive into mobile testing using emulators and simulators on Sauce Labs. Learn the best practices for mobile test automation and how to effectively balance speed, cost, and reliability in your testing workflows.

Understanding Kotlin Generics: A Complete Guide for Developers

Kotlin Generics are a way to use generics in Kotlin that have type parameters specified to their usage. This powerful tool defines code components so that they will work with any data type in a flexible and reusable manner – and the main advantage of Kotlin Generics is how they are statically-typed.