Systems | Development | Analytics | API | Testing

Latest Blogs

Delivering High Performance for Cloudera Data Platform Operational Database (HBase) When Using S3

CDP Operational Database (COD) is a real-time auto-scaling operational database powered by Apache HBase and Apache Phoenix. It is one of the main Data Services that runs on Cloudera Data Platform (CDP) Public Cloud. You can access COD right from your CDP console. With COD, application developers can now leverage the power of HBase and Phoenix without the overheads related to deployment and management.

Too many Cloud Testing Tools are Distracting and Addictive. Here's How to Fix It.

In this new work from home era, a lot of companies have moved more and more towards online services and new tools to keep their productivity at similar levels as before. It’s harder and harder to keep track of all the tools and services you use on a regular basis to test all your websites and API services of your business. Here at LoadFocus it gets easier and easier to make use of the integrated testing services we provide as of today.

How to Speed Up WordPress Site (Complete Guide)

WordPress is the most popular blogging platform in the world. In addition to the popularity of WordPress as a blogging platform, it is also used by a variety of other websites for a myriad of different purposes. From small businesses to large media sites, WordPress is a platform that offers a lot of potential for a wide range of different websites.

JSON Logging: 7 Must-Know Tips

The performance of a applications and company's infrastructure is critical to its success. We all know how crucial logs are when it comes to diagnosing performance and availability issues. Is troubleshooting, however, the sole function of logs? Obviously not. You've probably discovered they're vital in other ways as well throughout the years. The visualisation of business dashboards is another use of logs. Here's why JSON logging is the ideal format for storing logs.

Resolving TypeError: "X" is Not a Constructor in JavaScript

A constructor is a special function that creates and initializes an object instance of a class. In JavaScript, a constructor gets called when an object is created using the new keyword. The purpose of a constructor is to create a new object and set values for any existing object properties.