Tagged articles
59 articles
Page 1 of 1
Node.js Tech Stack
Node.js Tech Stack
May 14, 2026 · Backend Development

Bun v1.3.14 Released: Rust Rewrite Nears Completion, May End Zig Era

Version 1.3.14 of Bun was released on May 13, featuring a massive Rust rewrite that has already passed tests on all major platforms, closed around 200 issues, introduced built‑in image processing, HTTP/3 support, and dramatically reduced binary size, while the migration—driven by AI agents—produced 960 k lines of Rust with 13,044 unsafe blocks, signaling a potential shift away from Zig.

AIBunHTTP/3
0 likes · 15 min read
Bun v1.3.14 Released: Rust Rewrite Nears Completion, May End Zig Era
21CTO
21CTO
Apr 13, 2026 · Industry Insights

Why HTTP/3 Beats HTTP/2: Unpacking TCP Head‑of‑Line Blocking and QUIC Gains

The article analyzes why HTTP/3, built on QUIC over UDP, can outperform HTTP/2 in lossy or mobile networks by eliminating TCP's head‑of‑line blocking, offering faster handshakes, seamless connection migration, and better congestion control, while also outlining scenarios where HTTP/2 remains preferable.

HTTP/3QUICTCP
0 likes · 10 min read
Why HTTP/3 Beats HTTP/2: Unpacking TCP Head‑of‑Line Blocking and QUIC Gains
MeowKitty Programming
MeowKitty Programming
Mar 19, 2026 · Backend Development

Java at 26: 6 Game‑Changing JDK 26 Upgrades That Outperform the Competition

Oracle’s JDK 26, a non‑LTS release, delivers dramatic gains—15% higher G1 GC throughput, up to 50% lower latency, 40‑60% memory reduction via Valhalla value classes, native HTTP/3 support, AOT cache for all GCs, and enhanced security—offering developers faster startup, lower costs, and safer code.

HTTP/3Java performancePost-Quantum Encryption
0 likes · 10 min read
Java at 26: 6 Game‑Changing JDK 26 Upgrades That Outperform the Competition
MeowKitty Programming
MeowKitty Programming
Mar 19, 2026 · Backend Development

Why JDK 26 Promises Up to 30% Faster Java with Half the Boilerplate

JDK 26, released on March 17, 2026, introduces structured concurrency, native HTTP/3, primitive‑type pattern matching, lazy constants, G1 GC sync improvements, AOT object caching, final‑field reflection limits and post‑quantum encryption, delivering up to 30% performance gains, 40% thread‑utilisation, and up to 70% code‑size reduction without requiring code changes or new dependencies.

HTTP/3JavaPost-Quantum Encryption
0 likes · 11 min read
Why JDK 26 Promises Up to 30% Faster Java with Half the Boilerplate
Code Wrench
Code Wrench
Feb 21, 2026 · Fundamentals

What’s New in Go 1.26? Deep Dive into Arena Memory, Generics, and Native HTTP/3

The article provides a comprehensive analysis of Go 1.26’s major enhancements—including stable Arena memory management, expanded generics in the standard library, native HTTP/3 support, integrated security checks, performance benchmarks, and practical upgrade recommendations for production environments.

ArenaGenericsGo
0 likes · 9 min read
What’s New in Go 1.26? Deep Dive into Arena Memory, Generics, and Native HTTP/3
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
Radish, Keep Going!
Radish, Keep Going!
Nov 10, 2025 · Backend Development

Why HTTP/3 Adoption Stalls: Hidden Barriers and Real-World Benefits

Despite widespread browser and CDN support for HTTP/3, most developers still struggle to deploy it end‑to‑end because of missing QUIC implementations in language runtimes, fragmented open‑source tooling, and compatibility issues with core libraries like OpenSSL.

HTTP/3Network ProtocolsOpenSSL
0 likes · 17 min read
Why HTTP/3 Adoption Stalls: Hidden Barriers and Real-World Benefits
IT Services Circle
IT Services Circle
Oct 27, 2025 · Backend Development

Why Go’s HTTP/3 Proposal Stalled Again: Inside the Community Debate

The Go core team’s experimental HTTP/3 proposal, first introduced in 2024, has been postponed despite years of community demand, highlighting challenges in API design, backward compatibility, resource allocation, and the practical dominance of HTTP/2 over the newer protocol.

HTTP/3NetworkingQUIC
0 likes · 8 min read
Why Go’s HTTP/3 Proposal Stalled Again: Inside the Community Debate
Cognitive Technology Team
Cognitive Technology Team
Oct 3, 2025 · Backend Development

Boost Web Performance: Java HTTP/3 Benchmark vs HTTP/2

This article explains how Java 24 and OpenJDK add HTTP/3 support, compares its speed to HTTP/2 using benchmark code, and shows why the QUIC‑based protocol delivers lower latency and fewer TCP connections for modern web applications.

Backend DevelopmentHTTP/3Java
0 likes · 13 min read
Boost Web Performance: Java HTTP/3 Benchmark vs HTTP/2
Java Web Project
Java Web Project
Aug 12, 2025 · Industry Insights

Why Reqable Beats Postman: Free, Fast, and Feature‑Rich API Testing

The article evaluates Reqable as a free, cross‑platform API testing tool, detailing its performance advantages over Postman, extensive feature set, data‑migration capabilities, HTTP/2‑3 support, active community contributions, and open‑source components, while providing concrete benchmark data and usage scenarios.

API testingHTTP/3Postman alternative
0 likes · 7 min read
Why Reqable Beats Postman: Free, Fast, and Feature‑Rich API Testing
Code Wrench
Code Wrench
Jul 9, 2025 · Backend Development

Boost Go Microservices with gRPC over HTTP/3: A Hands‑On Guide

This article demonstrates how to build high‑performance, low‑latency Go microservices by integrating gRPC with HTTP/3 over QUIC, covering server and client implementations, a sample Analyze service, step‑by‑step communication flow, and performance comparisons against traditional HTTP/2‑based gRPC.

Backend DevelopmentGoHTTP/3
0 likes · 9 min read
Boost Go Microservices with gRPC over HTTP/3: A Hands‑On Guide
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Mar 6, 2025 · Backend Development

ROFF: A High‑Performance Seven‑Layer Rust‑Based Gateway with TLS Offload, QUIC/HTTP3, and Dynamic Module System

ROFF is a Rust‑implemented, seven‑layer gateway that delivers high‑throughput load balancing with memory‑safe performance, TLS hardware offload, native QUIC/HTTP3 support, a hot‑reload/upgrade mechanism, and an extensible module system allowing over thirty built‑in filters and custom Rust macros.

HTTP/3QUICRust
0 likes · 28 min read
ROFF: A High‑Performance Seven‑Layer Rust‑Based Gateway with TLS Offload, QUIC/HTTP3, and Dynamic Module System
High Availability Architecture
High Availability Architecture
Nov 27, 2024 · Cloud Native

Apache Dubbo Triple X Protocol Adds Full HTTP/3 Support: Design, Configuration, and Performance

The article explains how Apache Dubbo's Triple X protocol now fully supports HTTP/3, detailing its design goals, performance advantages, configuration steps, code examples, and real‑world benchmarks that demonstrate significant latency reduction and reliability improvements in cloud‑native microservice environments.

Cloud NativeDubboHTTP/3
0 likes · 9 min read
Apache Dubbo Triple X Protocol Adds Full HTTP/3 Support: Design, Configuration, and Performance
Alibaba Cloud Native
Alibaba Cloud Native
Nov 25, 2024 · Backend Development

How Dubbo’s Triple X Protocol Leverages HTTP/3 for 6× Faster RPC in Weak Networks

Apache Dubbo’s new Triple X protocol now supports HTTP/3, enabling low‑latency, multiplexed, TLS‑1.3‑secured RPC calls that dramatically improve performance and reliability across cloud, cross‑region, and high‑loss networks, with detailed design goals, configuration steps, code examples, and benchmark results showing up to six‑fold gains.

HTTP/3Triple Xperformance
0 likes · 10 min read
How Dubbo’s Triple X Protocol Leverages HTTP/3 for 6× Faster RPC in Weak Networks
Open Source Linux
Open Source Linux
Sep 19, 2024 · Backend Development

Why QUIC Is Revolutionizing HTTP: From HTTP/1.1 to HTTP/3 Explained

This article traces the evolution of HTTP from its 1991 origins through HTTP/2 and HTTP/3, explains how QUIC leverages UDP to reduce latency, and details QUIC's connection establishment, migration, head‑of‑line blocking mitigation, congestion control, and flow‑control mechanisms.

BackendHTTPHTTP/3
0 likes · 13 min read
Why QUIC Is Revolutionizing HTTP: From HTTP/1.1 to HTTP/3 Explained
Top Architect
Top Architect
Aug 24, 2024 · Fundamentals

HTTP History, QUIC Overview, and Key Features of HTTP/3

This article traces the evolution of HTTP from its 1991 inception through HTTP/1.1, HTTP/2, and HTTP/3, explains the QUIC protocol’s design and advantages, and details connection establishment, congestion control, flow control, and head‑of‑line blocking mitigation techniques used in modern web transport.

Flow ControlHTTPHTTP/3
0 likes · 15 min read
HTTP History, QUIC Overview, and Key Features of HTTP/3
Liangxu Linux
Liangxu Linux
Aug 24, 2024 · Fundamentals

Why HTTP/3 Beats HTTP/2: A Deep Dive into QUIC’s Innovations

This article traces the evolution from HTTP/1.1 to HTTP/3, explains how QUIC built on UDP to reduce connection latency, avoid head‑of‑line blocking, support seamless connection migration, and introduce advanced congestion and flow‑control mechanisms that give HTTP/3 a performance edge over its predecessors.

HTTPHTTP/3Network Protocols
0 likes · 14 min read
Why HTTP/3 Beats HTTP/2: A Deep Dive into QUIC’s Innovations
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 28, 2024 · Fundamentals

Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies

The article thoroughly examines QUIC—the user‑space, UDP‑based transport underpinning HTTP/3—detailing its architecture, fast 0‑RTT handshakes, connection migration, stream‑level independence, congestion control, and flow‑control mechanisms, while also discussing implementation hurdles like 0‑RTT reliability, load‑balancer routing, UDP restrictions, CPU overhead, and real‑world performance gains reported by major Chinese tech firms.

0-RTT handshakeHTTP/3QUIC protocol
0 likes · 21 min read
Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies
Radish, Keep Going!
Radish, Keep Going!
Jun 14, 2024 · Fundamentals

Why QUIC Is Replacing TCP: Faster, Safer Internet Transport

This article explains how QUIC, a UDP‑based transport protocol developed by Google, overcomes TCP's limitations such as handshake latency and head‑of‑line blocking, offering lower latency, multiplexing, built‑in TLS 1.3 security, and why it powers the emerging HTTP/3 standard.

HTTP/3Network ProtocolsQUIC
0 likes · 12 min read
Why QUIC Is Replacing TCP: Faster, Safer Internet Transport
Architect
Architect
Jun 4, 2024 · Fundamentals

Why HTTP/3 Beats HTTP/2: Inside QUIC’s Fast, Secure Transport

This article explains the evolution from HTTP/1.1 to HTTP/3, detailing QUIC’s UDP‑based design, its 1‑RTT handshake, connection migration, head‑of‑line blocking elimination, congestion‑control enhancements, forward error correction, and stream‑ and connection‑level flow control.

Flow ControlHTTP/3QUIC
0 likes · 16 min read
Why HTTP/3 Beats HTTP/2: Inside QUIC’s Fast, Secure Transport
21CTO
21CTO
May 31, 2024 · Backend Development

How FrankenPHP Boosts PHP Performance by 2× with Caddy Integration

FrankenPHP, a Go‑based PHP application server built on Caddy, claims to double web request performance and halve developer/DevOps workload, offering container‑ready deployment, automatic HTTPS, native PHP extensions, in‑memory mode, structured logging, Prometheus metrics, and experimental HTTP/3 support.

CaddyFrankenPHPHTTP/3
0 likes · 5 min read
How FrankenPHP Boosts PHP Performance by 2× with Caddy Integration
Yunxuetang Frontend Team
Yunxuetang Frontend Team
Mar 29, 2024 · Frontend Development

Exploring Modern Front‑End Techniques: Chrome Extensions, Vite, Husky, and HTTP/3

This article surveys current front‑end innovations, covering Chrome extension development, using Husky for Git‑hook scripts, the clever architecture of Vite, new JavaScript operators (?., ??, ??=), the upcoming HTTP/3 protocol, 2024 front‑end technology trends, and an invitation to join a leading front‑end team.

2024 trendsChrome extensionsHTTP/3
0 likes · 4 min read
Exploring Modern Front‑End Techniques: Chrome Extensions, Vite, Husky, and HTTP/3
21CTO
21CTO
Feb 17, 2024 · Backend Development

Why Maxim Dounin Forked Nginx into FreeNginx to Escape Corporate Control

Maxim Dounin launched the FreeNginx fork to free the popular Nginx web server from F5's corporate influence after disputes over an HTTP/3 vulnerability, highlighting broader geopolitical and open‑source governance challenges.

Backend DevelopmentHTTP/3NGINX
0 likes · 6 min read
Why Maxim Dounin Forked Nginx into FreeNginx to Escape Corporate Control
Architect
Architect
Mar 14, 2023 · Fundamentals

Why HTTP/3 Replaces TCP: Understanding QUIC and Protocol Evolution

The article explains how HTTP/3 abandons TCP in favor of the QUIC protocol built on UDP, detailing TCP's head‑of‑line blocking, handshake latency, middlebox rigidity, and how QUIC’s reliability, multiplexing, and fast handshakes address these issues while also noting deployment challenges.

HTTP/3NetworkingQUIC
0 likes · 7 min read
Why HTTP/3 Replaces TCP: Understanding QUIC and Protocol Evolution
Laravel Tech Community
Laravel Tech Community
Feb 22, 2023 · Operations

curl 7.88.1 Release: Bug Fixes for HTTP/2 Multiplexing, Connection Timeout, and Additional Improvements

The curl 7.88.1 update addresses several critical bugs—including HTTP/2 multiplexed data corruption, inaccurate connection timeout handling, uninitialized port values in runtests, missing SRP support checks, HTTP3 fallback when HTTP2 is unavailable, and socketpair EWOULDBLOCK handling—enhancing reliability across platforms.

HTTP/2HTTP/3Networking
0 likes · 3 min read
curl 7.88.1 Release: Bug Fixes for HTTP/2 Multiplexing, Connection Timeout, and Additional Improvements
Open Source Linux
Open Source Linux
Feb 16, 2023 · Fundamentals

Why HTTP Was Designed That Way: From TCP Basics to HTTP/3 Evolution

An in‑depth look at HTTP’s origins, its client‑driven request‑response design, the evolution of headers, length‑ and delimiter‑based streams, and the successive enhancements from HTTP/0.9 through HTTP/1.1 to HTTP/2, SPDY, and HTTP/3, explaining the motivations behind each change.

HTTPHTTP/2HTTP/3
0 likes · 28 min read
Why HTTP Was Designed That Way: From TCP Basics to HTTP/3 Evolution
21CTO
21CTO
Jul 25, 2022 · Fundamentals

Why HTTP/3 and QUIC Are Revolutionizing Web Performance

This article explains how HTTP/3, built on the QUIC transport, improves latency, reliability, and security compared to earlier HTTP versions, outlines its adoption across browsers and CDNs, and lists language libraries for developers to start implementing the new protocol.

HTTP/3Network ProtocolsQUIC
0 likes · 7 min read
Why HTTP/3 and QUIC Are Revolutionizing Web Performance
Su San Talks Tech
Su San Talks Tech
Jul 25, 2022 · Fundamentals

Why HTTP/3 and QUIC Are Revolutionizing Web Performance

This article explains the evolution of HTTP from 1.1 to HTTP/3, how QUIC leverages UDP and TLS to achieve low‑latency 0‑RTT connections, solves head‑of‑line blocking, improves congestion and flow control, and why these advances matter for modern web applications.

HTTP/3Network ProtocolsQUIC
0 likes · 15 min read
Why HTTP/3 and QUIC Are Revolutionizing Web Performance
MaGe Linux Operations
MaGe Linux Operations
Jul 12, 2022 · Fundamentals

Why HTTP/3 and QUIC Are Revolutionizing Web Performance

This article explains the evolution from HTTP/1.1 to HTTP/3, highlights the limitations of HTTP/2 such as head‑of‑line blocking and TCP‑based latency, and shows how QUIC’s UDP‑based design, 0‑RTT handshakes, connection migration, and advanced congestion‑control mechanisms overcome those challenges to deliver faster, more reliable web traffic.

HTTP/3Network ProtocolsQUIC
0 likes · 14 min read
Why HTTP/3 and QUIC Are Revolutionizing Web Performance
IT Services Circle
IT Services Circle
Jul 6, 2022 · Fundamentals

Why HTTP/3 Abandons TCP: An Overview of QUIC and Its Benefits

The article explains how TCP, the long‑standing transport for HTTP/1.x and HTTP/2, suffers from head‑of‑line blocking and handshake latency, why protocol ossification hinders upgrades, and how HTTP/3’s QUIC built on UDP overcomes these issues while introducing its own deployment challenges.

HTTP/3QUICTCP
0 likes · 7 min read
Why HTTP/3 Abandons TCP: An Overview of QUIC and Its Benefits
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jun 21, 2022 · Fundamentals

From HTTP/0.9 to HTTP/3: Evolution of Web Protocols Explained

This article traces the development of the HTTP protocol from its earliest 0.9 version through 1.0, 1.1, 2.0, and the modern HTTP/3 over QUIC, detailing key features, header compression, multiplexing, caching mechanisms, server push, and the security and performance trade‑offs of each iteration.

HTTPHTTP/2HTTP/3
0 likes · 20 min read
From HTTP/0.9 to HTTP/3: Evolution of Web Protocols Explained
DaTaobao Tech
DaTaobao Tech
Jun 15, 2022 · Fundamentals

Choosing QUIC as a TCP Replacement: Scenarios, Principles, and XQUIC Experience

QUIC replaces TCP when long, lossy or wireless‑induced jitter dominates, offering multi‑stream, 0‑RTT, user‑space transport; Alibaba’s XQUIC library demonstrates 15‑20% latency cuts, 26% throughput gains via XDP‑based UDP bypass, and outlines a four‑stage adoption path from business value to open‑source leadership.

HTTP/3QUICUDP optimization
0 likes · 11 min read
Choosing QUIC as a TCP Replacement: Scenarios, Principles, and XQUIC Experience
MaGe Linux Operations
MaGe Linux Operations
Jun 12, 2022 · Fundamentals

Why HTTP/3 Matters: Understanding QUIC’s Leap Over TCP

The article explains how HTTP/3, standardized as RFC 9114 after five years of work, replaces TCP with the UDP‑based QUIC protocol to overcome HTTP/1.1 and HTTP/2 limitations such as head‑of‑line blocking, improving multiplexing, congestion control, and security.

HTTP/3IETFNetworking
0 likes · 4 min read
Why HTTP/3 Matters: Understanding QUIC’s Leap Over TCP
ByteFE
ByteFE
Jun 10, 2022 · Industry Insights

Latest Tech Insights: HTTP/3 Standard, Frontend Survey, Web3 Trends, and Performance Tips

This roundup covers the official release of HTTP/3 (RFC 9114), key findings from a 2022 frontend development survey highlighting TypeScript dominance, an in‑depth Web3.0 industry panorama, Douyin's Android power‑saving practices, bundler considerations, first‑party cookie guidance, content‑visibility performance analysis, and a detailed Three.js ice‑cream Earth tutorial.

Content-VisibilityHTTP/3Performance Optimization
0 likes · 7 min read
Latest Tech Insights: HTTP/3 Standard, Frontend Survey, Web3 Trends, and Performance Tips
21CTO
21CTO
Jun 8, 2022 · Fundamentals

Why HTTP/3 Matters: Speed Gains, Benchmarks, and Real‑World Adoption

This article explains the significance of HTTP/3 for web performance, outlines its standardization history, compares it with HTTP/1.1 and HTTP/2, presents benchmark results, and discusses practical adoption considerations such as QUIC, 0‑RTT, and current implementation support.

HTTP/3NetworkingQUIC
0 likes · 9 min read
Why HTTP/3 Matters: Speed Gains, Benchmarks, and Real‑World Adoption
21CTO
21CTO
Dec 16, 2021 · Backend Development

How Much Faster Is HTTP/3? Real‑World Benchmarks Reveal the Gains

This article explains the evolution of HTTP, compares HTTP/1.1, HTTP/2, and HTTP/3, and presents benchmark results from three global data centers showing how HTTP/3’s QUIC‑based multiplexing and 0‑RTT dramatically reduce page load latency.

HTTP/3QUICWeb Performance
0 likes · 13 min read
How Much Faster Is HTTP/3? Real‑World Benchmarks Reveal the Gains
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 3, 2021 · Fundamentals

Ant Group’s QUIC Deployment: Boosting Mobile Payments & Global Acceleration

Since 2015, Ant Group’s Alipay client and gateway teams have been deploying QUIC, the next‑generation transport for HTTP/3, across mobile payment and overseas acceleration scenarios, detailing background, design choices, deployment frameworks, key technologies like connection migration, 0‑RTT, lossless upgrades, and related patents.

0-RTTHTTP/3QUIC
0 likes · 20 min read
Ant Group’s QUIC Deployment: Boosting Mobile Payments & Global Acceleration
Tencent Cloud Developer
Tencent Cloud Developer
Mar 15, 2021 · Fundamentals

Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features

QUIC, a UDP‑based transport protocol that merges TCP reliability, UDP speed, and TLS security, underpins HTTP/3 by eliminating TCP’s three‑way handshake and head‑of‑line blocking, offering connection migration, 0‑RTT latency, customizable congestion control, fully encrypted packets, and is already being deployed in services such as Tencent Cloud CDN.

HTTP/3QUICTransport Protocol
0 likes · 17 min read
Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features
Programmer DD
Programmer DD
Jan 18, 2021 · Fundamentals

Why HTTP/3 Is the Next Leap for the Web: From TCP to QUIC

This article traces the evolution of the HTTP protocol from its early days through HTTP/1.0, 1.1, SPDY, HTTP/2, and finally to HTTP/3, explaining how QUIC over UDP addresses TCP's latency and security limitations while also highlighting remaining challenges.

HTTP/3QUICTCP
0 likes · 15 min read
Why HTTP/3 Is the Next Leap for the Web: From TCP to QUIC
MaGe Linux Operations
MaGe Linux Operations
Dec 2, 2020 · Fundamentals

Why HTTP/3 Matters: From TCP Roots to QUIC’s Future

This article traces the evolution of HTTP from its 1991 origins through HTTP/1.0, 1.1, HTTP/2, and finally HTTP/3, explaining how QUIC over UDP addresses TCP’s latency and security limitations while also highlighting remaining challenges.

HTTP/3QUICTCP
0 likes · 12 min read
Why HTTP/3 Matters: From TCP Roots to QUIC’s Future
Programmer DD
Programmer DD
Jun 10, 2020 · Fundamentals

Why HTTP/3 and QUIC Are Revolutionizing Web Performance

This article explains the evolution from HTTP/1.1 to HTTP/3, detailing QUIC's design, zero‑RTT connections, connection migration, head‑of‑line blocking elimination, multiplexing, congestion and flow control improvements, and why HTTP/3 is poised to become the next‑generation web protocol.

HTTP/3Network ProtocolsQUIC
0 likes · 18 min read
Why HTTP/3 and QUIC Are Revolutionizing Web Performance
Qborfy AI
Qborfy AI
May 19, 2020 · Frontend Development

Front‑End Essentials: Optimizing Large File Uploads, Cutting If‑Else, and HTTP/3/Deno Updates

This weekly roundup shares practical front‑end knowledge, detailing step‑by‑step large file upload slicing with MD5 checks, strategies to replace bulky if‑else chains such as table‑driven maps and chain‑of‑responsibility, and concise overviews of HTTP/3’s QUIC origins and Deno 1.0’s Rust‑based runtime.

Code OptimizationDenoHTTP/3
0 likes · 5 min read
Front‑End Essentials: Optimizing Large File Uploads, Cutting If‑Else, and HTTP/3/Deno Updates
Programmer DD
Programmer DD
May 2, 2020 · Fundamentals

Microsoft Open‑Sources MsQuic: Inside the Cross‑Platform QUIC Library

Microsoft announced on its official tech blog that it has open‑sourced MsQuic, its internal cross‑platform implementation of the experimental QUIC transport protocol, which underpins HTTP/3 and is already integrated into Windows, Microsoft 365, .NET Core, and SMB, offering performance and security improvements.

HTTP/3MicrosoftMsQuic
0 likes · 3 min read
Microsoft Open‑Sources MsQuic: Inside the Cross‑Platform QUIC Library
Node Underground
Node Underground
Jul 28, 2019 · Backend Development

Exploring QUIC and HTTP/3: Build and Test a Node.js QUIC Server

This article explains what QUIC is, outlines HTTP/3’s advantages over HTTP/2, and provides step‑by‑step instructions with code samples for compiling Node.js’s QUIC implementation and running a simple QUIC server and client to observe protocol behavior.

HTTP/3Node.jsQUIC
0 likes · 8 min read
Exploring QUIC and HTTP/3: Build and Test a Node.js QUIC Server
21CTO
21CTO
Nov 17, 2018 · Fundamentals

Why HTTP/3 Is Replacing TCP: The Rise of QUIC and UDP

Upcoming IETF discussions aim to replace the long‑standing TCP‑based HTTP with a new UDP‑based protocol, QUIC, rebranded as HTTP/3, offering lower latency and improved security, while distinguishing Google’s gQUIC from the IETF’s iQUIC and gaining industry support.

HTTP/3IETFNetwork Protocols
0 likes · 4 min read
Why HTTP/3 Is Replacing TCP: The Rise of QUIC and UDP
UC Tech Team
UC Tech Team
Nov 12, 2018 · Fundamentals

HTTP/3: Renaming HTTP-over-QUIC and Its Evolution

This article explains how the protocol formerly known as HTTP-over-QUIC was officially renamed to HTTP/3, outlines the role of the IETF QUIC working group, the distinction between iQUIC and gQUIC, and highlights key interoperability milestones and resources.

HTTP/3IETFNetworking
0 likes · 3 min read
HTTP/3: Renaming HTTP-over-QUIC and Its Evolution