Tagged articles
7 articles
Page 1 of 1
21CTO
21CTO
May 7, 2026 · Backend Development

PHP 2025: Counterintuitive Changes That Make It More Productive

The 2025 PHP releases (8.4 and 8.5) introduce subtle engineering improvements—property hooks, asymmetric visibility, a pipe operator, clone‑and‑modify, higher framework baselines, stricter static analysis, and safer Composer practices—that together reshape daily coding, testing, and deployment without a radical language overhaul.

ComposerPHPPHP 8.4
0 likes · 13 min read
PHP 2025: Counterintuitive Changes That Make It More Productive
21CTO
21CTO
Nov 21, 2025 · Backend Development

What’s New in PHP 8.5? Exploring Pipe Operator, NoDiscard, and Performance Boosts

PHP 8.5, released on November 20, introduces major enhancements such as the pipe operator, NoDiscard attribute, first‑class callable support in constant expressions, new array_first/array_last functions, persistent cURL handles, improved error tracing, and notable performance gains demonstrated in SVG generation benchmarks.

PHPPipe Operatornew-features
0 likes · 4 min read
What’s New in PHP 8.5? Exploring Pipe Operator, NoDiscard, and Performance Boosts
Open Source Tech Hub
Open Source Tech Hub
Jun 24, 2025 · Backend Development

Discover PHP 8.5’s New Array, Pipe, and cURL Features for Faster Development

PHP 8.5, slated for release in November 2025, introduces handy array helpers, a left‑to‑right pipe operator, getters for error and exception handlers, a cURL multi‑handle retrieval function, RTL locale detection, a build‑date constant, and a CLI option to show only modified INI settings, all aimed at improving developer experience and debugging.

CLIPHP 8.5Pipe Operator
0 likes · 5 min read
Discover PHP 8.5’s New Array, Pipe, and cURL Features for Faster Development
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
Architecture Digest
Architecture Digest
Oct 31, 2016 · Fundamentals

One Week with Elixir – Language Design Reflections

Over the course of a week, the author explores Elixir’s design and features—covering its pipe operator, sigils, macro quoting, version handling, and differences from Erlang—while reflecting on language ergonomics, code readability, and functional programming concepts illustrated with concrete code examples.

ElixirErlangPipe Operator
0 likes · 21 min read
One Week with Elixir – Language Design Reflections