Systems | Development | Analytics | API | Testing

Latest Posts

Using EDIFACT with Choreo

Electronic data interchange (EDI) revolutionizes business communication by enabling standardized structured data exchange between enterprises. Electronic data interchange for administration, commerce, and transport (EDIFACT) stands out as a widely adopted international EDI standard developed by the United Nations. In B2B integration scenarios, companies often use different data formats, such as EDIFACT, JSON, XML, etc.

6 Key Updates for Developers in Appian 23.3

The days of back-to-school jitters might be behind you, but the new updates in Appian 23.3 will give you those warm and fuzzy feelings of anticipation all over again. These six updates in the Appian 23.3 release are so good you won’t want to wait to try them out. Ever wish that you could pass off tasks that require a lot of copy-paste and endless formatting? Thankfully, with AI, now you can. Read the 23.3 release notes on Appian AI Copilot.

Securing CI/CD with 1Password

Secret management in shared environments like Continuous Integration and Delivery services is challenging. It’s essential to keep secrets secure and ensure they don’t end up in the wrong place, like logs or code repositories. Integrating solutions like 1Password into CI/CD workflows offer the advantage of centralising secret management, and it also allows you to encrypt every secret, providing controlled programmatic access to applications.

Streamlining IVRS with Automation Testing: A Necessity Unveiled

Interactive Voice Response System (IVRS) is an automated technology that permits interaction with a customer (end user/caller) with the support of a DTMF (Dual-Tone multi-frequency) keypad and voice input. IVR mechanism is the perfect way to route customer calls. It helps customers resolve their queries/issues 24/7*365 days with the menu options and. also it will help customers route their calls to the live agents if they are not satisfied with the predefined menu options.

Not All Natural Language Query (NLQ) Models Are Created Equal: Part 2 - Sisense Simply Ask

In part one of this series, we discussed the evolution of Yellowfin’s Guided NLQ solution and focused on aspects of Guided NLQ that stand apart from the competition. In part two, we will look deeper at Sisense’s NLQ offering, Simply Ask, to provide an understanding of how Guided NLQ stacks up directly to other natural language query options.

Implementing Instant Object Detection in Live Image Streams using TFLite in Flutter

In Flutter’s early days in 2019, I developed a live object detection system for a major German company, despite the platform’s constraints. With release of Flutter 3.7 and advancements of TensorFlow have catalyzed the need to refine or overhaul this approach. This article discusses the newest techniques in live-stream object detection as showcased in the flutter-tflite GitHub repository.