Tagged articles
8 articles
Page 1 of 1
21CTO
21CTO
May 3, 2026 · Artificial Intelligence

Mistral AI Unveils Enterprise Workflows: 7 Powerful AI Success Cases

Mistral AI announced the public preview of its enterprise‑grade Workflows orchestration layer, built on Temporal, offering Python‑defined, persistent, observable AI pipelines with human‑in‑the‑loop approvals, hybrid deployment, and real‑world use cases ranging from cargo release to compliance checks.

AI workflowsEnterprise AIHuman-in-the-Loop
0 likes · 14 min read
Mistral AI Unveils Enterprise Workflows: 7 Powerful AI Success Cases
AI Step-by-Step
AI Step-by-Step
Apr 12, 2026 · Backend Development

Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution

The article explains how durable execution, exemplified by Temporal’s Workflow and Activity model, transforms long‑running Agent tasks—such as refund approvals that involve human sign‑off, external APIs, and overnight processing—into recoverable, auditable pipelines that survive crashes, restarts, and timeouts.

ActivityDurable ExecutionRefund
0 likes · 16 min read
Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Sep 8, 2025 · Backend Development

Master Long‑Running Workflows in Spring Boot 3 with Temporal

This article walks through building a robust, long‑running order‑processing workflow in Spring Boot 3 using the open‑source Temporal workflow engine, covering environment setup, Maven dependencies, configuration, workflow and activity definitions, service and controller code, and testing of retry and recovery features.

MicroservicesSpring BootTemporal
0 likes · 10 min read
Master Long‑Running Workflows in Spring Boot 3 with Temporal
JavaScript
JavaScript
Jul 16, 2025 · Frontend Development

Why JavaScript’s Date Is a Nightmare and How to Fix It

JavaScript’s native Date object is fraught with inconsistencies—ambiguous parsing, mutable instances, zero‑based months, and no built‑in formatting—leading to bugs across browsers and time zones, so developers should adopt immutable third‑party libraries like Day.js or the upcoming Temporal API for reliable date handling.

Day.jsJavaScriptTemporal
0 likes · 8 min read
Why JavaScript’s Date Is a Nightmare and How to Fix It
21CTO
21CTO
Mar 26, 2024 · Frontend Development

5 Exciting JavaScript Features Set to Transform 2024

This article explores five highly anticipated JavaScript proposals—including the Temporal API, Pipe Operator, Record & Tuple, RegExp v flag, and Decorators—detailing their motivations, core syntax, and example code as they move toward inclusion in the upcoming ECMAScript release.

DecoratorECMAScriptJavaScript
0 likes · 15 min read
5 Exciting JavaScript Features Set to Transform 2024
Node Underground
Node Underground
Mar 22, 2021 · Fundamentals

TC39 Updates: Error Cause, Temporal, Array.findLast & Module Fragments

Amid the pandemic‑driven shift to fully online TC39 meetings, the committee accelerated meeting frequency while trimming agendas, advancing proposals such as Error Cause to Stage 3, introducing the Temporal API to replace Date, adding Array.findLast methods, and exploring Module Fragments to improve JavaScript module handling.

Array.findLastECMAScript proposalsError Cause
0 likes · 14 min read
TC39 Updates: Error Cause, Temporal, Array.findLast & Module Fragments
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 16, 2021 · Fundamentals

How Error Cause, Temporal, and Array.findLast Proposals Will Transform JavaScript

The article reviews recent TC39 proposal updates—including Error Cause reaching Stage 3, the Temporal API replacing the flawed Date object, the new Array.findLast methods, and Module Fragments—explaining their motivations, design details, code examples, and how they aim to improve JavaScript development across environments.

Array.findLastECMAScriptError Cause
0 likes · 14 min read
How Error Cause, Temporal, and Array.findLast Proposals Will Transform JavaScript