Recent Posts

BoxLang 1.14.0 : BoxSet is Here, BoxLang’s New First-Class Set Type

Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents Why Sets? The Problem FirstMeet BoxSetCreating Sets: Every Path setNew() — the workhorse setOf() — varargs shorthand Literal syntax: set{ … } Converting from other types The Three Variants in Practice Default (HashSet) — when order doesn’t matter Linked (LinkedHashSet) — when insertion order matters Sorted (TreeSet) — …

Read More »

Did AI Just Break Software Security For Ever?

Author: Steve Poole Original post on Foojay: Read More Table of Contents First: The rate of CVE arrivals Second: AI detection of vulnerabilities becoming the norm Third: The breaking of an old asymmetry Fourth: Regulators got impatient The maths no longer works Think about Y2K The response doesn’t wait for the disaster The asymmetry that should worry you But that …

Read More »

Ask a Lille Dev: What Java Developers Really Think About Quality, Frameworks, Communities, and Careers

Author: Vincent Vauban Original post on Foojay: Read More Table of Contents Quality in Development: Simplicity Still WinsFavorite Java Framework: Spring Boot vs Quarkus Why Developers Still Love Spring Boot Why Quarkus Generates Excitement Welcoming Girls in Tech: Inclusion Through Everyday ActionsBest Thing About Tech CommunitiesBest Java Developer Skill Today: AdaptabilityWhy Not Java? Kotlin, TypeScript, and Node.js Perspectives Kotlin for …

Read More »