Systems | Development | Analytics | API | Testing

Latest News

Updates from Bugfender Q4, 2020

Welcome to the Bugfender winter newsletter! We hope you had a great Christmas and new year. This quarter we’re bringing you a lot of insightful information on our blog. Take a good cup of coffee and find our latest recommended articles below. But first, let’s kick-off with the latest updates as we do on every quarterly newsletter: We hope you find all these updates useful!

Kafka infrastructure, monitoring, data - Which is your priority?

At the heart of Kafka is real-time data. With data at the center of any Kafka environment, it should be the area that gets the most attention, but typically it gets the least. This happens because we see most organizations split their Kafka efforts into three areas: infrastructure, monitoring, and data operations.

Why we built this: a guide to collective testing, for engineering leaders

As an engineering leader on Testlio’s platform team and former product leader at Skype and Microsoft, I’ve evaluated many new tools and concepts to elevate engineering practices and processes. To ensure better efficiency and team empowerment, I ask myself these three questions.

What is Low-Code? Low-Code vs. No-Code, Low-Code Development Tools, and More

A developer's primary job is to work seamlessly, rapidly, and accurately to create software, apps, or websites that match business requirements. Unfortunately, there is a huge margin for error if you have to write lines and lines of complex code. Additionally, many basic tasks in the use of data-related software and other solutions, require extensive coding knowledge that many employees simply don't have. One solution to this is low-code software and development.

The role of the API in managing Big Data

Every time someone uses an app, information travels from a database to the user via an API. Single instances may not seem very important. As long as they perform the required task, people don’t think too much about how applications work. From a business perspective, though, the big data flowing through APIs could unlock important knowledge that helps tap into emerging trends and target customers better. To get the best results, though, companies need the best big data API management.

6 Leading No Code Tools Available Today

No code tools and development platforms are becoming increasingly popular. With the no code development platform market expected to rise to $21.2 billion by 2022, these platforms are here to stay. Whether you’re a developer wanting to streamline development and reduce build times, or you’re a manager looking for a faster, easier way for development, a no code software solution could be just what you need.

Building a Machine Learning Application With Cloudera Data Science Workbench And Operational Database, Part 2: Querying/ Loading Data

In this installment, we’ll discuss how to do Get/Scan Operations and utilize PySpark SQL. Afterward, we’ll talk about Bulk Operations and then some troubleshooting errors you may come across while trying this yourself. Read the first blog here. Get/Scan Operations In this example, let’s load the table ‘tblEmployee’ that we made in the “Put Operations” in Part 1. I used the same exact catalog in order to load the table. Executing table.show() will give you:

Check Browser Compatibility For A Website - A How-To Blog

How do you feel when an application on your device starts breaking but it works just fine on your friend’s smartphone? You reload the browser and wait for the website to load. When it does, it does not feel right. All the features are not visible or you cannot click them. Eventually, you will find yourself in the middle of two roads: 1. Consider that the site is facing an issue and maybe come back later. OR 2. Look for another site as this one is broken.