Enhance Your Development Toolkit: Adding Xcode Instruments to Your Skill Set — IThere are plenty of factors that impacts quality of an app. Performance is one of the essential ones. Xcode Instruments helps you analyze…Apr 30, 2024Apr 30, 2024
Recap of the first 6 months in MunichWe decided to move from Istanbul to Munich in the summer of 2022. There has been a significant change in our life, although it was not…May 29, 2023May 29, 2023
Code: The Hidden Language of Computer Hardware and Software (2nd Edition) ReviewCode was first published in 1999 and has since become a cult classic in computer science. In 2022, Charles Petzold published the second…Mar 26, 2023A response icon1Mar 26, 2023A response icon1
Published inPlus Minus OneBuild a chat feature using Pusher Channels in SwiftDeveloping a chat feature brings different difficulties to deal with. Client’s communication with backend can be one of them. We…Oct 26, 2022A response icon1Oct 26, 2022A response icon1
Published inPlus Minus OneTesting OneSignal Push Notifications on the SimulatorYou can use simulator to test your push notification handling mechanism.Feb 24, 2022A response icon1Feb 24, 2022A response icon1
Published inPlus Minus OneHow do we implement unit tests? — Unit test practicesWe started to write unit tests in PlusMinusOne last year. Since we added the first tests to our codebase, we learned a lot and improved…Jun 25, 2021Jun 25, 2021
Published inPlus Minus OneConfigure Firebase Push Notification*If you have not yet created a Firebase project for your app, first, create a project, download GoogleService-Info.plist, and place it in…Oct 26, 2020Oct 26, 2020
Published inPlus Minus OneHow to use a Firebase Function to handle incoming WebhookIn this article, we will explain how to create a firebase function and use it as a callback url. The function will send a push…Oct 26, 2020Oct 26, 2020