Systems | Development | Analytics | API | Testing

Achieve Insightful Operational Reporting for Oracle ERPs

Your business needs actionable insights from your Oracle ERP data to respond to volatile market conditions and outpace your competition. But generating custom reports requires deep technical knowledge and the process is often managed by IT. The process can often take weeks, if not months, and, in many cases, the report or dashboard is limited to a single use case and applicable only to a single business unit or user – often only the requester.

How to customize color ranges in charts

Learn how to change the color settings in a chart by using different metric ranges, and even custom sets of colors. You'll learn how manipulate the color in your charts by setting upper and lower bounds, or by specifying the midpoint in your chart. You will also learn the two places that you can access the color settings in your charts.

Introduction to Agile Software Development | Anant Verma | Antino Labs

In today's era Agile is widely being used in every organization. In this technical session you are going to get a brief overview about Agile. It will cover topics including who do we need Agile, Various concepts of Agile and how to implement the agile. Get the complete understanding of Agile process in this technical session of 1 hour.

Is low-code viable for developers? - LowCodeCon 2022 Talk

This was a talk given by Shantoie Vorster at LowCodeCon 2022. We ask if low-code tools are viable for developers, especially in an enterprise environment. Shantoie tells about his experiences developing enterprise systems using low-code tools. These applications range from critical business processes, ETLs, APIs and more. The talk also includes a small demo of Linx to showcase the platform's potential in the hands of a developer.

WSO2 and Fluidra to Share Case Study on Driving Digital Transformation with APIs at Gartner IT Symposium/Xpo 2022 in Barcelona

Gartner IT Symposium/Xpo Solutions Provider Session will examine how adopting an API-first strategy with WSO2's technology has enabled Fluidra to improve quality, performance and collaboration and achieve faster delivery times.

How to Scale Ruby on Rails Applications

Today we will dive into some strategies you can use to scale Ruby on Rails applications to a huge user base. One obvious way of scaling applications is to throw more money at them. And it works amazingly well — add a few more servers, upgrade your database server, and voila, a lot of the performance issues just go poof! But it is often also possible to scale applications without adding more servers. That's what we will discuss today. Let's get going!

How to Handle Async Code in JavaScript

The easiest way to understand asynchronous code is to realize that the code does not execute sequentially. This can be difficult to comprehend in JavaScript, especially if you come from a programming language that's synchronous or sequential by default, like PHP. In this post, you will learn how to write async (also known as 'non-sequential') code in JavaScript efficiently. You'll learn the basics of using callbacks, promises, and the modern async/await style. Let's get started!