Operations | Monitoring | ITSM | DevOps | Cloud

Raygun

The first rule about technical debt - never talk about technical debt

Have you ever been frustrated that your warnings and opinions on technical debt are going unheard? Or you’ve felt pushed to deploy code and software updates that are either not ready, or will cause your team more headaches than other stakeholders appreciate? You’re not alone. Whether you are building an early-stage startup or working at a vast 20-year-old monolith, technical debt mounts as you make changes and deploy new functionality.

Software team KPIs for competitor beating software

Back in the bad old days of battleship grey UIs, rounded corners made up with GIF files and “Best Viewed With Netscape Navigator 3.0” badges, businesses just wanted their software teams to ship – quality be damned! In today’s modern software world, things are much different. Technology leaders are expected to deliver on time.

Make fewer HTTP requests: What this means and how to do it

Thanks to advancements in JavaScript engines, the performance of websites has considerably improved in recent years. However, there are aspects of websites that are out of the control of engines and yet to be adequately optimized by browsers. One of these aspects is the number of HTTP requests that your webpage makes.

Sponsored Post

10 Best iOS crash reporting tools for 2019

The best iOS crash reporting tools have to meet many expectations. They need to monitor crashes, generate crash reports, filter and group errors, and perform other tasks. In this article, we have collected the 10 best iOS crash reporting tools so you can make a decision. They can help you catch errors in real-time, identify patterns, and fix bugs before they affect your customers.

Stay in-the-know: Introducing the Performance Matters newsletter

As you’re juggling deployments, writing code, and attending meetings there’s not a great deal of time left for staying up to date with the latest trends in tech. The culture around performance is getting stronger — performance is absolutely a feature, yet the pressure is on to deliver more without sacrificing quality. The good news is that there are companies who have achieved their performance goals — and more.

The dark art of prioritization and more: Tech leaders weigh in on software quality

Every software professional in a leadership role is concerned about the caliber of software that gets into the hands of customers. Questions like, is the new app slow to load? Is it working as it should? Why has churn increased? Are natural consequences of building software, yet we don’t always get the answers we need.

.NET Debugging: 6 techniques you need in your arsenal

Debugging. It’s one of the most time-consuming ways of finding a bug. As a senior .NET developer, I can tell you that it’s best to avoid the necessity for debugging altogether by writing clean code that’s covered by automated tests. If you’re a senior developer yourself, you probably already know this. And if you’re a junior developer, now you know it too! However, the world isn’t binary.