Systems | Development | Analytics | API | Testing

Technology

Bugfender compatibility with SwiftUI and Project Catalyst

When Apple introduced SwiftUI back in July we immediately knew it was going to generate a lot of expectations. As app developers ourselves, we are very aware about the complexity of User Interface development in iOS. UI has been keeping apps especially expensive and error prone along the years. Many frameworks were created to improve this situation like ComponentKit, Texture or even React Native.

Bugfender Growth: from side-project to a sustainable $20k MRR business

It’s nearly five years since we started Bugfender as an offshoot of our software company Mobile Jazz. We’d gotten tired of chasing users who were experiencing problems with our apps and wanted to build an internal remote logging tool that would feed the information straight to us. It really was a garage project back then. We were running code sprints on our own time, so we wouldn’t have to dig into our savings. But we soon realized this could be much more than an internal experiment.

Unleashing the next level of organizational decision-making with the cloud data warehouse

The ability for cloud data warehouses to provide a single platform that enables organizations to analyze data at any scale is a market changing capability. Sure, much has been made of the ability of applying Artificial Intelligence (AI) to this data to gain insight into new areas, ultimately to increase an organization’s competitiveness. There is however a greater level of impact that this architecture can have that can be independent of AI and ultimately inclusive of AI.

Unravel Launches Performance Management and Cloud Migration Assessment Solution for Google Cloud Dataproc

We are very excited to announce that Unravel is now available for Google Cloud Dataproc. If you are already on GCP Dataproc or on a journey to migrate on-premises data workloads to GCP Dataproc then Unravel is now available immediately to accelerate and de-risk your Dataproc migration and ensure performance SLAs and cost targets are achieved.

Talend Cloud Available on Microsoft Azure

Every data-driven enterprise needs complete and trustworthy data, delivered fast. And when companies get all their data to their cloud data warehouses or data lakes on Microsoft Azure for analytics, they need an integration tool that can accelerate data delivery and time to insight to empower business decision making and ensure compliance. That’s what Talend Cloud on Microsoft Azure is built for. An integration platform-as-a-service to help enterprises collect, govern, transform, and share data from any data sources.

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.