Systems | Development | Analytics | API | Testing

Kuma Gateway API: Your Secret Weapon for Multi-region and Universal API Connectivity | #kuma

🐻 In this episode of #kongbuilders @ViktorGamov , a principal developer advocate at kong, talks to Mike Beaumont, Software Engineer at @KongInc about deploying a mesh spanning multiple regions and using Kong Mesh’s built-in, Envoy-based Gateway for directing traffic.

The 7 Best Airflow Alternatives in 2023

Who doesn’t love Apache Airflow? The Python-based open-source tool allows us to schedule and automate workflows with DAGs (Directed Acyclic Graphs). Data teams use Airflow for a myriad of use cases: from building ETL data pipelines to launching machine learning apps. The open-source tool makes workflow management easy: it is extensible, easy to monitor from the intuitive user interface in real time, and it allows you to build dependencies between jobs.

DataFinOps: More on the menu than data cost governance

IT and data executives find themselves in a quandary about deciding how to wrangle an exponentially increasing volume of data to support their business requirements – without breaking an increasingly finite IT budget. Like an overeager diner at a buffet who’s already loaded their plate with the cheap carbs of potatoes and noodles before they reach the protein-packed entrees, they need to survey all of the data options on the menu before formulating their plans for this trip.

Business Metric Strategies: How To Choose the Right Framework To Measure Success

Business metrics provide a quantifiable way to measure the success of a business. They help organizations to track their progress internally while also serving as a way to communicate the performance of a business to stakeholders and external parties. There are hundreds of metrics that could be factored into these calculations, but they need to be specific to an organization to be effective.

February 2023 Product Updates & News

In this continuation, Allen Loew, a Principal Quality Engineer and Sauce Labs advocate, explains how saucectl has transformed his team's test efficiency. We’re excited that Sauce Labs new fellowship program is in full swing. Over the next several weeks, we’d like to introduce you to the five fellows who are working hard to improve and open source Elemental Selenium. Learn about our new brand identity, migrating to Appium 2.0, our enhanced cross-browser testing experience, and more.

Automate Your CSS Formatting: Learn How to Use a Formatter

As any web developer knows, CSS (Cascading Style Sheets) can be a real pain to deal with. The code is often messy and hard to read, which can make debugging a nightmare. Fortunately, there are tools available that can help automate the process of formatting CSS code. In this blog post, we’ll take a look at how to use a CSS formatter to make your life easier.

Computer Vision 101: What It Is and Why It Matters

10 years ago, it would be ridiculous for people to believe that someday they would be able to use their faces to unlock their phones. That’s because it had been extremely difficult to create cartoon characters without profound drawing skills – but now we can easily turn photos into cartoon characters. Struggling with parallel parking? No worries, because self-parking systems are becoming standard equipment in vehicles.

Leveraging Data Analytics in the Fight Against Prescription Opioid Abuse

Every day in the US thousands of legitimate prescriptions for the opioid class of pharmaceuticals are written to mitigate acute pain during post-operation recovery, chronic back and neck pain, and a host of other cases where patients experience moderate-to-severe discomfort.

How to configure and use JMeter logging

We are going to look at how JMeter outputs to both the log panel in GUI mode and the log file in non-GUI mode. We will look at the properties relating to the GUI log panel and the Appenders and Loggers that determine what data is output and at what level the logs are output at. JMeter uses log4j to provide its logging mechanism and from the log4j website: We will look at how Jmeter configures Appenders and Loggers separately but they work together to produce the logged output.