Operations | Monitoring | ITSM | DevOps | Cloud

Raygun

Ruby performance tips - how to optimize code from the ground up

Over the last few years, more developers have taken Ruby as their staple programming language. Who can blame them? It certainly has a lot of appealing features. For one, the syntax is easy to read and debug. A default MVC architecture within most Ruby frameworks is another alluring factor that may have had you using it as well.

Remote pair programming: Tips, tools, and how to measure

Remote pair programming is an Extreme Programming (XP) methodology which is a part of the Agile software development model. It takes the principle of pair programming to the remote workplace. Pair programming leads to higher quality code and fewer bugs by making continuous code reviews and synchronous collaboration possible. In traditional pair programming, two programmers sit side by side in front of the same computer.
Sponsored Post

Unlock next-level detail in Real User Monitoring with these latest improvements

In our latest release, we're rolling out a whole series of improvements to Raygun Real User Monitoring that gives you the instance-level data you need to understand exactly how your application is performing in every single user session. Armed with this level of diagnostic information, you and your team will know exactly where to spend time when improving the performance of a particular page.

The art of shipping and monitoring software with speed and confidence

Software teams are under increasing pressure to ship code faster than ever before, but without the right workflow and tools in place, this can introduce unnecessary risk and headache. We wanted to share how to configure deployments, identify issues, and track performance gains using tools and process to get the best results and enable you to ship software with speed and confidence. The tools we will be using in today’s example include Jenkins, Octopus, and Raygun.

How to deploy and monitor software with speed and confidence using Octopus Deploy and Raygun

In this live demonstration, you’ll witness experts from Octopus and Raygun deploying software into production and monitoring the impact of these changes in real-time. Learn first-hand how to seamlessly configure deployments, identify issues, and track performance gains.

Announcing new-look notifications for Slack

We’ve had a lot of great feedback about our integration with Slack. Customers find it invaluable to have all the information about an error or issue delivered to a channel of their choice. Using Raygun Crash Reporting or APM and Slack together, everyone involved is alerted to a problem, and an indication of the cause can be ascertained immediately. The appropriate person can then be assigned to complete the investigation and resolve the error or issue pronto.
Sponsored Post

Database performance improvement - How-to in 4 easy steps

During development, it's important to think about how your application will work with your databases. You can run into performance issues all the way through the stack, so you'll want to be mindful of how the data is being accessed. From the client to the database, there are layers where trouble may creep in.

Top tips to improve JavaScript performance for faster websites

Performance is one of the most important concerns when developing an application. All software developers should monitor and improve performance in every layer of the application. From the database to the server-side language, there are plenty of opportunities for performance issues to arise, and the front end is certainly no exception. So that’s why today we’re talking about JavaScript performance and how to improve it.