BoxLang 1.14.0: BoxSet is Here, BoxLang's New First-Class Set Type
BoxLang 1.14.0 ships BoxSet: a native Set type with literal syntax, union/intersection operators, functional pipeline, and deep Java …

Cristobal Escobar
415 viewsBoxLang 1.14.0 ships BoxSet: a native Set type with literal syntax, union/intersection operators, functional pipeline, and deep Java …

Cristobal Escobar
1,604 viewsBoxLang AI 3.2.0 is here, and it's a landmark release. We're shipping five major features: image generation, web search, a fluent audio …

Cristobal Escobar
1,018 viewsYou know the drill. Someone opens a PR and half the review comments are about tabs vs spaces, where braces go, or why that one function has …

Andrea Peruffo
2,925 viewsIf you're running JRuby in production, you're running WebAssembly. If TrinoDB is evaluating your Python UDFs, that's WebAssembly too. If …

Cristobal Escobar
1,293 viewsJWT authentication is everywhere. But rolling it correctly — with proper algorithm enforcement, key management, clock skew handling, JWE …

Cristobal Escobar
1,386 viewsToday we're launching something we've been quietly building for months: skills.boxlang.io — a public, agent-agnostic directory for AI skills …

Cristobal Escobar
1,417 viewsThe world of AI development is moving fast, but building real, production-ready AI agents doesn’t have to be complex. This series walks you …
Markus Spann
1,862 viewsLearn how to connect Java applications to Microsoft Access (.accdb/.mdb) using UCanAccess. A pure-Java, open-source JDBC driver for …

Cristobal Escobar
1,212 viewsBoxLang AI 3.0 Series · Part 4 of 7 Here's the question every team eventually asks about their AI agents: how do we test these things? …

François Martin
1,465 viewsTired of rerunning the same broken pipeline? Learn how to find and fix flaky tests with better data, waits, parallel runs and team habits.