Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Sponsored Post

The 2023 guide to native app development

Native app development is the creation of software programs that run on specific devices and platforms. You can build native apps for desktops, smart TVs, and so on - but since the most popular target devices are smartphones, native app development is frequently used to mean mobile app development. According to Statista's latest data, Google's Android and Apple's iOS operating systems have squeezed every other mobile OS out of the market over the years, and in the fourth quarter of 2022, they made up 99.4 percent of the total mobile market.

Raygun API Beta is now open to everyone

We’re excited to announce the offical Beta launch of the Raygun API, allowing you to extract, manipulate, and visualize insights from your account in innovative ways. This is included with all Raygun plans, and is now readily available to customers of all sizes. We’ve made the decision to release this Beta sooner than anticipated, as we’re eager to receive your early feedback to make sure we’re focussing on the endpoints that provide the most value to your team and business.

Using OOP concepts to write high-performance Java code (2023)

Java is a class-based object-oriented programming (OOP) language built around the concept of objects. OOP concepts are intended to improve code readability and reusability by defining how to structure your Java program efficiently. There are seven core principles of object-oriented programming, as follows.

40 most popular programming languages 2023: When and how to use them

There are many - maybe too many - programming languages to choose from. One of the most effective ways to assess their popularity is by the number of search queries for each language, across the web. The TIOBE Index is the definitive list of programming languages, ranked in order of search volume popularity as an indication of prominence and public interest. This article lists the top 40 languages on that list, with a brief overview and their pros, cons, and hiring prospects.

Raygun names Lana Vaughan as co-founder

Today I’m sharing the exciting news that we have named Lana Vaughan a co-founder of Raygun. What does being a co-founder mean to me? I’ve always started with integrity. A co-founder needs to be somebody you can trust – really trust. When your back is to the wall, and everything feels like it’s not quite right, you need to know you can talk with your co-founder about it. This is a deep trust built over time, from shared challenges.
Sponsored Post

What are microservices? The pros, cons, and how they work

Microservices are a popular software design architecture that breaks apart monolithic systems. A microservice application is built as a collection of loosely coupled services. Each microservice is responsible for a single feature. They interact with each other via communication protocols such as HTTP.

Update: Expanding our new API functionality

Today we continue on our journey towards being API-first with two new updates – non-expiring tokens and regenerating API keys. As you may have seen, late last month we made the exciting announcement about the launch of our Public API. Delivering a world-class API is a core focus here at Raygun. We’re on a mission to give you greater control over how you can extract, manipulate, and visualize the powerful insights surfaced in Raygun, so that you can use them in exciting new ways.
Sponsored Post

Increase customer retention & stop leaving money in the shopping cart

We all know the pain and frustration associated with broken software. It's no secret that the internet is rife with broken links, slow pages, and broken shopping carts, often feeling like it's being held together with glue and duct tape. These issues aren't just causing frustration for customers; it costs businesses millions. According to the Consortium for Information and Software Quality, poor software quality cost US companies $2.08 trillion in 2020. Every interaction between a customer and your technology is an opportunity to build or destroy trust. People tend to have a poor memory when things go right, but oh boy, do they remember when something broke.

Java vs Python: Code examples and comparison

As two of the most popular and practical languages out there, should you choose Java or Python for your next project? Is one of these languages a clear-cut better option? The answer is a long one. According to GitHub’s annual Octoverse report, Python has now climbed to the second most popular language in usage, pushing Java down to third place.