Systems | Development | Analytics | API | Testing

Conditional breakpoints: How to Debug iOS and Android apps from Zero (Part 2)

Conditional Breakpoints and their variants, Exception and Symbolic Breakpoints are powerful tools for advanced debugging, applicable to both iOS and Android. We’ll explore them in this article. In the first post of our How to Debug from Zero series we learnt the basics of breakpoints. At this point, you should know how to add a new breakpoint and how to use the “step over”, “step in” and “step out” commands.

Data to the people - Why this app will change the way more people engage with data

The answer to creating an inclusive data culture is in your hands. At Yellowfin, we firmly believe that organisations are far more successful when all their people engage with data. And whilst this has always been the goal of organisations on their journey to being “data-led”, the reality is most are still a long way off. For this to happen, all decision makers need access to insights, in a way that they can understand, not just the data analysts.

What to expect from Yellowfin's new mobile app

We've got a brand new mobile application coming now out and lots of people have been asking me what’s in it. To be honest, it's much easier to tell you what's not in it - and that’s dashboards and reports. I can hear you saying, ‘How can an analytics vendor have a mobile app with no dashboards or reports?’ But the truth is no one really uses a mobile app to view dashboards or reports. It's the wrong format for looking at a clunky dashboard or detailed report.

Updates from Bugfender Q2, 2019

Welcome to the Bugfender summer newsletter. Over the past few months you may noticed a few improvements to Bugfender’s web app, if not, we’ve summarised them here and you should go and check them out. The machine learning algorithm, which solves problems without requiring detailed instructions, is one of the most exciting technologies on the planet.

Reactive X: RxJava Data Flows: Observable, Flowable, Single, Maybe and Completable

Reactive programming is a programming technique for asynchronous applications that lets you structure your code based on “reaction” to data input changes instead of an imperative programming style where you have to poll or block and wait for changes to happen. If you’re not 100% familiar with ReactiveX (RxJava being the implementation for the JVM), perhaps you know Java Stream, which is a similar concept introduced in Java 8.

Firebase Crashlytics and Bugfender: a Step-by-Step Integration Guide

Ever since we started logging with Bugfender back in 2015, we’ve been working towards integration with Firebase, the app development platform created by Google. Firebase is famous for the breadth of its integration libraries and millions of people use the product around the world, drawn to its sleek UI and range of features.