Systems | Development | Analytics | API | Testing

Latest Blogs

Frontend Testing vs Backend Testing: What's the Difference?

An application can broadly be divided into two categories: frontend and backend. Before releasing a product in the market, it’s essential to test whether both the frontend and backend of the application are working correctly. Frontend testing is the testing of the user interface visible to the user by which users interact with the application. In contrast, backend testing is about testing the actual database and server logic under the hood, which is not visible to the application users.

Manual Testing vs Automation Testing: Which one should you choose?

Before we discuss the difference between manual and automation testing, let’s understand why we need Software testing. Surprisingly in many cases, the importance given to software development won’t be given to testing. If we look into SDLC, testing has greater integrity. Taking it casually and testing in non-real environments will directly impact the entire project and lead to testing failures without a doubt.

Do More With Yellowfin: November 2022 Yellowfin User Group Event Recap

Welcome to our Yellowfin Customer User Group Event event recap for November 2022! Following our quarterly webinar held November 8 - 9, this blog provides a helpful summary for our customers that could not attend to catch up on new updates from the company, including our future product roadmap and extended support of the Yellowfin embedded analytics suite.

Mistakes to Avoid in Software Development Projects

Software developers have a lot on their plate, from writing good code to end-to-end testing. Most of the time, the whole software development process isn’t all smooth sailing. Errors often arise that hinder and slow down the whole production. According to many studies, software project failure rates range between 50% to 80%. While some mistakes can be easily fixed and recovered, others can bring the business to a screeching halt.

How ClearML Helps Daupler Optimize Their MLOps

We recently had a chance to catch up with Heather Grebe, Senior Data Scientist at Daupler, which offers Daupler RMS, a 311 response management system, used by more than 200 cities and service organizations across North America and internationally. This platform helps utilities, public works, and other service organizations coordinate and document response efforts while reducing workload and collecting insights into response operations.

Move Data from Google Sheets to BigQuery

How do you link BigQuery with Google Sheets? Importing a table from Google BigQuery to Google Sheets is quite easy. In fact, you can connect BigQuery tables directly to the Google Sheets spreadsheet with a couple of clicks using Connected Sheets, the new Google BigQuery data connector (check the full instructions here). But what if you want to move data the other way around? That is, how do you send Google Sheets data to your Google BigQuery data warehouse? Now your life becomes a bit more complicated.

End-to-End API Monetization with Django, Stripe, and Moesif

Many API developers and companies struggle to find ways to easily set up systems to monetize their APIs. Some are simple but not customizable, some are complex and require massive engineering effort to actually get it all running. To make things easier, Moesif created a feature called Billing Meters which gives massive customizability but with a minimal amount of code and engineering effort.

The Ultimate Data Lineage Guide

There is a famous saying that goes by: Coincidently, this is also true for data in modern times. The information which we see in pretty reports and charts or is displayed to users via an application has actually experienced a long run of data processing and transformations. These transformations are a result of well-planned ETL pipelines and data management strategies. Originating from different touchpoints, data witnesses several alterations throughout its lifecycle, such as.