Systems | Development | Analytics | API | Testing

Managing DreamFactory Scripted APIs with GitHub and Your Favorite IDE

DreamFactory's scripted service feature ranks among the most popular capabilities, allowing developers to create APIs using PHP, Python, or NodeJS which can then be secured using role-based access controls, accessed using auto-generated API keys or other authentication providers such as Active Directory and Okta, and executed alongside other APIs as part of an API composition-based workflow.

EP.2 The Future of Data and Visualization with Francois Ajenstat, Chief Product Officer at Tableau

On this episode, Steve Hamm sits down with Francois Ajenstat, Chief Product Officer at Tableau and a leader in the data analytics industry. They discuss the ins and outs of data visualization, how Francois approaches data integration at Tableau, and the future of artificial intelligence.

[Tutorial] How to Create and Execute Test Cases Using Record and Playback

Test recording is the easiest way for new automation testers to start learning and experimenting with test automation. In this first video, we'll cover how to create and execute test cases using the Record and Playback feature in Katalon Studio. Katalon's Web Recorder Utility function saves you from the time-consuming hassle of manually identifying objects on application under test by capturing your actions and converting them into runnable code in the back-end.

Kong Demo: Protecting Microservices with Servicemesh

In this interactive demo, we will show how to encrypt and protect all services inside a service mesh using the Kuma Mutual TLS policy. We will then demonstrate how to control traffic permissions among each individual service using the TrafficPermission policy. In addition to security, Kuma provides traffic metrics using Prometheus and Grafana dashboards, as well as traffic tracing (APM) and traffic logging integrated into managed cloud logging and analytics services.

How Open Source Helps Bring Back Product Obsession

Did you know that one of the Sauce Labs co-founders created Selenium and that Appium was incubated in Sauce Labs? Open source is in our DNA! When a company relies heavily on open source, it is a common practice to develop strategies and long term goals to manage the relationship between the company’s products and the open source ecosystem.

Episode 9: Introduction to Indexes

In this episode, we learn about a very important technique for making database queries faster: indexes! Indexes are a very powerful technique and are critical to understanding how databases work under the hood. In this lesson we talk about how database indexes make use of the binary search algorithm to speed up queries. We also cover the trade-offs associated with using database indexes, and why it might not be a good idea to use too many indexes.