Systems | Development | Analytics | API | Testing

Latest News

A Beginner's Guide to Java Stack Traces

As a Java developer, you'll frequently encounter stack traces in your work. By default, these stack traces are displayed on the console when unhandled exceptions occur. However, it's essential not to merely have a superficial understanding of what stack traces are and how to utilize them. This article aims to provide a comprehensive explanation. A call stack is often defined as the current stack of operations or a representation of the ongoing program flow.

Logilica announces Open SEI Platform release

SYDNEY, NSW — 08 November 2023. Logilica, a leader for Software Engineering Intelligence (SEI), today announced their support for open interfaces to their engineering analytics data warehouse and platform. Logilica enables enterprises now to bring their own software lifecycle data and upload them through Logilica’s published APIs, opening up their flagship platform to a wide variety of tools and solutions.

How to Integrate Salesforce Apex with Other Applications

In our interconnected digital world, seamless integration is key to unlocking unparalleled efficiency. Explore the art and science of integrating Salesforce Apex with various applications. Whether you're a novice or a seasoned developer, this guide will illuminate pathways to enhance your application's synergy, ensuring a smoother and more productive workflow. In this article, we delve into Salesforce Apex, integration importance, methods, and best practices.

How Modern Automotive Companies Can Generate Value With Connected Mobility

From connected cars and fleets of commercial vehicles to connected smart home devices, it’s estimated there are more than 14 billion products equipped with sensors, processors, software and connectivity worldwide—a number that is projected to almost double by 2030.

How to Use Timeouts in Node.js

Because of the asynchronous nature of Node.js, it's crucial you set timeouts to ensure the responsiveness of your application. Node.js timeouts help prevent indefinite waiting and let your backend handle situations where tasks take longer than expected. Thanks to timeouts, you can control the maximum duration allowed for incoming and outgoing requests. In this article, we'll look at the different types of timeouts and how to set them in vanilla Node.js and Express.

What Is MySQL API?

When companies have massive volumes of information to deal with, it's challenging to make sense of it all. With information spread across the organization, gathering valuable insights to drive decision-making is nearly impossible. Bringing all of this information together in a consolidated platform helps support discovery, reporting, and analysis which is critical for defining business strategies. In the era of digital disruption, agility is key.

How To Design a Dashboard in Yellowfin: Part One

Designing a dashboard comprises many different considerations. Whether it's the business-user, data expert or business unit building the dashboard, our team aims to create a guide that will be useful for everyone who wants to (or needs to) create a dashboard, but is having some troubles figuring out how to do it. In this latest series of blogs, the Yellowfin Japan team takes the lead in introducing the process of creating a new dashboard in Yellowfin.