Systems | Development | Analytics | API | Testing

%term

July Germany Meetup - Service integration made easy with Kuma

As we can see, there’s a lot of network communication involved and it must occur in a secure, reliable, and comprehensible way. Since efficiency and agility are critical factors nowadays, we need new, modern approaches, which allow development teams to act autonomously while being able to focus on the important things at the same time. A service mesh like #Kuma can help you to address these challenges in the area of security, connectivity, and observability transparently by moving the responsibility from the application to the infrastructure layer.

Packet Capture Without "tcpdump" for Go Apps in Kubernetes

Every developer knows there are some utilities that are completely indispensable from their workflows. The programmer’s toolbelt, if you will. These toolbelts are usually different from person to person, but if there is one tool that everyone should use or at least know how to use, it is tcpdump. If you are unfamiliar, tcpdump is a tool that allows you to dump and inspect live network traffic being observed on a network interface.

SFTP to Salesforce - Guide to a Secure Integration

Organizations have numerous departments and employees of all skill sets using the same CRM. When it comes to Salesforce, transferring data and files from an external location can be complicated, especially when dealing with confidential information. A great solution to securing the data transfer is to use an SFTP. Here is a step-by-step guide on how to integrate your systems from SFTP to Salesforce.

Accelerate Offloading to Cloudera Data Warehouse (CDW) with Procedural SQL Support

Did you know Cloudera customers, such as SMG and Geisinger, offloaded their legacy DW environment to Cloudera Data Warehouse (CDW) to take advantage of CDW’s modern architecture and best-in-class performance? In addition to substantial cost savings upon moving to CDW, Geisinger is also able to search through hundreds of million patient note records in seconds providing better treatment to their patients.

Widen Your Focus to Drive Better Business Decisions

Data and technology are often hailed as a magic ingredient that can help solve so many problems. But, as I discussed with Joe DosSantos on Data Brilliant – it’s just one piece of the puzzle. In order to truly navigate uncertainty, the key is widening your focus and opening up your information sources. It comes down to balancing breadth of perspective with depth of expertise.

Load Testing SQL Databases with k6

This short tutorial shows how to run a k6 test for load testing a database. In performance testing, we often trigger load tests that simulate realistic user flows, particularly those that are most commonly seen in production. This type of acceptance testing usually interacts with various parts of our infrastructure: web servers, microservices, databases, etc. But what if you want to test the performance or scalability of an infrastructure resource in isolation?

Build your own live chat web component with Ably and AWS

Web Components are a great way to build reusable functionality you can use in different web pages and web apps. Imagine sharing components between different frameworks like React, Vue.js, or Next.js! In this post, we delve into Web Components and show you how to build a chat web component with Ably to use it in an application built with AWS Amplify and AWS Lambda.