Barcelona, Spain
2014
  |  By Aleix Ventayol
An effective Java debugging strategy lets us pause execution, inspect data, and observe real execution rather than relying on vague assumptions. The complexity of the Java Virtual Machine creates unique challenges, but a focused approach will turn this complexity to our advantage. This guide will equip you with the tools to do this, looking at: By the end, you’ll have a practical workflow to debug Java reliably across local and remote environments.
  |  By Aleix Ventayol
Node.js debugging allows us to identify and fix errors, unexpected behavior, and performance issues in server-side JavaScript applications. Instead of using the less precise console.log, we can connect a real debugger and control execution step by step. Most Node.js developers actually use one of two distinct setups: This guide will show you how to use both technologies, with a clear step-by-step workflow for each.
  |  By Aleix Ventayol
React Native debugging poses particular challenges due to the framework’s cross-platform codebase, which combines JavaScript and native platform components. However, an effective React debugging regime will enable you to proactively fix issues in both production and development. Today’s post will give you the fundamentals to build that regime, showing you: Want to jump to a specific bit of knowledge? Here’s the full list of contents.
  |  By Aleix Ventayol
Debug logging is a particular form of logging that records detailed information about how an application behaves during execution, so we can identify, understand, and fix issues. This guide will give you a rookie-to-pro guide to debug logging, showing you: By the end, you will have a clear, practical approach to using debug logs effectively in real applications.
  |  By Aleix Ventayol
Debugging tools have evolved from rudimentary catch-all software into specialist solutions for different languages, userbases and development stages. The best debugging strategies choose the right tool for their specific use case, and this guide will help you do that. We’ll give you the knowledge to: We’ll mention our own product in this list, but don’t worry: the content you’ll find here is impartial, comprehensive and educational, not salesy.
  |  By Aleix Ventayol
Rubber duck debugging allows us to discover our own coding errors by retracing our steps. Instead of relying on complex black-box tools, we simply explain our own logic until the problem reveals itself. This is one of the most straightforward debugging techniques around, and it can be easily enhanced by AI tools.
  |  By Aleix Ventayol
SonarQube is a code quality and security platform that helps teams detect bugs, vulnerabilities, and maintainability issues early in development, using static code analysis rather than manual reviews. SonarQube fits directly into modern workflows, integrating with CI/CD pipelines and development environments to continuously verify code through quality gates, dashboards, and automated checks. And in this guide, we’ll give you.
  |  By Aleix Ventayol
console.log() is a foundational tool for developers learning JavaScript. It sends messages to the browser’s DevTools console, so we can see what our code is doing at runtime. This allows us to: Because it prints information directly to the console, we can observe values, program flow, and potential issues. In this post we’re going to cover the basics of console.log() syntax, the nuances of formatting and the essential DevTools add-ons that turn console.log() from a window into a dashboard.
  |  By Sachin Siwal
Mobile crash reporting tools don’t just tell us when our app’s broken down. They help us pick up the pieces and build better next time. As such they play a vital role in our quest to deliver excellent user experience, so it’s important we choose the right tool for our team, users and operating systems. In this guide, we’ll compare the best mobile crash reporting tools in 2026, including Android-focused and cross-platform solutions.
  |  By Aleix Ventayol
A JavaScript array allows us to group related data like product names, user IDs, log entries, cart items, or API results. Arrays play a vital role in all kinds of user functions, from shopping carts to game scores. However the sheer flexibility of JavaScript arrays can also cause mistakes around mutation, copying, sorting, and searching. Soo we’ve put together this post to show you.
  |  By Bugfender
JavaScript dates look simple until they’re not. Here’s the second way to create a date: pass the components manually. Year, month, day, hour, minute—each as a separate number. And anything you skip defaults to zero. So you can write just the year, month, and day like this……but there’s a catch coming.
  |  By Bugfender
Learn how to use the JavaScript Date object, format dates correctly, handle timezones, and avoid common bugs with the Date and Time API. This 2025 guide covers parsing, formatting, new date formats, and everything developers need to work reliably with date and time in JavaScript. If you’ve ever seen a date shift by one day, hours changing unexpectedly, or confusing “Invalid Date” errors… this tutorial will finally make it all make sense.
  |  By Bugfender
Learn how to get the current date and time in JavaScript using the new Date() constructor. Quick tip for beginners and developers who want clean, reliable time data.
  |  By Bugfender
Every JavaScript Date object starts at one moment: the Unix Epoch. Here’s how JavaScript handles date and time, timestamps, and milliseconds.
  |  By Bugfender
When should you actually use async and await in Swift? Waiting for external data (like APIs or images) Long-running tasks (saving, processing, or calculations) Learn how to use them without freezing your app again.
  |  By Bugfender
Async runs long tasks in the background. Await pauses just one line until the result’s ready. Here’s the cleanest way to understand Swift’s async/await in under a minute — with real examples.
  |  By Bugfender
Ever tapped a button and your Swift app just froze? That’s what happens when your code runs synchronously. In this short, we break down what async and await actually solve — and why they keep your UI smooth and responsive.
  |  By Bugfender
In this video, we’ll cover async and await, real syntax examples, and the biggest mistakes developers still make. Not just theory — real examples built and tested in Xcode.
  |  By Bugfender
Learn how to animate a SwiftUI button using just withAnimation, scaleEffect, and shadow. We make the button shrink slightly on tap, then bounce back with a smooth spring animation — no extra frameworks, just native SwiftUI.
  |  By Bugfender
Learn how to navigate between views in SwiftUI using NavigationStack and NavigationLink. In this quick demo, we’ll build a button that opens a second screen — clean, modern, and ready for any iOS app. Bugfender helps developers fix bugs faster with real-time app logging.
  |  By Bugfender
Our free ebook is a practical guide to bug solving. Besides the obvious testing phase in software engineering, there are many other strategies you can follow to increase the effectiveness and reduce the cost of your Quality Assurance phase, we'll focus on those.
  |  By Bugfender
Bugfender grants you fast remote access to your applications' log files on users' devices - wherever they are in the world. Bugfender logs virtually everything, going beyond simple app crashes. It even logs when the device is offline.

Bugfender is a modern remote logger tailor-made for mobile development.

Most developers debug their apps by looking at the logs generated by their application. Usually this means connecting the mobile device with a debugging cable and looking into NSLogs or logcat.

Bugfender is a cloud storage service with an easy to use SDK that lets developers send their application logs for later use. Works for early development phases, beta testing and production applications. Bugfender unlocks the possibility to detect errors earlier, assist better users who contact your customer support and ultimately achieve an excellent customer satisfaction.

Bugfender represents a new opportunity, log collection services have existed for years on the back-end and network monitoring industry but never applied yet to mobile devices.