Blog

What's New In Swift 6

15 Nov 2023

Swift, the open-source programming language developed by Apple, has rapidly gained popularity among developers due to its concise syntax, powerful features, and focus on safety. With the release of Swift 6, the language continues to evolve, introducing new features that enhance its expressiveness, performance, and interoperability. In this blog post, we’ll delve into the key new features of Swift 6 and compare them to their counterparts in Swift 5.

More


Navigating the New Creative Frontier: The Rise of Generative AI

05 Nov 2023

The advent of artificial intelligence has ushered in a new era of creative and analytical possibilities. Among the most groundbreaking developments is Generative AI, a subset of AI that is transforming how content is created, imagined, and utilized across various industries. In this article, we delve into the world of Generative AI, exploring its applications, benefits, and the challenges it presents.

More


Using Fastlane to Deploy an iOS App to TestFlight: A Comprehensive Guide

26 Oct 2023

Fastlane is a powerful automation tool that simplifies the process of building, testing, and deploying iOS apps. One of its popular features is the ability to seamlessly deploy apps to TestFlight. In this guide, we’ll walk you through the steps to use Fastlane to deploy your iOS app to TestFlight.

More


Why we aren't fans of React Native

26 Jul 2022

React Native (RN) is an open source framework created by Facebook (Meta) that enables building mobile applications that run on iOS, Android and Web platforms. Developers code in the Javascript programming language with the idea that you write once and deploy to the platforms above.

More


Async Await

27 Mar 2022

async/await is a language feature added to Swift 5.5. It’s part of Apple’s new approach to structured concurrency & asynchronous programming. it is a nod to same language feature that’s existed in JavaScript for quite some time now. It provides a much cleaner code experience over traditional callbacks and/or Combine.

More


Clean Architecture

12 Sep 2021

We are fans of Clean Architecture for constructing software systems. It provides a solid foundation and guard rails to make sure your architecture doesn’t become tightly coupled, complicated and hard to understand.

More


SOLID OO Design Principles

28 Aug 2021

Build scalable systems that accomodating change and are inherently testable using SOLID OO design principles

More