Insights for app owners, developers, and all digital product enthusiasts


If it helps, pick something more specific:
Junior Developer Job Interview – Questions Which Can Surprise You

Junior Developer Job Interview – Questions Which Can Surprise You

Do you want to get a job as a junior developer? Right from the start, you need to know that your profession is much wider than you thought and an employer will want you to know more. Why? Let me explain.

DSC01226

2018 Tech Events You Can’t Miss (Recommended By Our Team)

Based on our experience we’ve created the list of some cool tech, design and business events happening in 2018!

358H

Professional Developer: What Does It Mean?

Miserable no-lifer When I started to work as a software developer, I was happy. But only in the beginning… after a while, I was exhausted and irritated. Unfortunately, I got used to it. I got used to going home late. I got used to trying to do everything to meet somebody’s deadlines. I got used […]

Code Review - 3 Reasons Why Your App Deserves It

Code Review – 3 Reasons Why Your App Deserves It

Code Review: find out what it is and why we believe its presence is crucial for successful software development.

ARKit iOS 11 measuring app

How to Create a Measuring App With ARKit In iOS 11

Learn how to create a basic measuring app using ARKit – a new framework in iOS 11 announced at WWDC 2017. Let’s develop a simple demo app!

text traps

Edge Cases to Keep in Mind. Part 1 – Text

No matter if you are a software developer, a copywriter or you’re just writing an e-mail, text has many traps you need to be aware of. Some may cause numerous issues, from bugs in your app through visual artefacts to even victims! Let’s take a look at how we can avoid them.  Background Text (aka […]

BLE iOS App

5 Things You Were Wondering About Developing Bluetooth Low Energy iOS Apps

Is it possible for an app to handle multiple Bluetooth Low Energy devices simultaneously? Can I stream music via Bluetooth Classic to my Bluetooth speakers and communicate via BLE? Check out the answers for these and other crucial questions regarding BLE technology on iOS.

Face and Face’s Landmarks Detection Using Vision Framework in iOS 11

Face and Face’s Landmarks Detection Using Vision Framework in iOS 11

Some time ago, I made a tutorial on how to use face detection in AVFoundation. This time, I would like to show you how to do this using Apple’s new Vision framework, presented at WWDC 2017.

What's new in Xcode9

What’s New in Xcode 9 – Highlights from WWDC 2017

Most of us iOS developers use Xcode for daily work. At WWDC 2017, Apple showed us the latest version of this tool – Xcode 9. I would like to briefly show you the best changes in new version of the IDE.

Struct Realm CoreData NSkeyedArchiver

Persisting Struct with Sourcery Magic

Is it possible to persist struct on iOS? This is a great question since most available solutions require a type of Object/NSManagedObject/NSObject. How about wrappers? But they are so boring to write… Find out how to deal with this problem!

camera

What’s new in AVFoundation in iOS 10

With iOS 10 we are getting some new features which can improve camera usage in our apps. I would briefly talk about three of them.

pexels photo 166681

Add elements to an array like a pro

It’s well known that merging arrays through plus operator cause the compilation process to take much longer. But what about an execution time? As could be expected the winner can be only one.

Face tracking with AVFoundation

Face tracking with AVFoundation

Face tracking is an interesting feature which is available in iOS since it’s 5th version. In this tutorial I would like to show you how to implement it in Swift 3.0.

ios10notificationhead

Notifications in iOS 10

With iOS 10, tvOS 10 and watchOS 3 launch Apple introduced the new UserNotifications framework. It supports the delivery and handling of local and remote notifications. Cool, but you can say that it was already possible through UIKit and classes like UILocalNotification or dictionaries for remote notifications. And you’re completely right, but these new possibilities, in particular, are extremely convenient and powerful. Take a look at it with me!

SplitShire 2404

3D Touch in Swift 3.0

With the introduction of iPhone 6S, Apple presented new feature called 3D Touch. It is a new layer on device’s screen that can detect the force of our touch. 3D Touch allows developers to provide users with the bunch of new experiences when using the app. 3D Touch API can handle three different use cases of […]

iphone 563071 1920

How to spice up your app with iOS 10 magic?

Since September 7th iOS 10 Golden Master is available. That means in a few days there should be also the first initial public release of it. And that’s pretty awesome. I really enjoyed all the previous betas on my iPhone and can’t wait for the public seed available for everyone! But what does it mean for developers?

tumblr o9f0fp7C461slhhf0o1 1280

What’s new in iOS 10?

On June 13th people were sitting in Bill Graham Civic Auditorium and waiting for the biggest Apple developers feast of the year – WWDC. They spent a lot of money, travelled thousands of kilometres, wrote myriads of lines of code to be a part of this memorable event, to hear what’s new in Apple devices microcosmos first-handy.

/dev/full on OS X

/dev/full on OS X

How to simulate ENOSPC errors on OS X