BoxLang 1.17.0 Released: Module Inception, CLI Checker, Jar Loading and much more!
BoxLang has always been an extensible language. As of 1.17.0, it is a hierarchically extensible one. Modules can now contain other modules; …

BoxLang has always been an extensible language. As of 1.17.0, it is a hierarchically extensible one. Modules can now contain other modules; …

If you've spent years in Spring Boot, Micronaut, or Jakarta EE, "web framework" usually means a servlet container, an embedded Tomcat or …
Geertjan Wielenga
60 viewsObservability platforms generally expect you to do your analysis inside them, using their query language and their dashboards. That works …

Maximillian Arruda
3 viewsFrom Spec-Driven Development to Living Specifications in Java Projects Coding agents have changed the speed at which we can produce …

Braham Shakti
515 viewsI spent months building a static analyzer that answers one question about a Spring Boot codebase: if I change this endpoint, what does the …

Cristobal Escobar
1 viewsEvery enterprise runs on Word documents. Contracts. RFPs. Proposals. Board reports. Offer letters. HR handbooks. Compliance policies. …
Geertjan Wielenga
165 viewsApache NetBeans DataWrangler brings the file formats of data analytics into Apache NetBeans 31: CSV, Apache Parquet, JSON and Excel, the …
Geertjan Wielenga
1 viewsDuckDB is an in-process analytical database. You add one JAR to a Java project and get a SQL engine that reads CSV, Parquet, and JSON files …

Oleksandr Dendeberia
101 viewsBackend validation often starts with simple questions. Is the input empty? Does it have the expected shape? Can it be parsed? Does it belong …

Cristobal Escobar
236 viewsLearning a new AI API usually means jumping between scattered documentation pages, guessing at imports, and copy-pasting code that may or …