Systems | Development | Analytics | API | Testing

Latest News

Underwriting Technology: What Insurance Leaders Need to Know

Automated underwriting technology is helping insurers reimagine what’s possible for replacing manual underwriting processes. Gone is the workbench of the 80s and 90s—incomplete data, sluggish page loads, time-consuming workflows and all. And in its place? A modern, connected solution that unifies your data, automates your underwriting process, and improves decision-making for a better customer experience and a stronger bottom line.

New in Databox: Uncover Opportunities In Your Data With New Visualizations and More Powerful Charts

There will always be a place for spreadsheets in your business. But viewing your company’s performance data on charts can help you analyze your data faster, compare historic performance, and uncover insights you might’ve missed otherwise. The right visualization also helps your team understand performance better and can illustrate the progress they’re making toward a shared goal. The key is choosing the right visualization for each metric or KPI you want to track.

Low-Code Features: 8 Can't-Live-Withouts of a Good Development Platform

If you’re not using low-code, you’re already behind the curve. These platforms empower organizations to adapt quickly to the unforeseen crises and dynamic market conditions we’re all too familiar with. In this article, we'll delve into eight essential low-code features you need to have to keep up. Download the 2023 Gartner® Magic Quadrant™ for Enterprise Low-Code Application Platforms (LCAP) for an unbiased evaluation of LCAP vendors.

Implementing Volume-Based Pricing

When monetizing APIs, a popular approach is volume-based pricing. Of all the monetization models you can apply to your APIs, volume-based pricing is one of the easiest to implement. This blog will cover the basics of applying volume-based pricing to your APIs so your customers can be billed accordingly. Let’s start by looking at the finer details of volume-based pricing regarding monetized APIs.

Log4net for .NET Logging: The Only Tutorial and 14 Tips You Need to Know

If you’ve been writing code for any reasonable amount of time, then it’s virtually impossible that you haven’t handled logging in any way, since it’s one of the most essential parts of modern, “real life” app development. If you’re a.NET developer, then you’ve probably used some of the many famous logging frameworks available for use on this platform. Today’s post will cover one of these frameworks: log4net.

Remodel Your Oracle Cloud Data with a Data Lakehouse

Continued global digitalization is creating huge quantities of data for modern organizations. To have any hope of generating value from growing data sets, enterprise organizations must turn to the latest technology. You’ve heard of data warehouses, and probable data lakes, but now, the data lakehouse is emerging as the new corporate buzzword. But what is a data lakehouse and how can you make the most of it to transform your Oracle Cloud data for advanced reporting and analytics?

8 Top AWS Migration Tools & Best Practices

Migrating to and from Amazon Web Services (AWS) is a common but tricky endeavor. Many moving parts and technical and security aspects need to be considered. AWS provides several of its own tools to simplify the migration process, but there are also several third-party products that can support the AWS migration process. This guide will walk you through some of the best options on the market, their pros and cons, and what features may be useful for your particular migration project.

How to Fix 'int' object is not subscriptable in Python

The error 'int' object is not subscriptable occurs when you attempt to use indexing or slicing on an integer, a data type which doesn’t support these operations. An integer in Python is a data type that represents a whole number. Unlike lists or dictionaries, integers do not hold a sequence of elements and therefore do not support indexing or slicing.