Systems | Development | Analytics | API | Testing

Latest News

Operationalizing Data Pipelines With Snowpark Stored Procedures, Now in Preview

Following the recent GA of Snowpark for our customers on AWS, we’re happy to announce that Snowpark Scala stored procedures are now available in preview to all customers on all clouds. Snowpark provides a language-integrated way to build and run data pipelines using powerful abstractions like DataFrames. With Snowpark, you write a client-side program to describe the pipeline you want to run, and all of the heavy lifting is pushed right into Snowflake’s elastic compute engine.

How to get data from Keboola to Google Data Studio?

Google Data Studio is a beautiful visualization tool that turns your data into compelling story-telling reports. But before you can visualize your data, you have to collect it, clean it, and validate it. This is where Keboola comes in. Keboola is the Data Stack as a Service (DaaS) platform that helps you with all your data operations - from building and automating ETL pipelines to data governance.

What Is Gherkin & How Do You Write Gherkin Tests?

When it comes to writing and testing software, teams have a lot of alternatives. How do you know what syntax to use and which testing solution is best for you? In this post, we'll look at how to utilize Gherkin and Gherkin tests. We'll go through the syntax, how to construct a test, and the benefits and drawbacks.

Dev Portal Accessibility (a11y) Improvements

Multiple teams at Kong have been improving accessibility (also referred to as a11y) across our products. Over the past few months, our Dev Portal team has been working on accessibility improvements prompted by the needs of our customers. For example, financial services and government institutions are required by law to ensure their software meets certain accessibility standards.

Kong vs. Apigee: Fast, Pain-Free Compliance

We live in an API-driven economy, where Application Programming Interfaces (APIs) are increasingly being used to open new revenue channels, accelerate time to market and democratize data. Enterprises are constantly striving to build faster, more reliable and easier to use APIs. They understand that every time an API is down, unresponsive or slow enterprises run the risk of losing customers, damaging company reputation and losing revenue. At the same time, API security breaches are at an all-time high.

3 things to do as part of your first-time release strategy for fintech apps

Fintech is one of the fastest-growing mobile app categories in the U.S. To stand a chance as a fintech startup, you need to make sure that your fintech app delivers a top-notch experience. Read about the three main things you need to do to get there!

Dependency Injection in JavaScript: Write Testable Code Easily

I struggled with two aspects of software development as a junior engineer: structuring large codebases and writing testable code. Test-driven development is such a common technique that is often taken for granted, but it's not always clear how code can be made fully testable. I remember reading examples where an author would cleanly unit test a function, and in principle, it made sense. But real code doesn't look like those examples.