Systems | Development | Analytics | API | Testing

How to Customize Your Kong Developer Portal

A developer portal is a storefront to your APIs (the products) that internal and external developers are trying to consume. The Kong Developer Portal provides a single source of truth for all developers to locate, access and consume services. With intuitive content management for documentation, streamlined developer onboarding and role-based access controls (RBAC), Kong’s Developer Portal provides a comprehensive solution for creating a unified developer experience.

Replacing the FMEA Risk Assessment: How to Manage Risk in an Agile World

Product failures and defects can occur on many different shapes and levels, impacting any part of the user experience, functionality, and even safety. In the past, organizations were taking the approach of of Failure Mode and Effects Analysis (FMEA) for risk assessment. This allowed teams to identify and prevent failure before a product or update is released.

Xplenty vs. Heroku Connect

When you're looking for effective ways to connect your data and transfer it safely, there are a few options to consider. Two of the top choices for companies across many markets are Heroku Connect and Xplenty. These top services allow the user to have greater flexibility and control over their data and how it's used. It's important to know which option is best for your specific needs.

Best Developer Tools: 5 APIs That Make Life Easier for Developers

Looking to understand more about what the best developer tools on the market? Here, we’ll have a look at 5 essential APIs that will make life easier for any developer. APIs are critical to enabling applications to communicate with each other. For example, they let your email app talk to your bank’s website, and they let the different programs on your computer work together seamlessly.

Snowflake Ventures Invests in Habu to Modernize Data Collaboration for Advertising Solutions in the Data Cloud

At Snowflake, we are on a mission to help customers unleash their data. Our view on the ecosystem is that Snowflake provides the cross-cloud data infrastructure and technology that our partners can stand upon to deliver advanced solutions that empower business users.

Data Leaders Survey: The present and future of data

To understand the current challenges and future priorities of data operations, we surveyed 85 data leaders across multiple global verticals - from retail to marketing, from software to fintech. The CEOs, CTOs, CCOs, VPs of Data, and Heads of Strategy all chipped in to unveil how they run data operations today and what they foresee in the future of data operations.

Types of Exceptions in Java

Java is an object-oriented programming language. It supports a variety of techniques, including exception handling. This Java feature allows developers to control exception-related runtime issues. In Java, an exception is an event that happens during the execution of a program and prevents the program's instructions from flowing normally. Exceptions are bugs or errors that we don't want and that prevent our application from running normally. In this article, we are discussing exceptions in Java.