Flutter vs SwiftUI: A simple comparison
After some experience with both SwiftUI and Flutter, let's examine both mobile development frameworks in terms of development speed, clarity and maturity!
When to use delegates and protocols for data requesting, and when do blocks do the trick in VIPER-based mobile development? Let's examine both instances in this tutorial!
After some experience with both SwiftUI and Flutter, let's examine both mobile development frameworks in terms of development speed, clarity and maturity!
Find out how to install Action Mailbox in your Ruby on Rails application step by step with another part of our Real Life Examples tutorial!
As it's been some time since Rails 6 was released (officially on 6th of August 2019), it's about time to update your application to this version of the framework. In this tutorial, I will show you how to easily do it, quickly solve potential problems along the way and take full advantage of some new features coming with Rails 6!
So iOS 13 is here. A lot has changed in Xcode (universal apps) and Swift (Swift UI). Some changes require more love from a developer's perspective, especially if you already have apps in AppStore. My problem with iOS 13 was displaying Segmented Control. Read on if you want to learn more about my case.
When it comes to social proof, no one can trick a professional business research agency. The business research company Clutch once again featured Prograils among top B2B service providers in Poland.
Flutter is a relatively new platform for mobile developers. Similar to Microsoft Xamarin or React Native (or less known Scade) it allows to develop apps both for Android and iOS. But it is also a platform which Google wants to use in its future projects like Fuchsia. In this post I’d like to share with you an iOS developer's take on Flutter.
Just checking if ‘everything’s fine’ or trying to break an application in all possible ways? Software testing and QA may seem the most obvious parts of software development to non-programmers, but defining them has been problematic. Let’s approach both and examine their roles.
Recently, I have found out how time formats on iOS devices can impact the ones inside a mobile app. Let's see how to make an application always display the 24-hour format regardless of your iPhone's or iPad's settings.
If you're still hesitating if RoR is the best choice for you, here are top 15 famous websites built with Ruby on Rails still rocking in 2019!
In this quick tutorial I’d like to show you how I manage unwinding views in mobile apps built with Swift by using VIPER design pattern. This simple trick can help you especially when you’re used to traditional MVC Storyboard’s segues.
As a software house, we know we have to make constant progress and prove we are able to walk our talk. This is why we use Clutch as a platform to learn about our strengths, spot areas for improvement and let new clients find us easily.
Project Catalyst, Apple’s new toolset transforming iPad apps into macOS ones is coming this fall. What should you know about it and the process itself? Read this article and learn!
Choosing the technology stack for a minimum viable product is often critical for your business’ success. Ruby on Rails can accelerate its creation and cut the development costs. In this article, I will list the pros of ROR and show you a case study of a successful Rails MVP we have built.
A minimum viable product is an extremely useful way to see if your app really solves people's problems. Let's learn what MVP means and take a look at its most popular types and examples.