Tagged articles
11 articles
Page 1 of 1
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
21CTO
21CTO
Nov 29, 2024 · Backend Development

Why Upgrade to PHP 8.4? New OOP Features, Performance Boosts, and More

This article outlines why PHP 8.4 is a substantial upgrade, highlighting enhanced object‑oriented programming, developer‑friendly attributes, new language constructs, performance improvements, and a host of new functions and library support that make it a compelling move for modern backend development.

Backendnew-featuresphp8.4
0 likes · 7 min read
Why Upgrade to PHP 8.4? New OOP Features, Performance Boosts, and More
php Courses
php Courses
Aug 30, 2024 · Backend Development

New Features and Changes in PHP 8.4 Release (Nov 21, 2024)

PHP 8.4, released on November 21, 2024, introduces performance, usability, and security enhancements such as property hooks, a parenthesis‑free new operator, powerful array functions, an HTMLDocument class, new Sodium algorithms, a request parsing helper, stricter type declarations, JIT optimizations, and migration of several extensions to PECL.

BackendHTML5PHP
0 likes · 3 min read
New Features and Changes in PHP 8.4 Release (Nov 21, 2024)
Java Backend Technology
Java Backend Technology
Jun 10, 2024 · Fundamentals

Unlock Java 17: 10 Must‑Know Language Features That Boost Your Code

This article walks Java developers through the most useful JDK 17 enhancements—including text blocks, improved NullPointerException messages, records, the new switch expression, private interface methods, pattern matching, collection factory methods, enriched String APIs, Stream API upgrades, the modern HttpClient, JShell, direct file execution, and ZGC—showing code examples and practical benefits.

Backendjdk17new-features
0 likes · 14 min read
Unlock Java 17: 10 Must‑Know Language Features That Boost Your Code
macrozheng
macrozheng
Apr 30, 2024 · Backend Development

Why Upgrade to JDK 17? Key Features and Benefits for Java Developers

This article outlines JDK 17’s long‑term support status, modular system enhancements, garbage‑collector improvements, sealed classes, pattern‑matching for instanceof and switch, plus developer‑tool upgrades, helping Java developers decide whether to migrate to the latest LTS release.

Language Enhancementsbackend-developmentnew-features
0 likes · 7 min read
Why Upgrade to JDK 17? Key Features and Benefits for Java Developers
php Courses
php Courses
Nov 25, 2023 · Backend Development

New Features and Improvements in PHP 8.3

PHP 8.3, released on November 23 2023, introduces numerous backend enhancements such as improved readonly class cloning, typed class constants, the #[Override] attribute, negative array indexes, anonymous readonly classes, new functions like json_validate and mb_str_pad, Randomizer upgrades, and refined error handling, all aimed at boosting developer productivity.

Backendcode-examplesnew-features
0 likes · 8 min read
New Features and Improvements in PHP 8.3
Top Architect
Top Architect
Aug 15, 2021 · Fundamentals

Key New Features in Java 9–16: Private Interface Methods, var, Switch Expressions, Records, Sealed Classes and More

This article reviews the most important Java language enhancements from version 9 through 16, covering private interface methods, diamond operators for anonymous classes, var type inference, improved try‑with‑resources, switch expressions, text blocks, records, refined NullPointerException messages, foreign memory access, sealed classes, and the new jpackage tool.

Java versionsSealed ClassesSwitch Expressions
0 likes · 12 min read
Key New Features in Java 9–16: Private Interface Methods, var, Switch Expressions, Records, Sealed Classes and More
Laravel Tech Community
Laravel Tech Community
Feb 5, 2021 · Fundamentals

Upcoming Features in Python 3.10 Alpha Release

The article outlines the current status of Python 3.10 development, describing the fifth alpha release, its purpose for testing new features and bug fixes, the timeline through beta and release candidate phases, and lists the major new language features and changes planned.

3.10DevelopmentLanguage
0 likes · 2 min read
Upcoming Features in Python 3.10 Alpha Release
MaGe Linux Operations
MaGe Linux Operations
Oct 6, 2020 · Fundamentals

What’s New in Python 3.9? Key Features, Syntax Tweaks, and Performance Gains

Python 3.9, now officially released, drops Windows 7 support, ships as 64‑bit by default, and introduces several language enhancements such as dictionary union operators, generic type hints for built‑in collections, relaxed decorator syntax, new string methods, plus numerous standard‑library updates, interpreter optimizations, and a new annual release schedule.

new-featurespython-3.9standard-library
0 likes · 5 min read
What’s New in Python 3.9? Key Features, Syntax Tweaks, and Performance Gains
Senior Brother's Insights
Senior Brother's Insights
Aug 21, 2020 · Backend Development

What’s New in Spring Boot 2.3.3? Features, Bug Fixes & Dependency Upgrades

Spring Boot 2.3.3 stable release brings 67 improvements including HTTP/2 support without mandatory Jetty/Conscrypt, numerous bug fixes such as handling null values in SPRING_APPLICATION_JSON, endpoint ID migration, Reactor debug issues, OCI image build failures, and upgraded dependencies, with full details on the GitHub release page.

BugFixesnew-featuresrelease
0 likes · 4 min read
What’s New in Spring Boot 2.3.3? Features, Bug Fixes & Dependency Upgrades