Systems | Development | Analytics | API | Testing

Latest News

Top 6 Website Builders for Beginners

In 2020, a website is essential for just about everyone. Whether you run a small business, are a blogger, a professional like a graphic designer or a freelance writer, or an entrepreneur, a website is critical for being able to do what you do. Luckily, these days it is also extremely easy to create a website. Thanks to the large number of website builders now available, you no longer need to hire a web developer, and instead can build your own website from scratch.

How to Fix JavaScript Errors

My computer programming teacher had always told me that 10% of our time is spent developing 90% of our application, and the other 90% of our time finishing the last 10% of our project. Even with a good project plan and a concept that makes logical sense, most of our time will be consumed with fixing errors. Moreover, with JavaScript, our application can run without obvious errors preventing it from being run, so we have to employ several techniques to make sure everything is running smoothly.

Fresh Features: automated data discovery goes prime time

Here’s part 2 of ‘Fresh Features’ of Yellowfin 9. And this week, we’re looking at Signals. Signals is Yellowfin’s unique and powerful automated data discovery product. It will automatically scan your dimensional data and find any significant changes in your data. Then, it automatically sends you an alert, complete with analysis and correlations to help you take swift action to nip issues in the bud or build on successes.

From GDPR to CCPA, the right to data access is the Achilles' Heel of data privacy compliance and customer trust - Part 3

In the first and second blog posts we explained the importance of DSAR as well as how the customer experience can be impacted if the process is not well managed. In this last part, we will go through a few tips that could help you to be DSAR champions!

How to perform Mobile Automation Testing of the UI?

Whether it is a web or mobile application, testing is one of the most important aspects of the web/app development process. As the IT industry is leveraging test automation to make several complex activities fast and smooth, automated testing can be implemented to reduce human errors and save a lot of time. So, in this article, we will discuss how to set up test automation for the mobile web UI.

How to Get Your Elixir Application Ready for CI/CD

In today’s post, we’ll go over what continuous integration and continuous delivery are, the benefits that come along with employing CI/CD, and some best practices that you should follow. We’ll also explore a wide array of Elixir ecosystem tools that can help you create top-notch CI pipelines. In order to experiment with a handful of the tools that we will be discussing, we’ll use a Git hooks Elixir library to execute our CI/CD validation steps, but on our local machine.