Open Source Tech Hub
Author

Open Source Tech Hub

Sharing cutting-edge internet technologies and practical AI resources.

726
Articles
0
Likes
727
Views
0
Comments
Recent Articles

Latest from Open Source Tech Hub

100 recent articles max
Open Source Tech Hub
Open Source Tech Hub
Nov 21, 2025 · Backend Development

Master API Testing Directly in JetBrains IDE with the Built‑in HTTP Client

This guide explains how JetBrains IDE's integrated HTTP client lets developers write .http or .rest scripts to send GET, POST, PUT, DELETE, GraphQL, and WebSocket requests, manage environments and variables, and handle authentication—all without leaving the editor, boosting productivity and simplifying API testing.

API testingGraphQLIDE
0 likes · 10 min read
Master API Testing Directly in JetBrains IDE with the Built‑in HTTP Client
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
Open Source Tech Hub
Open Source Tech Hub
Nov 18, 2025 · Backend Development

Why Hyperf Is the High‑Performance PHP Framework for Modern Microservices

Hyperf is a high‑performance, highly flexible PHP coroutine framework built on Swoole that delivers superior speed over traditional PHP‑FPM, offers extensive PSR‑based components, and provides a robust foundation for web services, microservices, distributed systems, and IoT applications.

Backend FrameworkHigh PerformanceHyperf
0 likes · 6 min read
Why Hyperf Is the High‑Performance PHP Framework for Modern Microservices
Open Source Tech Hub
Open Source Tech Hub
Nov 17, 2025 · Backend Development

Swoole v6.1 Released: Major PHP, Library, and Network Protocol Upgrades

Version 6.1 of Swoole, built on Swoole v6.1.1 and PHP 8.4.14, introduces dynamic GCC support for Swoole‑CLI, a new random extension, libind2 and libpsl for Curl, upgrades PHP, numerous extensions, libraries, and switches HTTP/3 implementation, while fixing macOS build issues and deprecating ngtcp2.

HTTP/3Library UpdatesNetworking
0 likes · 3 min read
Swoole v6.1 Released: Major PHP, Library, and Network Protocol Upgrades
Open Source Tech Hub
Open Source Tech Hub
Nov 17, 2025 · Backend Development

Mastering High‑Performance PHP with Swoole: Multi‑Process, Coroutine, and Async I/O Guide

Learn how Swoole transforms PHP into a high‑performance, asynchronous server by detailing its multi‑process architecture, reactor‑worker‑task model, coroutine‑enabled I/O, and practical code examples for TCP clients, HTTP servers, and file operations, enabling scalable, non‑blocking applications.

AsynchronousNetwork I/OPHP
0 likes · 7 min read
Mastering High‑Performance PHP with Swoole: Multi‑Process, Coroutine, and Async I/O Guide