How Clever.fm Monitors and Fixes Real Issues
Clever.fm is developing a platform to connect podcast listeners with community and content to make podcasting financially sustainable for creators. Our…
Clever.fm is developing a platform to connect podcast listeners with community and content to make podcasting financially sustainable for creators. Our…
The following guest post addresses how to improve your services’s performance with Sentry and other application profilers for Python. Check out this post to…
Monitoring performance in front-end applications is vital. It focuses on the areas of the application users experience. These areas are slow rendering or frame…
In the previous two articles we've looked at why you should consider converting your application to Android, considerations to be aware of when converting your…
There are multiple factors including speed, performance, UI interactions, etc. which are critical to the success of your iOS application. Slow and unresponsive…
In my previous article, we looked at reasons for converting your iOS application to Android, and things you’ll want to consider when porting your application…
One of the biggest catches of building applications with native tools is they only work on one platform, and migrating an application takes time. After eight…
Welcome to the final article in this Unity series where we are developing a Unity game. You can check out my intro article, where I dive into Unity editor…
In this 4 part series, you will learn how to optimize the different areas of your Django application. This part will focus on optimizing the database for speed in Django applications.
React Native is great for building cross-platform mobile applications. Learn how to optimize the performance of React Native applications with these 10 tips.
This is part 3 in our 4-part iOS performance improvements series, which is focused on optimizing the existing codebase using best practices, modularizing the architecture, creating and utilizing reusable components in the code, and more.
In this tutorial, we’ll show how to add Sentry to a Django application so you can track and resolve any errors or performance issues occurring while your application is in production.
The performance of your iOS app is crucial when building and publishing it for any number of users. Your users expect it to be delightful, fast and responsive,…
In part 2 of our Unity game development series, we walk through adding the falling effect, how to instantiate several prefabs in random places, & how to make a score counter (and display it).
In this post, Dennis Gurock of Testmo walks through how his team uses Sentry to identify errors during beta tests.