Operations | Monitoring | ITSM | DevOps | Cloud

October 2020

Best Software Testing Methods

Software testing methods are essential in building software. It helps developers deal with different types of bugs. As we all know, these bugs may range from a missing semicolon to a critical business requirement. Thus, software testing becomes an essential part of a test driven development environment. We are in the era of process automation. Today, businesses are dependent on one or more software products. Therefore, software quality becomes crucial.

The Best Tools for Building Progressive Web Apps

The year 2015 was marked by a new paradigm shift in web development. Google introduced Progressive Web Applications and JavaScript libraries and frameworks, such as React.js, Angular.js or Vue.js, created new development methodologies. By 2020, the web environment is flooded with PWAs based on reactive programming and built with cutting-edge frameworks.

Application Performance Monitoring 101

In this guide, let’s dive deep into Application Performance Monitoring (APM) and how it works. We’re going to establish the difference between monitoring and management. Additionally, understand how to leverage APM’s full potential and its role among the different parts of the organizations, not just the technical department. Modern applications bring value to every organization in today’s information age.

Is Elasticsearch the Ultimate Scalable Search Engine?

For enterprise applications and startups to scale, they need to manage large volumes of data in real-time. Customers must have the ability to search for any product or service from your database within seconds. When you manage a relational database, data is spread across multiple tables. So, customers may experience lag during search and data retrieval. However, this is different with Elasticsearch and other NoSQL databases.

Free and Affordable Application Monitoring Tools

Free application monitoring tools are the go-to options for small organizations with limited IT budgets. However, with the number of tools available, which ones should you use? In this article, let’s analyze several free application monitoring tools that allow you to effectively pinpoint application performance issues.

3 Ways to Send Emails with Ruby

For many developers, Ruby on Rails framework not only allows them to build web applications, websites, and efficient database solutions, but it can help them optimize mailing operations. You can easily use Ruby on Rails mailer, an automatic tool to build transactional messages of any kind, and make proper authentication. In this article, we review three main ways to work with email sending in RoR, which include some Ruby gems, the Net::SMTP class, and the facilities of the Socket system.

Top 5 Python Memory Profilers

According to the Stackoverflow survey of 2019, Python programming language garnered 73.1% approval among developers. It ranks second to Rust and continues to dominate in Data Science and Machine Learning(ML). Python is a developers’ favorite. It is a high-level language known for its robustness and its core philosophy―simplicity over complexity. However, Python application’s performance is another story. Just like any other application, it has its share of performance issues.

How Serverless is an emerging Software Architecture?

Software development has greatly evolved over the years. Serverless is an emerging software architecture that could resolve issues when it comes to developing software solutions. As software developers, you’re tasked with server setup, installing the software, operating systems requirements, server management and maintenance, designing an application with high fault tolerance and availability, as well as managing load balance and more.

Top 10 Open Source APM Tools

Project owners and developers turn to open source APM tools to lessen the cost of application performance monitoring. In this entry, let’s examine the attributes of these open source tools. Years ago, traditional APM solutions were designed for IT only, particularly network operations. The APMs were used to monitor data to ensure the network’s Quality of Service(QoS). However, the landscape has changed.

Real User Monitoring for JavaScript with Retrace

Real User Monitoring, also known as End User Monitoring or RUM, is a way of monitoring the client side portions of an application. Real User Monitoring for JavaScript allows developers to have access to key metrics for load times and user paths being used in production as part of their application performance management (APM).