Tagged articles
76 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Feb 20, 2026 · Backend Development

Go 1.26 Highlights: New new(expr) Syntax, Generic Self‑Reference, Compiler Optimizations & Experimental Features

The article provides a concise walkthrough of Go 1.26’s most impactful changes—including a streamlined new(expr) syntax for pointers, self‑referencing generics, deeper compiler escape analysis, explicit inline directives, experimental SIMD and secret‑handling packages, and a goroutine‑leak profiling tool—illustrated with ready‑to‑run code snippets and practical tips for immediate adoption.

Compiler OptimizationGenericsGo
0 likes · 8 min read
Go 1.26 Highlights: New new(expr) Syntax, Generic Self‑Reference, Compiler Optimizations & Experimental Features
Open Source Tech Hub
Open Source Tech Hub
Nov 20, 2025 · Backend Development

What’s New in PHP 8.5? 10 Game‑Changing Features You Must Try

PHP 8.5 introduces a suite of powerful enhancements—including the pipeline operator, native array_first/array_last functions, a new URI extension, closure recursion support, constant expression closures, fatal error backtraces, INI diff mode, #[NoDiscard] attribute, clone overrides, and a build‑date constant—plus four key deprecations.

8.5New FeaturesPipeline
0 likes · 8 min read
What’s New in PHP 8.5? 10 Game‑Changing Features You Must Try
Java Web Project
Java Web Project
Oct 31, 2025 · Fundamentals

What’s New in Java 25? 15 Features That Redefine Simplicity, Safety, and Performance

Java 25, the latest LTS release, introduces fifteen language and runtime enhancements—including pattern matching for primitive types, module‑wide imports, a compact main method, enriched records, structured concurrency, scoped and stable values, a vector API, and AOT optimizations—each illustrated with concrete code examples and explained for their impact on readability, safety, and performance.

JDK 25JavaLanguage Enhancements
0 likes · 11 min read
What’s New in Java 25? 15 Features That Redefine Simplicity, Safety, and Performance
21CTO
21CTO
Oct 18, 2025 · Backend Development

What’s New in PHP 8.5? Pipe Operator, array_first/last, URI Extension & More

PHP 8.5, slated for release on November 20 2025, introduces a pipe operator, native array_first() and array_last() functions, a standards‑compliant URI extension, closure self‑reference retrieval, fatal error backtraces, and INI diff options, with code examples and a detailed release schedule.

Backend DevelopmentNew FeaturesPHP
0 likes · 8 min read
What’s New in PHP 8.5? Pipe Operator, array_first/last, URI Extension & More
macrozheng
macrozheng
Sep 29, 2025 · Databases

What New SQL Features Did SQLite Add in 2018? A Deep Dive

SQLite, often dismissed as a toy, proves its robustness by adding powerful SQL capabilities in 2018—including boolean literals, window functions, FILTER clauses, upsert syntax, and column renaming—making it a viable choice for production workloads despite lacking a network layer.

New FeaturesSQLSQLite
0 likes · 10 min read
What New SQL Features Did SQLite Add in 2018? A Deep Dive
php Courses
php Courses
Sep 24, 2025 · Backend Development

Why PHP 8.5’s New Pipe Operator Will Transform Your Code

PHP 8.5, slated for release at the end of 2025, introduces a powerful pipeline operator, new array_first/array_last functions, static closures in const contexts, and other enhancements that boost code readability, safety, and performance, while reaffirming PHP’s continued growth and relevance in web development.

New FeaturesPHPPHP 8.5
0 likes · 5 min read
Why PHP 8.5’s New Pipe Operator Will Transform Your Code
php Courses
php Courses
Jul 10, 2025 · Backend Development

10 Must‑Know PHP 8.3 Features to Supercharge Your Code in 2024

This article introduces ten powerful PHP 8.3 updates—including readonly properties, enums, match expressions, constructor promotion, named arguments, nullsafe operator, union types, array unpacking, JSON error handling, and JIT compilation—explaining how each feature works and how it can boost development efficiency.

BackendNew FeaturesPHP8
0 likes · 4 min read
10 Must‑Know PHP 8.3 Features to Supercharge Your Code in 2024
Python Programming Learning Circle
Python Programming Learning Circle
Jul 9, 2025 · Fundamentals

What’s New in Python 3.14? 7 Features That Will Transform Your Code

Python 3.14 entered the testing phase and brings seven core enhancements—including t‑strings, intelligent error suggestions, guarded pattern matching, per‑interpreter GIL control, ReadOnly/TypeIs type hints, native Zstandard compression, and a zero‑overhead debugger—that will impact web development, data pipelines, and high‑performance computing.

3.14GILNew Features
0 likes · 19 min read
What’s New in Python 3.14? 7 Features That Will Transform Your Code
Python Programming Learning Circle
Python Programming Learning Circle
May 14, 2025 · Fundamentals

Python 3.14.0 Beta 1 – Highlights of New Features and Changes

The article summarizes the major new features, build changes, deprecations, installer updates, and additional resources introduced in Python 3.14.0 beta 1, including delayed type‑annotation evaluation, template string literals, Zstandard compression support, and an experimental JIT compiler, while also noting release logistics and a fun π history note.

Beta ReleaseNew FeaturesPEP
0 likes · 9 min read
Python 3.14.0 Beta 1 – Highlights of New Features and Changes
Sohu Tech Products
Sohu Tech Products
Apr 16, 2025 · Frontend Development

Top 10 New CSS Features in 2024 and Their Practical Use Cases

The 2024 CSS update introduces ten powerful features—scrollbar‑gutter, scrollbar‑color, ::target-text, ruby‑align/position, relative color syntax with light‑dark(), native details accordions, content‑visibility, font‑size‑adjust, transition‑behavior, @property with step‑value functions, and offset‑path/position—enabling smoother layouts, dynamic theming, performance gains, richer typography, and complex animations without JavaScript.

CSSNew FeaturesWeb Development
0 likes · 10 min read
Top 10 New CSS Features in 2024 and Their Practical Use Cases
Code Mala Tang
Code Mala Tang
Jan 14, 2025 · Fundamentals

What’s New in Python 3.14? 5 Features That Boost Performance and Safety

Python 3.14 introduces five major enhancements—including a reload_environ() function for updating environment variables, lazy annotation parsing, strict length checks for map(), clearer unpacking error messages, and new operator.is_none()/is_not_none() methods—each aimed at improving performance, safety, and developer ergonomics.

Environment VariablesNew Featureslazy annotations
0 likes · 7 min read
What’s New in Python 3.14? 5 Features That Boost Performance and Safety
JavaScript
JavaScript
Jan 7, 2025 · Frontend Development

25 Must‑Know ES202x Features to Supercharge Your JavaScript Code

This article introduces 25 powerful ECMAScript enhancements—including optional chaining, nullish coalescing, private class fields, dynamic imports, and decorators—explaining their benefits and providing concise code examples to help developers write cleaner, more efficient JavaScript.

ES202xJavaScriptNew Features
0 likes · 7 min read
25 Must‑Know ES202x Features to Supercharge Your JavaScript Code
php Courses
php Courses
Dec 25, 2024 · Backend Development

Key New Features in PHP 8.4

PHP 8.4 brings a collection of developer‑friendly enhancements—including readonly independent properties, string‑key array unpacking, JIT performance gains, typed class constants, improved error messages, an upgraded type system, and stronger Fiber support—aimed at making code cleaner, faster and more maintainable.

AsyncBackendNew Features
0 likes · 6 min read
Key New Features in PHP 8.4
Code Mala Tang
Code Mala Tang
Dec 23, 2024 · Frontend Development

Explore ES2024: 5 Game-Changing JavaScript Features You Must Know

The article reviews five major ES2024 (ES15) JavaScript enhancements—including native groupBy, Promise.withResolvers, adjustable Buffer, Atomics.waitAsync, and a new regex v flag—explaining their usage, benefits, and code examples for modern web development.

New Featureses2024frontend
0 likes · 7 min read
Explore ES2024: 5 Game-Changing JavaScript Features You Must Know
Laravel Tech Community
Laravel Tech Community
Dec 12, 2024 · Backend Development

New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions

PHP 8.4.1 introduces a suite of backend improvements—including property hooks, asymmetric visibility, deprecation attributes, a spec‑compliant DOM API, an object‑oriented BCMath API, and several new array_* functions—each illustrated with concise code examples and usage notes.

Asymmetric VisibilityBackendNew Features
0 likes · 5 min read
New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions
21CTO
21CTO
Dec 6, 2024 · Backend Development

What’s New in JDK 24? 24 Features Shaping the Future of Java

JDK 24, slated for a March 2025 release, introduces over twenty‑four enhancements—including a fourth preview of structured concurrency, quantum‑resistant cryptography, and a compact object header—while being a non‑LTS release that builds on the capabilities of JDK 23 and sets the stage for JDK 25.

Backend DevelopmentJDK 24Java
0 likes · 13 min read
What’s New in JDK 24? 24 Features Shaping the Future of Java
php Courses
php Courses
Nov 27, 2024 · Backend Development

New Features in PHP 8.4: Property Hooks, Asymmetric Visibility, Array Functions, Simplified Instantiation, Explicit Nullable Types, and Lazy Objects

PHP 8.4 introduces property hooks, asymmetric visibility, new array functions, simplified object instantiation, explicit nullable types, and lazy objects, providing cleaner syntax, better control, and performance improvements for developers across skill levels.

BackendNew Featuresarray-functions
0 likes · 7 min read
New Features in PHP 8.4: Property Hooks, Asymmetric Visibility, Array Functions, Simplified Instantiation, Explicit Nullable Types, and Lazy Objects
Tencent Cloud Developer
Tencent Cloud Developer
Nov 26, 2024 · Backend Development

PHP 8.4 New Features Overview

PHP 8.4, released on November 19 with a rapid 8.4.1 patch, introduces property hooks, parentheses‑free method chains, asymmetric visibility, new array_* functions, and HTML5‑aware DOM parsing, while the article also discusses PHP’s declining market share, community‑driven modernization, and advice for developers to stay competitive.

Backend DevelopmentNew FeaturesPHP
0 likes · 9 min read
PHP 8.4 New Features Overview
Open Source Tech Hub
Open Source Tech Hub
Nov 20, 2024 · Backend Development

What’s New in PHP 8.4? Key Features, Changes, and Deprecations

PHP 8.4, the first official release of the new major version, adds numerous functions and curl options, updates OpenSSL and MBString, modifies syntax such as making exit/die true functions, raises default bcrypt cost, and deprecates or removes several legacy features, providing a comprehensive overview of the upgrade.

DeprecationsNew Featuresphp8.4
0 likes · 3 min read
What’s New in PHP 8.4? Key Features, Changes, and Deprecations
macrozheng
macrozheng
Oct 11, 2024 · Fundamentals

Unlock Java’s Latest Power: Practical Guide to New Features from Java 9‑17

This article provides a concise, hands‑on overview of Java’s most useful language enhancements from Java 9 through Java 17—including private interface methods, Optional API upgrades, Stream API additions, var type inference, the new HTTP client, switch expressions, text blocks, records, instanceof pattern matching, and sealed classes—complete with clear code examples for each feature.

Code ExamplesJavaNew Features
0 likes · 15 min read
Unlock Java’s Latest Power: Practical Guide to New Features from Java 9‑17
JavaEdge
JavaEdge
Sep 25, 2024 · Backend Development

What’s New in JDK 23? A Quick Tour of 12 Game‑Changing Features

The article outlines the twelve preview features introduced in JDK 23, from primitive pattern matching to structured concurrency, and argues that mastering timeless programming principles from Effective Java can help developers adapt to such language evolutions.

Backend DevelopmentEffective JavaJDK 23
0 likes · 10 min read
What’s New in JDK 23? A Quick Tour of 12 Game‑Changing Features
21CTO
21CTO
Sep 1, 2024 · Backend Development

What’s New in Go 1.23? Key Features and Improvements Explained

Go 1.23 introduces a range‑over‑func iterator, generic type alias preview, optional telemetry, several go command enhancements, numerous standard library updates, and compiler and linker optimizations, providing developers with a more powerful and flexible programming environment.

GenericsGoIterators
0 likes · 6 min read
What’s New in Go 1.23? Key Features and Improvements Explained
php Courses
php Courses
Aug 23, 2024 · Backend Development

Top 10 Impactful PHP 2024 Features That Transform Development

This article introduces the ten most influential PHP 2024 updates—including readonly properties, enums, match expressions, constructor property promotion, named arguments, nullsafe operator, union types, string-key unpacking, JSON_THROW_ON_ERROR, and JIT compilation—explaining each feature with clear examples to boost coding efficiency.

2024Backend DevelopmentNew Features
0 likes · 4 min read
Top 10 Impactful PHP 2024 Features That Transform Development
Java Architect Essentials
Java Architect Essentials
Aug 8, 2024 · Fundamentals

New Features of JDK 17: Text Blocks, Enhanced NPE, Records, Switch Expressions and More

This article introduces the most useful JDK 17 language enhancements—including text blocks, improved NullPointerException messages, records, switch expressions, private interface methods, pattern matching, collection factory methods, new String APIs, Stream API extensions, the modern HttpClient, JShell, direct java file execution, and the Z Garbage Collector—providing code examples and practical guidance for Java developers.

JavaNew FeaturesText Blocks
0 likes · 15 min read
New Features of JDK 17: Text Blocks, Enhanced NPE, Records, Switch Expressions and More
Java Backend Technology
Java Backend Technology
Jan 10, 2024 · Fundamentals

What Are the Most Popular Java Features Since Java 8? A Quick Guide

This article walks Java developers from Java 8 to Java 17 through the most widely‑adopted language enhancements—including var, switch expressions, text blocks, records, pattern‑matching, sealed classes, and helpful NullPointerExceptions—explaining each feature with concise descriptions and code snippets.

JDKJavaLanguage Enhancements
0 likes · 5 min read
What Are the Most Popular Java Features Since Java 8? A Quick Guide
php Courses
php Courses
Nov 28, 2023 · Backend Development

New Features and Improvements in PHP 8.3

PHP 8.3 introduces a suite of enhancements—including readonly class cloning, the json_validate() function, expanded Randomizer methods, typed class constants, anonymous readonly classes, dynamic constant access, refined date/time exceptions, improved unserialize() error handling, trait static properties, stack‑overflow detection, invariant constant visibility, and numerous other updates—aimed at making web development more efficient, secure, and expressive.

Backend DevelopmentCode ExamplesNew Features
0 likes · 27 min read
New Features and Improvements in PHP 8.3
Open Source Tech Hub
Open Source Tech Hub
Nov 23, 2023 · Backend Development

Explore PHP 8.3: Typed Class Constants, Readonly Clone, and New Randomizer APIs

PHP 8.3 introduces a range of backend enhancements—including explicit typed class constants, dynamic constant access, the #[\Override] attribute, deep‑clone support for readonly properties, a new json_validate() function, and expanded Randomizer methods—plus numerous new DOM, Intl, LDAP, and POSIX functions, while deprecating several legacy features.

8.3BackendNew Features
0 likes · 7 min read
Explore PHP 8.3: Typed Class Constants, Readonly Clone, and New Randomizer APIs
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 17, 2023 · Fundamentals

Explore Java’s Evolution: Key New Features from JDK 10 to JDK 21

This article reviews the most important new features introduced in Java JDK 10 through JDK 21—including local‑variable type inference, the standardized HTTP client, experimental garbage collectors, pattern‑matching enhancements, records, sealed classes, and virtual threads—providing code examples and migration guidance for developers.

Code ExamplesJDKJava
0 likes · 16 min read
Explore Java’s Evolution: Key New Features from JDK 10 to JDK 21
IT Services Circle
IT Services Circle
Nov 16, 2023 · Frontend Development

Upcoming CSS Features: text-wrap, @scope, form-sizing, view-transition, light-dark(), and Nesting

This article introduces several upcoming CSS specifications—including text-wrap with balance and pretty values, the @scope rule for scoped styling, form-sizing for auto‑resizing textareas, view‑transition for seamless page transitions, the light‑dark() function for theme‑aware colors, and native CSS nesting—explaining their purpose, usage, and browser support.

CSSNew Featureslight-dark
0 likes · 6 min read
Upcoming CSS Features: text-wrap, @scope, form-sizing, view-transition, light-dark(), and Nesting
Deepin Linux
Deepin Linux
Nov 8, 2023 · Fundamentals

Overview of C++20 New Features and Frequently Tested Topics

This article provides a comprehensive overview of C++20's major new features—including concepts, modules, coroutines, ranges, three‑way comparison, constexpr enhancements, and the updated standard library—along with practical code examples, explanations of their significance, and frequently examined interview topics.

C++20LambdaModules
0 likes · 35 min read
Overview of C++20 New Features and Frequently Tested Topics
Python Programming Learning Circle
Python Programming Learning Circle
Jul 26, 2023 · Fundamentals

New Features in Python 3.11: Pattern Matching, Type Hints, Performance Optimizations, and More

This article introduces the major enhancements of Python 3.11—including structural pattern matching, improved type hints, faster execution via PEP 659, richer error messages, the new | dictionary‑merge operator, built‑in breakpoint debugging, and other standard‑library additions—illustrated with concise code examples.

DebuggingNew FeaturesPython
0 likes · 8 min read
New Features in Python 3.11: Pattern Matching, Type Hints, Performance Optimizations, and More
Programmer DD
Programmer DD
Jun 26, 2023 · Operations

What’s New in Grafana 10? Explore Correlations, Scenes, and Powerful New Panels

Grafana 10 introduces a suite of enhancements—including Correlations for cross‑data‑source linking, the Scenes front‑end library for building stunning dashboards, new Canvas, Trends, and Datagrid panels, CSV drag‑and‑drop support, sub‑folder organization, and improved data‑source selection—aimed at boosting analysis, collaboration, and efficiency for monitoring teams.

DashboardGrafanaNew Features
0 likes · 7 min read
What’s New in Grafana 10? Explore Correlations, Scenes, and Powerful New Panels
21CTO
21CTO
Jun 4, 2023 · Backend Development

20 Essential PHP 8 Features You Must Master in 2023

Discover the 20 most important PHP 8 features released by 2023, including string helpers, type utilities, new functions, JIT compilation, and syntax enhancements, each illustrated with clear code examples to help developers quickly adopt and leverage these improvements in their projects.

New FeaturesPHP8code-examples
0 likes · 7 min read
20 Essential PHP 8 Features You Must Master in 2023
Laravel Tech Community
Laravel Tech Community
Jan 12, 2023 · Fundamentals

Python 3.12.0 Alpha 4 Released – Overview of New Features

Python 3.12.0a4, the fourth alpha of the upcoming Python 3.12 series, has been released, introducing improved error messages, Linux perf support, removal of deprecated Unicode members, cleanup of unittest and obsolete modules, and other legacy removals, with the next alpha scheduled for February 6, 2023 and the stable release planned for October.

AlphaNew Featuresprogramming-language
0 likes · 2 min read
Python 3.12.0 Alpha 4 Released – Overview of New Features
21CTO
21CTO
Dec 20, 2022 · Databases

Explore PostgreSQL 15: New Features, Performance Boosts, and Upgrade Guide

PostgreSQL 15 introduces a safer permission model, up to four‑fold sorting speed improvements, a MERGE command, enhanced logical replication with two‑phase commit, parallel query execution, JSON logging, Zstandard/ZL4 compression, new regex functions, and shared‑memory server statistics, making it a compelling upgrade for developers and DBAs.

New FeaturesPostgreSQLVersion 15
0 likes · 6 min read
Explore PostgreSQL 15: New Features, Performance Boosts, and Upgrade Guide
Laravel Tech Community
Laravel Tech Community
Sep 21, 2022 · Backend Development

PHP 8.2.0 RC1 Released: New Features and Improvements

The first release candidate of PHP 8.2.0 (RC1) has been published, introducing trait constants, a new Random extension, enhanced JIT support, updated MIME types for the built‑in web server, memory optimizations, new socket and Curl options, additional ZipArchive methods, and several performance and cross‑platform improvements.

Backend DevelopmentJITNew Features
0 likes · 3 min read
PHP 8.2.0 RC1 Released: New Features and Improvements
21CTO
21CTO
Mar 23, 2022 · Fundamentals

Java 18: New Features That Accelerate Development

Java 18, released by Oracle as a non‑LTS incremental update, introduces a simple web server, enhanced API documentation with syntax‑highlighted code snippets, and switches the default charset to UTF‑8, offering developers faster testing, clearer docs, and consistent encoding across platforms.

API documentationJavaJava 18
0 likes · 4 min read
Java 18: New Features That Accelerate Development
Programmer DD
Programmer DD
Mar 23, 2022 · Backend Development

What’s New in Java 18? Explore the Latest JEP Features and Code Snippets

Java 18 has just been released, bringing a set of new JEPs—including default UTF‑8 charset, an experimental native web server, @snippet support, vector API, enhanced hostname resolution, foreign function & memory API, pattern‑matching for switch, and deprecation of finalize—plus code examples and migration guidance.

JEPJavaJava 18
0 likes · 9 min read
What’s New in Java 18? Explore the Latest JEP Features and Code Snippets
Alibaba Terminal Technology
Alibaba Terminal Technology
Jan 17, 2022 · Frontend Development

What CSS Features Will Shape 2022? A Deep Dive into Containers, Queries, Units and More

This article reviews the most anticipated CSS advancements for 2022, covering container queries, the new parent selector, @layer and @scope rules, fresh viewport and container units, advanced color functions, next‑gen transforms, scroll‑linked animations, Houdini @property and native masonry layouts, while providing practical code examples and browser support notes.

2022CSSNew Features
0 likes · 43 min read
What CSS Features Will Shape 2022? A Deep Dive into Containers, Queries, Units and More
Java Captain
Java Captain
Dec 29, 2021 · Backend Development

JDK 18 Release Highlights and New Features

JDK 18, released on March 22, 2022, introduces nine new JEPs—including default UTF‑8 charset, a simple web server, @snippet for Javadoc, method‑handle based reflection, Vector API, internet address resolution SPI, foreign function & memory API, switch pattern matching, and deprecation of finalization—while being a short‑term feature release.

BackendJDK 18JEP
0 likes · 5 min read
JDK 18 Release Highlights and New Features
Programmer DD
Programmer DD
Dec 25, 2021 · Backend Development

What’s New in JDK 18? A Complete Overview of Its Key Features

The article outlines the March 22, 2022 release of JDK 18, highlights its nine new features—including UTF‑8 as the default charset, a simple web server, and a foreign function & memory API—while noting its short‑term support compared to the LTS JDK 17.

Backend DevelopmentJDK 18Java
0 likes · 6 min read
What’s New in JDK 18? A Complete Overview of Its Key Features
21CTO
21CTO
Oct 29, 2021 · Fundamentals

6 Exciting Python 3.10 Features That Boost Your Coding Experience

Python 3.10 introduces six standout enhancements—including clearer error traces, structural pattern matching, a new type union operator, stricter zip, automatic text encoding warnings, and async iteration utilities—each designed to streamline debugging, improve code readability, and expand the language’s capabilities for developers and educators alike.

Error HandlingNew FeaturesPython
0 likes · 7 min read
6 Exciting Python 3.10 Features That Boost Your Coding Experience
MaGe Linux Operations
MaGe Linux Operations
Oct 26, 2021 · Fundamentals

6 Exciting Python 3.10 Features That Boost Your Coding Experience

Python 3.10 introduces clearer error tracing, structured pattern matching, a new type union operator, stricter zip, automatic text encoding warnings, and enhanced async iteration, offering developers more readable code, faster debugging, and modern programming conveniences.

Error HandlingNew FeaturesPython
0 likes · 7 min read
6 Exciting Python 3.10 Features That Boost Your Coding Experience
Top Architect
Top Architect
Sep 19, 2021 · Fundamentals

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

This article provides a concise walkthrough of the most important Java 9‑16 language enhancements—including private methods in interfaces, diamond support for anonymous classes, enhanced try‑with‑resources, var type inference, switch expressions, text blocks, records, improved NullPointerException messages, foreign‑memory APIs, sealed classes and new garbage collectors—illustrated with clear code examples.

JDKJavaJava15
0 likes · 11 min read
Key New Features in Java 9–16: Private Interface Methods, Var, Switch Expressions, Records and More
Programmer DD
Programmer DD
Aug 9, 2021 · Backend Development

Master Java 9‑16: Key New Features Every Developer Should Know

This article quickly reviews the major new features introduced in Java versions 9 through 16—including private interface methods, enhanced try‑with‑resources, var type inference, switch expression improvements, text blocks, records, refined NullPointerException messages, safe foreign‑memory access, jpackage tool, sealed classes, and new garbage collectors—so you can stay up‑to‑date and write modern Java code.

New Featuresbackend-developmentjava-9-16
0 likes · 12 min read
Master Java 9‑16: Key New Features Every Developer Should Know
Java Interview Crash Guide
Java Interview Crash Guide
Jun 29, 2021 · Fundamentals

Master Java 9‑16: Essential New Features You Must Know

This article quickly walks through the major new features introduced in Java versions 9 through 16—including private interface methods, var type inference, enhanced switch expressions, records, sealed classes, and new garbage collectors—helping developers stay current and write cleaner, more efficient code.

JavaNew FeaturesVersion 9-16
0 likes · 12 min read
Master Java 9‑16: Essential New Features You Must Know
Alibaba Terminal Technology
Alibaba Terminal Technology
Jun 1, 2021 · Frontend Development

Explore the Latest CSS Features and Powerful New Selectors

This article reviews the newest CSS capabilities—including modern pseudo‑classes like :is(), :where(), :not(), :has(), focus selectors, advanced color functions, background positioning tricks, masking, clipping, blend modes, and custom property hacks—showing practical examples and code snippets for front‑end developers.

CSSCustom PropertiesNew Features
0 likes · 33 min read
Explore the Latest CSS Features and Powerful New Selectors
Taobao Frontend Technology
Taobao Frontend Technology
May 14, 2021 · Frontend Development

Unlock TypeScript 3.7+ Power: Must‑Know New Features for Safer, Cleaner Code

This article reviews the most practical TypeScript enhancements since version 3.7—including optional chaining, private fields, inferred class properties, variadic and labeled tuples, recursive JSON types, improved error handling, unknown types, assertion functions, and type‑only imports—to help developers write more robust and maintainable code.

New FeaturesType Safetyassertion functions
0 likes · 8 min read
Unlock TypeScript 3.7+ Power: Must‑Know New Features for Safer, Cleaner Code
Code Ape Tech Column
Code Ape Tech Column
Mar 23, 2021 · Backend Development

JDK 16 GA Release: New Features and Improvements

On March 16, OpenJDK announced the General Availability of JDK 16, a six‑month‑supported release that introduces 17 enhancements including a Vector API incubator, C++14 language support, Unix‑domain socket channels, pattern‑matching for instanceof, sealed classes, and broader platform ports.

Backend DevelopmentJDK 16Java
0 likes · 6 min read
JDK 16 GA Release: New Features and Improvements
Java Architect Essentials
Java Architect Essentials
Jan 29, 2021 · Backend Development

Upcoming Features and Release Schedule of JDK 16

The article outlines JDK 16’s upcoming release timeline, highlights its new features such as sealed classes, strong encapsulation, foreign linker API, vector API, Unix‑domain sockets, and jpackage, and notes that Java 17 will follow as the next LTS version, inviting readers to share their expectations.

Backend DevelopmentJDK 16Java
0 likes · 7 min read
Upcoming Features and Release Schedule of JDK 16
Programmer DD
Programmer DD
Jan 4, 2021 · Backend Development

What’s New in Java 16? A Deep Dive into the Latest Features

Java 16 introduces a slew of enhancements—including sealed classes, stronger encapsulation, a foreign‑linker API, ZGC improvements, elastic metaspace, and the jpackage tool—while following a tight release schedule, and sets the stage for the upcoming LTS release of Java 17.

Foreign Linker APIJDK 16Java
0 likes · 7 min read
What’s New in Java 16? A Deep Dive into the Latest Features
Java Backend Technology
Java Backend Technology
Jan 3, 2021 · Fundamentals

What’s New in Java 16? A Deep Dive into the Latest JDK Features

The article outlines Java 16’s release schedule, highlights its six‑month support window, and details a comprehensive list of new language and runtime features—including sealed classes, strong encapsulation, foreign‑linker API, ZGC improvements, record classes, and the upcoming jpackage tool—while noting Java 17’s upcoming LTS release.

JDK 16JavaNew Features
0 likes · 8 min read
What’s New in Java 16? A Deep Dive into the Latest JDK Features
Top Architect
Top Architect
Dec 23, 2020 · Backend Development

New Features in JDK 16: Overview of Upcoming Java Enhancements

The article outlines the upcoming JDK 16 release, detailing new language and JVM features such as sealed classes, stronger encapsulation, foreign‑memory access, pattern matching for instanceof, Unix‑domain socket channels, ZGC improvements, jpackage support, and platform migrations to Windows/AArch64 and Alpine Linux.

JDK16New FeaturesSealed Classes
0 likes · 7 min read
New Features in JDK 16: Overview of Upcoming Java Enhancements
Laravel Tech Community
Laravel Tech Community
Dec 21, 2020 · Backend Development

New Features and Performance Improvements in PHP 8.0

This article outlines the major new features and performance enhancements introduced in PHP 8.0, including JIT compilation, named parameters, union types, attributes, match expressions, null‑safe operator, WeakMap, constructor property promotion, and numerous syntax improvements, accompanied by illustrative code examples.

Code ExamplesNew FeaturesPHP 8
0 likes · 12 min read
New Features and Performance Improvements in PHP 8.0
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2020 · Cloud Native

What’s New in Kubernetes v1.20? 42 Enhancements Explained

Kubernetes v1.20, released on December 8, introduces 42 enhancements—including stable storage snapshots, a beta‑stage kubectl debug command, API priority and fairness, IPv4/IPv6 dual‑stack, PID limits, and graceful node shutdown—while deprecating Dockershim and fixing exec probe timeouts, marking a feature‑dense milestone for the cloud‑native ecosystem.

KubernetesNew Featurescontainer orchestration
0 likes · 8 min read
What’s New in Kubernetes v1.20? 42 Enhancements Explained
php Courses
php Courses
Nov 27, 2020 · Backend Development

Key New Features and Improvements in PHP 8.0

The article outlines the major enhancements introduced in PHP 8.0, including the Just‑In‑Time compiler, performance optimizations, built‑in JSON support, named parameters, attributes, union types, static return types, new string functions, the nullsafe operator, and provides download links and further reading resources.

JITNew FeaturesPHP8
0 likes · 3 min read
Key New Features and Improvements in PHP 8.0
Programmer DD
Programmer DD
Sep 22, 2020 · Backend Development

What’s New in Java 15? 14 Game‑Changing Features You Must Know

Java 15, released in September 2020, brings fourteen major enhancements—including EdDSA signatures, hidden classes, reimplemented networking APIs, production‑grade ZGC and Shenandoah GCs, permanent text blocks, sealed classes, pattern‑matching instanceof, records, and foreign memory access—while showcasing significant contributions from Chinese tech firms to the OpenJDK community.

Backend DevelopmentJDK 15New Features
0 likes · 7 min read
What’s New in Java 15? 14 Game‑Changing Features You Must Know
Laravel Tech Community
Laravel Tech Community
Apr 22, 2020 · Backend Development

Unlock PHP 7.4: 7 Powerful Features to Simplify Your Code

This article introduces seven new PHP 7.4 features—including typed properties, arrow functions, array unpacking, null‑coalescing assignment, numeric separators, array‑based strip_tags, and the deprecated money_format replacement—providing concise code examples and practical usage tips for developers.

BackendCode ExamplesNew Features
0 likes · 3 min read
Unlock PHP 7.4: 7 Powerful Features to Simplify Your Code
Senior Brother's Insights
Senior Brother's Insights
Mar 23, 2020 · Backend Development

Explore Java 14: New Language Features and How to Use Them

This article introduces the JDK 14 release, lists its sixteen new features—including pattern‑matching instanceof, switch expressions, record types, and text blocks—explains required IDE support, and provides concrete code examples and usage guidelines for each feature.

New FeaturesText Blocksjava14
0 likes · 8 min read
Explore Java 14: New Language Features and How to Use Them
21CTO
21CTO
Feb 21, 2020 · Mobile Development

What’s New in Android 11 Developer Preview? Key Features Explained

Google’s surprise early release of the Android 11 Developer Preview brings Pixel‑only support, a detailed rollout schedule, and six major enhancements—including 5G‑ready connectivity, native cut‑out and waterfall screen APIs, chat bubbles, upgraded privacy controls, screen recording, and Pixel 4 motion‑sense gestures.

Android 11Developer PreviewGoogle Pixel
0 likes · 4 min read
What’s New in Android 11 Developer Preview? Key Features Explained
Architect's Tech Stack
Architect's Tech Stack
Oct 3, 2019 · Fundamentals

Detailed Overview of JDK 13 New Features

This article provides a comprehensive English summary of JDK 13's new features—including switch expression enhancements, text‑block syntax, dynamic CDS archives, ZGC memory reclamation, revamped socket APIs, new FileSystems methods, updated NIO ByteBuffer operations, the Reiwa era in java.time, Unicode 12.1 support, GC improvements, security updates, and removed legacy functionalities—accompanied by original Java code examples.

CDSJavaNew Features
0 likes · 11 min read
Detailed Overview of JDK 13 New Features
21CTO
21CTO
Jul 31, 2019 · Fundamentals

What’s New in Python 3.8? Key Features and Improvements Explained

Python 3.8, now in beta 2, introduces several notable enhancements—including the assignment expression (walrus operator), improved f‑string debugging, keyword‑only arguments enforcement, relocatable __pycache__, faster C‑extension calls, and various module updates—while targeting an official release by October 2019.

New FeaturesPositional‑only ParametersPython
0 likes · 9 min read
What’s New in Python 3.8? Key Features and Improvements Explained
High Availability Architecture
High Availability Architecture
Sep 28, 2018 · Fundamentals

New Features in Java 9–11: Local Variable Type Inference, HTTP Client, Collections, Streams, Optionals, and More

This article introduces the major Java 9‑11 language and API enhancements—including var type inference, the standardized HttpClient, immutable collection factories, new Stream methods, Optionals improvements, and additional VM features—providing concise code examples for engineers and architects.

CollectionsHTTP clientJava
0 likes · 6 min read
New Features in Java 9–11: Local Variable Type Inference, HTTP Client, Collections, Streams, Optionals, and More
Beike Product & Technology
Beike Product & Technology
Feb 7, 2018 · Backend Development

PHP 7.2 Upgrade Guide: Breaking Changes, New Features, Deprecated Functions, and Extension Updates

This article provides a comprehensive overview of PHP 7.2's upgrade changes, detailing backward‑incompatible core modifications, new language and extension features, deprecated functions, altered behaviours, added functions and classes, removed extensions, and updated INI and Windows support, all essential for backend developers.

BackendDeprecationsExtensions
0 likes · 14 min read
PHP 7.2 Upgrade Guide: Breaking Changes, New Features, Deprecated Functions, and Extension Updates
21CTO
21CTO
Sep 20, 2015 · Backend Development

What PHP7 Brings: New Features and Massive Performance Gains Explained

This article reviews PHP7’s major language enhancements, architectural changes, and benchmark results that demonstrate up to a 60% speed increase and a 2.7‑fold QPS boost for WordPress, providing developers with practical insights into adopting the new version.

New Featuresbackend-developmentperformance
0 likes · 16 min read
What PHP7 Brings: New Features and Massive Performance Gains Explained
Efficient Ops
Efficient Ops
Jul 5, 2015 · Databases

What’s New in MySQL InnoDB 5.7? Performance Boosts and Fresh Features

The article reviews MySQL InnoDB 5.7’s major performance enhancements—such as transaction pooling, temporary‑table redesign, buffer and DDL optimizations—and introduces new capabilities like native partitioning, dynamic buffer sizing, GIS support, virtual columns, and advanced compression, all illustrated with benchmark graphics.

InnoDBNew Featuresdatabase
0 likes · 11 min read
What’s New in MySQL InnoDB 5.7? Performance Boosts and Fresh Features