Systems | Development | Analytics | API | Testing

Latest News

Imperva and Kong Join Forces to Integrate Leading API Management and Cybersecurity Solutions

Today we’re pleased to announce a new strategic partnership and resale agreement with Imperva. Imperva customers will now be able to directly license Kong Enterprise, the fastest, most feature-rich, and secure API management solution. In addition, Kong customers will be able to use the Imperva API Security plugin within Kong Enterprise. This allows developers to comprehensively secure their APIs and protect their business applications and data against unauthorized access.

Good Practices for improving Code Quality

TypeScript is a popular programming language that has become increasingly popular among developers due to its strong typing, object-oriented programming, and scalability. As with any programming language, it’s important to follow coding standards to maintain consistency and ensure that your code is readable and maintainable. In this article, we will discuss some TypeScript coding standards that will help you write clean and consistent code.

Use AI to train AI: prompt learning using OpenAI API and ClearML

Making a Question Answering (QA) bot that can cite your own documentation and help channels is now possible thanks to chatGPT and Langchain, an open-source tool that cleverly uses chatGPT but doesn’t require retraining it. But it’s a far cry from “out of the box.” One example is that you have to get the prompt just right. To get an LLM (large language model) to do exactly what you want, your instructions will have to be very clear, so what if we automate that too?

G2 Spring Reports 2023: Keboola leads the way once again

Keboola has once again taken first place in multiple categories, as announced by the world’s leading software peer-to-peer review marketplace, G2. As a data stack as a service, Keboola has one core goal - to make data accessible across all departments in your business. We want to empower teams everywhere to use data and build data products effortlessly, regardless of their technical background. Keboola’s success in the G2 Spring Report is gratifying proof that our users continue to love us.

APIs and JavaScript: Maximizing Development Potential

For decades, businesses of all sizes have uncovered the value of application programming interfaces (APIs). However, it’s only in recent years that the implementation of APIs has exploded, often thanks to greater accessibility. From reducing costs to creating more interconnected experiences, the benefits of APIs for developers and business leaders are clear — but what are they, and how do they relate to something like JavaScript?

How to increase the PHP memory_limit for better performance?

Occasionally, you may encounter the following error: Fatal Error: Memory Size Exhausted? Or Perhaps your website has just gone blank? Installing a new theme, adding a plugin, or upgrading your WordPress version usually causes this problem. Is the site running too slowly or is the server overloaded? Your host's PHP memory_limit is less than what your process requires. This is the main cause of this error. If this occurs, you'll need to increase the host memory limit in order to complete the process.