Tag

Web

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 30, 2025 · Backend Development

Spring Boot 3: 7 Key Differences Between Filters and Interceptors

This article explains the fundamental distinctions between Spring Boot filters and interceptors—including execution timing, scope, registration methods, request handling, modification capabilities, exception mechanisms, and typical use cases—while providing practical code examples for each.

FilterInterceptorJava
0 likes · 9 min read
Spring Boot 3: 7 Key Differences Between Filters and Interceptors
JD Retail Technology
JD Retail Technology
May 27, 2025 · Frontend Development

Taro on Harmony C‑API: Cross‑Platform Frontend Framework for HarmonyOS

The article introduces Taro on Harmony's C‑API version, detailing its evolution, open‑source release, three‑layer architecture, rich component and CSS support, high‑performance rendering, installation steps, and future roadmap, positioning it as a leading framework for developing native‑like HarmonyOS applications.

C-APIHarmonyOSReact
0 likes · 9 min read
Taro on Harmony C‑API: Cross‑Platform Frontend Framework for HarmonyOS
JD Tech Talk
JD Tech Talk
May 26, 2025 · Frontend Development

Comprehensive Overview of Frontend Technology Stacks, Network Frameworks, and Performance Optimization

This article provides a comprehensive overview of front‑end technology stacks—including native app development, web frameworks, mini‑programs, and cross‑platform solutions—alongside common network libraries, the full HTTP request lifecycle, and practical performance optimization techniques for speed, weak‑network resilience, and security across native, web, and mini‑program environments.

Webfrontendnetwork
0 likes · 18 min read
Comprehensive Overview of Frontend Technology Stacks, Network Frameworks, and Performance Optimization
macrozheng
macrozheng
May 18, 2025 · Fundamentals

Install and Explore JSON Hero: A Powerful JSON Viewer

This guide introduces JSON Hero, a user‑friendly tool for viewing and editing JSON data, explains how to install it locally with Git and npm, shows how to use the web version, and highlights its multiple viewing modes and sharing features.

Column ViewInstallationJSON
0 likes · 5 min read
Install and Explore JSON Hero: A Powerful JSON Viewer
Java Captain
Java Captain
Apr 26, 2025 · Fundamentals

Understanding HTTP Protocol: Basics, Request Process, and Server Response

This article provides a comprehensive overview of the HTTP protocol, covering its fundamental concepts, the complete request lifecycle—including DNS resolution, TCP handshake, request headers, methods, cookies, and tokens—and detailed server response structures with practical Spring Boot examples.

NetworkingWebbackend
0 likes · 15 min read
Understanding HTTP Protocol: Basics, Request Process, and Server Response
Java Architecture Diary
Java Architecture Diary
Apr 21, 2025 · Backend Development

Mastering API Versioning in Spring Framework 7.0: Strategies and Code Samples

Spring Framework 7.0 introduces native API versioning support, enabling developers to manage multiple API versions through URI, request header, query parameter, and content negotiation strategies, with detailed implementation examples, customizable resolvers, and client-side usage via WebClient, ensuring backward compatibility and flexible version control.

API versioningJavaSpring
0 likes · 11 min read
Mastering API Versioning in Spring Framework 7.0: Strategies and Code Samples
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 23, 2025 · Frontend Development

Designing Effective Front-End Error Monitoring and Reporting Strategies

This article explains the core value of front‑end error monitoring, outlines key error categories, presents practical code examples for capturing explicit, implicit, resource, promise and framework errors, and proposes a multi‑layer defense strategy to improve observability, response time and team collaboration.

ObservabilityWeberror monitoring
0 likes · 12 min read
Designing Effective Front-End Error Monitoring and Reporting Strategies
Architecture Development Notes
Architecture Development Notes
Feb 5, 2025 · Backend Development

Mastering Axum Fallbacks: Build Unbreakable Rust Web Routes

Explore how to construct robust, multi‑layered fallback mechanisms in Rust’s Axum framework—covering basic route guards, global error handling, middleware validation, dynamic redirects, performance optimizations, and monitoring—so every unknown HTTP request is safely captured, logged, and intelligently responded.

AxumFallbackRust
0 likes · 10 min read
Mastering Axum Fallbacks: Build Unbreakable Rust Web Routes
Kuaishou Tech
Kuaishou Tech
Dec 11, 2024 · Frontend Development

Performance Governance and Optimization of Kuaishou Commercial Frontend Pages

This article presents a comprehensive analysis of page performance issues across Kuaishou's commercial front‑end projects, outlines the challenges of unified governance, B‑end experience measurement, and C‑end web‑native integration, and details the systematic optimization strategies and measurable results that significantly improved user experience and business metrics.

KuaishouMetricsWeb
0 likes · 23 min read
Performance Governance and Optimization of Kuaishou Commercial Frontend Pages
DaTaobao Tech
DaTaobao Tech
Dec 2, 2024 · Frontend Development

Client‑Side and Edge Caching Strategies for Membership Pages

The article outlines client‑cache and client‑snapshot techniques alongside an edge‑node ER‑cache that stores the first HTML chunk, explains a three‑layer routing model, and describes a head‑cache strategy with dynamic resource exclusion, skeleton UI snapshots, configurable switches, and per‑page cache durations to boost performance while preserving content freshness for membership pages.

EdgeWebcaching
0 likes · 11 min read
Client‑Side and Edge Caching Strategies for Membership Pages
Java Architect Essentials
Java Architect Essentials
Oct 13, 2024 · Backend Development

Patent on a SpringBoot-Based Web System Backend Implementation Method and Device

The Chinese Patent Office announced that Industrial and Commercial Bank of China obtained patent CN112905176B for a SpringBoot-based web system backend implementation method and device, which details a process of receiving operation data, extracting business and object IDs, retrieving configuration, forming conditional expressions, and processing data to reduce development changes and improve system stability.

JavaPatentSpringBoot
0 likes · 3 min read
Patent on a SpringBoot-Based Web System Backend Implementation Method and Device
Architecture Digest
Architecture Digest
Oct 10, 2024 · Backend Development

Using @Service to Replace @Controller in Spring Boot: Principles and Example

This article examines whether the @Service annotation can replace @Controller in Spring Boot by presenting a functional example, explaining the component‑scanning and request‑mapping mechanisms that allow a @Service‑annotated class to handle HTTP requests just like a controller.

AnnotationsControllerJava
0 likes · 7 min read
Using @Service to Replace @Controller in Spring Boot: Principles and Example
JD Retail Technology
JD Retail Technology
Aug 8, 2024 · Frontend Development

Ensuring Frontend System Stability through Monitoring and Automated Inspection

This article explains how modern front‑end teams ensure system stability and high‑quality operation by implementing comprehensive monitoring and automated inspection, covering background, significance, architecture, real‑time and scheduled checks, performance metrics, alert strategies, error handling, custom reporting, and future improvement plans.

AlertingDevOpsWeb
0 likes · 24 min read
Ensuring Frontend System Stability through Monitoring and Automated Inspection
DaTaobao Tech
DaTaobao Tech
Jul 17, 2024 · Frontend Development

Page Data Tracking and SPM for Front-End Development

Front‑end developers must embed unique page identifiers in URLs, capture incoming source parameters, and propagate them through outbound links so that traffic, source, interaction and conversion metrics can be automatically recorded by the SDK, enabling data‑driven product optimization and business insight.

SPMWebanalytics
0 likes · 17 min read
Page Data Tracking and SPM for Front-End Development
Architecture Digest
Architecture Digest
Jul 14, 2024 · Information Security

Why Many People Discourage Using JWT (JSON Web Tokens)

This article explains what JWT is, outlines its workflow, and critically examines its drawbacks—including size overhead, redundant signatures, token revocation challenges, stale data, lack of encryption, and broader security concerns—concluding that JWT is suitable only for short‑lived authorization tokens rather than long‑term session management.

AuthenticationJWTSecurity
0 likes · 7 min read
Why Many People Discourage Using JWT (JSON Web Tokens)
Architect's Guide
Architect's Guide
Jul 8, 2024 · Frontend Development

JSON Hero – A Lightweight JSON Viewer with Multiple Views and Local Installation Guide

JSON Hero is a lightweight, user‑friendly JSON viewer that offers column, tree, and raw JSON views, automatic content preview, and easy sharing; the article explains its features, provides a local installation guide with Git and npm commands, and shows how to use it directly in the browser.

InstallationJSONViewer
0 likes · 4 min read
JSON Hero – A Lightweight JSON Viewer with Multiple Views and Local Installation Guide
Go Programming World
Go Programming World
May 27, 2024 · Backend Development

Designing an Effective Go Web Project Directory Structure

This article explains the principles and recommended layout for organizing a large Go web project, covering readability, extensibility, standard Go project layout, and detailed descriptions of directories such as /cmd, /internal, /pkg, /configs, /deployments, and supporting files to improve maintainability and scalability.

Project StructureWebbackend
0 likes · 11 min read
Designing an Effective Go Web Project Directory Structure
Top Architect
Top Architect
May 25, 2024 · Backend Development

Java Backend Token Generation Using JWT: Implementation and Usage Guide

This article explains how to prevent duplicate form submissions in Java web applications by generating and validating JWT tokens on the backend, provides complete utility classes and controller examples, and includes step‑by‑step usage instructions with full source code.

JWTJavaSecurity
0 likes · 16 min read
Java Backend Token Generation Using JWT: Implementation and Usage Guide
Python Programming Learning Circle
Python Programming Learning Circle
May 9, 2024 · Fundamentals

15 Essential Python Packages Every Developer Should Know

This article introduces fifteen highly useful Python libraries—ranging from data‑visualisation with Dash to web requests, image handling, progress bars, and home automation—explaining their main features, typical use‑cases, and why they are valuable tools for both beginners and experienced programmers.

LibrariesPythonWeb
0 likes · 10 min read
15 Essential Python Packages Every Developer Should Know
DeWu Technology
DeWu Technology
Apr 10, 2024 · Frontend Development

Frontend Performance Optimization for Transaction Backend

The article details a micro‑frontend transaction backend case study where code‑splitting, CDN delivery, caching, lazy‑loading, and idle‑time loading reduced first‑screen JavaScript size, cut FCP below one second and LCP below two seconds, and improved first‑screen open rate by 15% while halving TTI.

Webfrontendmicrofrontend
0 likes · 9 min read
Frontend Performance Optimization for Transaction Backend