Systems | Development | Analytics | API | Testing

%term

Build and Deploy Kubernetes Applications with Skaffold

Skaffold is a command line tool that facilitates continuous development by streamlining the workflow for building, pushing, and deploying Kubernetes applications. Skaffold handles the complexities of Kubernetes deployments, allowing developers to focus on local application iteration while managing deployments efficiently. Get started with our tutorial.

How to build a serverless web application

Serverless technology allows you to build and deploy efficient, scalable, and modern web applications. By going serverless, you can eliminate the need for server management and save time and money. In this tutorial, you'll learn how to utilize the power of serverless by building a full-stack web application using different technologies. If you are ready to take your web development skills to the next level and build a serverless web application, let's get started!

Seamlessly Connect IoT Data Streams: Integrating Confluent Cloud with AWS IoT Core

Raw data from IoT devices, like GPS trackers or electronic logging devices (ELDs), often lacks meaning on its own. However, if combined with information from other business systems, such as inventory management or customer relationship management (CRM), this data can now provide a richer, more complete picture for more effective decision-making. For example, combining GPS data with inventory levels can optimize logistics and delivery routes.

Accelerating Software Quality through Rapid Feedback with Titus Fortner

What’s the secret to optimizing your test suite without sacrificing quality? In this episode of Test Case Scenario, Jason Baum and Evelyn Coleman are joined by Titus Fortner, Senior Developer Experience Engineer at Sauce Labs, to discuss strategies for improving CI pipelines, tackling test flakiness, and using analytics to streamline the testing process. Get insights on how Sauce Labs prioritizes speed, coverage, and reliability in large-scale testing across multiple environments. You’ll also learn real-world solutions to help teams stay agile while ensuring software quality.

S1.E27: Combining performance testing and exploratory testing with Leandro Melendez

The team is thrilled to welcome back Leandro Melendez, aka Señor Performo, for his second appearance on the show! Last time, it was all about performance testing, but now, Leandro is here to explore the powerful combination of performance testing AND exploratory testing. With nearly 20 years of IT experience and a decade dedicated to performance testing using top-tier tools like Roller, NeoLoad, and more, Leandro shares his insights on.

Introducing the New DreamFactory Chrome Extension API Tool!

We’re thrilled to announce the launch of our brand-new DreamFactory API Tools Chrome Extension, designed to make API development faster and more efficient than ever before. This powerful tool brings all your favorite API testing capabilities right to your browser, allowing you to easily generate cURL commands, manage HTTP headers, and test endpoints on the fly. Whether you're working with REST APIs or handling JSON payloads, our extension streamlines your workflow, saving you time and effort.

Understanding setImmediate() vs process.nextTick() in Node.js

Node.js is a powerful runtime environment that allows you to handle asynchronous I/O operations efficiently using its event-driven architecture. Asynchronous operations in Node.js rely heavily on the event loop, and understanding how certain functions like process.nextTick() and setImmediate() interact with the event loop is essential for building fast, responsive applications.

Docker Containers: Enabling Ssl For Secure Databases

Security is critical for any application, especially when dealing with sensitive data like financial records or user information. Databases such as MongoDB and PostgreSQL communicate over the network, making them vulnerable to interception. SSL (Secure Sockets Layer) encrypts the communication between the client and the database server to prevent data exposure. This encryption ensures that: 1. Data Integrity: No third party can modify the data in transit. 2.

How to Build a Risk Management Platform for Payment Gateways Like Stripe [with example client case study]

When you’re a popular name in the payment gateway market, like Stripe, you need to maintain a reputation for intelligent payment processing as well as strict payment security. Customers expect proactive fraud prevention and compliance management features to be inherently included in your offerings. Failing to do so will harm your brand, and you might not even get two more strikes to reaffirm your presence.