JavaScript Error Logging Basic Tips

Developers love .NET Core / .NET 5 more than any other framework, as found by the latest Stack Overflow Developer Survey. So why do 72.67% of developers love .NET Core so much? Let’s take a look and answer the following questions: What is .NET stack? Who are full stack developers? Why is .NET good for […]
Node.js Monitoring: Performance Monitoring Best Practices

Plenty of developers who start coding in Node.js do so because of how easy it is to get started. But once you are ready to take your application to the next level, you need to take a step back. Why did you choose to build in Node.js, and where do you want to take your […]
JavaScript Error Logging: Everything You Need To Know

JavaScript Error Logging Basic Tips 37.3% of respondents to the 2021 State of JavaScript Survey agreed that developing in JavaScript is “overly complex”. Since JavaScript is extremely versatile, that adaptability can become too much to handle. The language integrates with too many other tools, so developers can end up with an overwhelming tech stack to […]
Error Buckets and Root Causes

I’m sure anyone out there using redis has probably seen log output like this from time to time: Users can’t sign up… and our payment processor is failing… and users can’t login… and our SSO is broken! A low-level exception is bubbling all the way up and it looks like we have lots of issues […]