Tagged articles
50 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Apr 5, 2026 · Operations

Master API Testing: 20 Ready‑to‑Use Templates for Security, Performance, and Automation

This guide provides twenty detailed, ready‑to‑use templates that cover API overview translation, end‑to‑end call chains, OAuth2 flow analysis, JWT security testing, API key rotation, large file chunked upload, WebSocket messaging, payment callback verification, GraphQL optimization, gRPC testing, HTTP status‑code scenarios, circuit‑breaker testing, version compatibility, internationalization, OpenAPI validation, and contract‑test generation, each with concrete code snippets and step‑by‑step requirements.

API testingPerformance Testingsecurity testing
0 likes · 13 min read
Master API Testing: 20 Ready‑to‑Use Templates for Security, Performance, and Automation
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 24, 2026 · Artificial Intelligence

12 Practical AI Prompt Templates for Everyday Work (with Examples)

This guide presents twelve ready‑to‑use AI prompt templates covering single‑task queries, business writing, multi‑step projects, creative branding, logical reasoning, structured outputs, code editing, autonomous agents, image generation, and more, each illustrated with concrete examples.

AIPrompt engineeringlarge language model
0 likes · 16 min read
12 Practical AI Prompt Templates for Everyday Work (with Examples)
JakartaEE China Community
JakartaEE China Community
Jan 13, 2026 · Databases

Jakarta NoSQL 1.0: A New Standard for NoSQL Integration in the Java Ecosystem

Jakarta NoSQL 1.0 introduces a standardized, annotation‑driven API that lets Java developers map objects to document, key‑value, column‑family, or graph databases with type‑safe CRUD and fluent queries, while supporting CDI, annotation processors, and IDE integration for higher productivity and portability.

Annotation APIEclipse JNoSQLJakarta NoSQL
0 likes · 5 min read
Jakarta NoSQL 1.0: A New Standard for NoSQL Integration in the Java Ecosystem
ITFLY8 Architecture Home
ITFLY8 Architecture Home
May 30, 2025 · Artificial Intelligence

How to Use AI (DeepSeek) for Efficient Official Document Drafting

This guide explains how DeepSeek can assist in quickly generating, structuring, and polishing official documents by defining clear requirements, building logical frameworks, filling content modules, adjusting style, and performing thorough proofreading, while also providing numerous prompt templates for common government and corporate paperwork.

AI writingDeepSeekGovernment
0 likes · 13 min read
How to Use AI (DeepSeek) for Efficient Official Document Drafting
Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2025 · Backend Development

Simple Basketball Information Management System with Django

This article presents a simple basketball information management system built with Django, detailing CRUD operations for player data, pagination logic, and corresponding HTML templates for both admin and front‑end interfaces, accompanied by full source code snippets and screenshots of the resulting pages.

BackendCRUDWeb Development
0 likes · 12 min read
Simple Basketball Information Management System with Django
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 1, 2025 · Backend Development

Generating PDF Templates with iText in Java: Step-by-Step Guide

This article demonstrates how to create and fill PDF templates using a PDF editor and Java iText library, covering importing Word documents, inserting text, option, and image fields (including signatures and stamps), and provides complete code examples for generating customized PDFs.

PDFbackend-developmentiText
0 likes · 7 min read
Generating PDF Templates with iText in Java: Step-by-Step Guide
Architect's Guide
Architect's Guide
Mar 9, 2025 · Backend Development

Generating PDF Templates with iText in Java: A Step‑by‑Step Tutorial

This article demonstrates how to create a PDF template by first designing a Word document, converting it to PDF, inserting text, option, and image fields using a PDF editor, and then programmatically filling those fields with Java iText code, including dependency setup and image insertion.

BackendPDFiText
0 likes · 7 min read
Generating PDF Templates with iText in Java: A Step‑by‑Step Tutorial
Architect's Guide
Architect's Guide
Oct 17, 2024 · Backend Development

Using JXLS for Complex Excel Export in Java Backend Applications

This article introduces the JXLS library for Java, explains how to add Maven dependencies, provides backend utility and controller code for exporting Excel files, and details common XLS expressions such as jx:area, jx:each, jx:mergeCells, and dynamic column handling to simplify complex Excel report generation.

BackendDynamic Columnsexcel-export
0 likes · 8 min read
Using JXLS for Complex Excel Export in Java Backend Applications
Liangxu Linux
Liangxu Linux
Sep 2, 2024 · Fundamentals

Create a Git Commit Message Template to Keep Your History Clean

This guide explains why simple commit messages are insufficient, outlines the benefits of a standardized commit template, and provides step‑by‑step commands to create, configure, and use a Git commit‑message template globally or per‑repository.

DevOpsGitbest-practices
0 likes · 5 min read
Create a Git Commit Message Template to Keep Your History Clean
Architecture Digest
Architecture Digest
Jun 17, 2024 · Frontend Development

Curated List of Open‑Source Admin Dashboard Projects

This article provides a curated list of twelve open‑source admin dashboard projects, including D2admin, vue‑element‑admin, JEECG‑BOOT, GIN‑VUE‑ADMIN, and others, with their GitHub links, documentation URLs, demo previews, and licensing information, offering developers free resources for building management interfaces.

GitHubVueadmin dashboard
0 likes · 7 min read
Curated List of Open‑Source Admin Dashboard Projects
Alibaba Cloud Native
Alibaba Cloud Native
May 13, 2024 · Cloud Native

How to Use Template Syntax to Simplify Cloud‑Native Pipeline YAML

This guide explains why static YAML pipelines become unwieldy, introduces Cloud Effect Flow's template syntax based on Go templates, and shows step‑by‑step how to generate multiple jobs dynamically for compatibility testing and per‑application builds, including code examples and runtime configuration.

DevOpsYAMLci/cd
0 likes · 9 min read
How to Use Template Syntax to Simplify Cloud‑Native Pipeline YAML
DaTaobao Tech
DaTaobao Tech
Dec 20, 2023 · Backend Development

Designing a Unified Structural Template for Multi‑Module Business Applications

The article proposes a unified structural template that links business and technical architectures for multi‑module applications, revisiting the VSEF framework with client and business‑logic modules, handling concerns such as exceptions, idempotency and concurrency, using a simple Request/Result model, and demonstrating its reuse through price‑insurance and Groupon case studies, enabling rapid, container‑like service initialization while preserving clear separation of logic and infrastructure.

ExtensionIdempotencyMicroservices
0 likes · 7 min read
Designing a Unified Structural Template for Multi‑Module Business Applications
Selected Java Interview Questions
Selected Java Interview Questions
Aug 25, 2023 · Backend Development

Using JXLS for Complex Excel Export in Java

This article introduces the JXLS library for Java, explains how to add Maven dependencies, provides backend utility and controller code for exporting Excel files, and details template creation and common JXLS expressions such as jx:area, jx:each, jx:mergeCells, and dynamic column handling.

backend-developmentexcel-exportjava
0 likes · 6 min read
Using JXLS for Complex Excel Export in Java
Tencent Cloud Developer
Tencent Cloud Developer
Jun 14, 2023 · Frontend Development

How Tencent Video Built a One‑Code Multi‑Platform Search with Hippy

This article explains how Tencent Video created a unified search system that runs on Android, iOS, H5, mini‑programs and PC by consolidating backend interfaces, using the Hippy‑Vue stack, conditional compilation, and a three‑layer template to dramatically reduce development and maintenance costs.

DeploymentHippyMobile
0 likes · 12 min read
How Tencent Video Built a One‑Code Multi‑Platform Search with Hippy
JD Tech
JD Tech
May 24, 2023 · Backend Development

Technical Overview of the Transaction Fulfillment Product Center: Architecture, Features, and Implementation

This article presents a comprehensive technical overview of the Transaction Fulfillment Product Center, detailing its background, system architecture based on DDD and micro‑services, key features such as unified product management, template‑driven form generation, metadata handling, complex search capabilities, and a custom ID generator, while also providing code examples of extension points.

BackendID Generatorproduct-management
0 likes · 15 min read
Technical Overview of the Transaction Fulfillment Product Center: Architecture, Features, and Implementation
Java Backend Technology
Java Backend Technology
Mar 7, 2023 · Backend Development

Automate CRUD Code Generation for Java Backend Projects in Minutes

This article introduces a self‑hosted tool that automatically generates entity classes, DAO interfaces, service implementations, and controller code for Java backend projects, dramatically reducing the time spent creating tables, SQL, and boilerplate code while offering customizable templates and dynamic parameters.

CRUDjavatemplate
0 likes · 21 min read
Automate CRUD Code Generation for Java Backend Projects in Minutes
Cyber Elephant Tech Team
Cyber Elephant Tech Team
Feb 22, 2022 · Frontend Development

Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects

Eris is an open-source, enterprise-level frontend scaffolding framework from Yidianzixun that streamlines project initialization, template management, development, building, and deployment through unified commands, supporting both React and Vue templates, customizable themes, and an interactive CLI to accelerate large-scale web application development.

CLIDeploymentbuild
0 likes · 8 min read
Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects
IT Services Circle
IT Services Circle
Feb 5, 2022 · Fundamentals

Understanding && in C++: Rvalue References, Forwarding References, and Their Use as Function Parameters

The article explains the different meanings of the && operator in C++—as a true rvalue reference in non‑template functions, as a forwarding (universal) reference in templates, and its behavior when binding to function return values—illustrated with code examples and practical guidelines.

C++Function Parametersforwarding reference
0 likes · 5 min read
Understanding && in C++: Rvalue References, Forwarding References, and Their Use as Function Parameters
Programmer DD
Programmer DD
Jan 25, 2022 · Fundamentals

How to Craft an Outstanding Java Developer Resume: Tips & Templates

This guide explains why clear, concise resumes matter for Java developers, outlines the three essential sections, provides detailed advice on presenting project experience and technical skills, and offers free high‑quality templates to help job seekers stand out in interviews.

career advicejavajob interview
0 likes · 5 min read
How to Craft an Outstanding Java Developer Resume: Tips & Templates
JD Retail Technology
JD Retail Technology
Jan 13, 2022 · Frontend Development

The Origin, Current State, and Solution of Frontend Scaffolding: Introducing the Leo Scaffold Framework

This article explains how frontend scaffolding emerged from growing project complexity, outlines the limitations of traditional copy‑paste templates, and presents Leo—a modular, zero‑cost CLI scaffold that standardizes initialization, covers the entire development workflow, and offers an open‑source marketplace for templates and builders.

CLIdevelopment-toolsmodular
0 likes · 8 min read
The Origin, Current State, and Solution of Frontend Scaffolding: Introducing the Leo Scaffold Framework
Java Captain
Java Captain
Dec 26, 2021 · Frontend Development

Top Open-Source Vue Admin Templates and Their Resources

This article lists twelve popular open‑source Vue admin dashboard projects, providing each project's GitHub or Gitee repository link, documentation URL, live demo preview, and a screenshot, offering developers a quick reference for selecting a suitable admin UI framework.

UIVueadmin dashboard
0 likes · 7 min read
Top Open-Source Vue Admin Templates and Their Resources
Java Architect Essentials
Java Architect Essentials
Aug 13, 2021 · Frontend Development

Top 12 Open‑Source Vue Admin Dashboards You Should Explore

This article compiles twelve popular open‑source admin dashboard projects for Vue, presenting their source‑code repositories, documentation links, live demo URLs, and licensing details to help developers quickly evaluate and adopt suitable backend management interfaces.

GitHubVueadmin dashboard
0 likes · 7 min read
Top 12 Open‑Source Vue Admin Dashboards You Should Explore
KooFE Frontend Team
KooFE Frontend Team
Jul 20, 2021 · Frontend Development

How to Build a High‑Performance Poster System with Server‑Side Rendering

This article explains the business background, technical architecture, and implementation details of a scalable poster generation system that uses template‑based design and server‑side rendering to produce high‑quality, personalized images efficiently for online marketing campaigns.

Server-side Renderingperformanceposter
0 likes · 14 min read
How to Build a High‑Performance Poster System with Server‑Side Rendering
MaGe Linux Operations
MaGe Linux Operations
Jul 20, 2021 · Backend Development

Mastering Django Template Architecture: A Step‑by‑Step Guide

This tutorial walks through designing Django templates to keep the UI organized and eliminate duplicate code by leveraging Django's template tags, inheritance, and includes, providing preparation steps, detailed examples of base.html, content inheritance, and reusable form components.

AdminLTEDjangoWeb Development
0 likes · 32 min read
Mastering Django Template Architecture: A Step‑by‑Step Guide
JD Tech Talk
JD Tech Talk
Jul 7, 2021 · Frontend Development

Design and Architecture of JD's Lego Low‑Code Visual Building Platform

The article presents a comprehensive overview of JD's Lego low‑code visual building platform, detailing its business motivations, architectural design, core front‑end technologies, template creation workflow, debugging tools, unified build and release process, and future development directions.

Vuefrontendlow-code
0 likes · 16 min read
Design and Architecture of JD's Lego Low‑Code Visual Building Platform
ByteFE
ByteFE
Jul 1, 2021 · Frontend Development

Evolution of Frontend Scaffolding and Engineering Solutions

This article examines how frontend scaffolding has evolved from manual project copying to template repositories and automated CLI tools, discusses maintenance challenges such as throw‑away usage and version upgrades, and introduces ByteDance's cloud‑based engineering scheme with multiple code‑initialization methods and a marketplace for reusable best‑practice solutions.

CLIEngineeringcode initialization
0 likes · 7 min read
Evolution of Frontend Scaffolding and Engineering Solutions
php Courses
php Courses
Dec 17, 2020 · Backend Development

Customizing ThinkPHP 3.2 Error Page with a Personalized Template

This guide explains how to replace ThinkPHP's default error page by adding configuration entries and creating a custom HTML template, including CSS styling and JavaScript for automatic redirects, providing a more attractive and functional error display.

Error PageHTMLJavaScript
0 likes · 6 min read
Customizing ThinkPHP 3.2 Error Page with a Personalized Template
Zhengtong Technical Team
Zhengtong Technical Team
Jul 1, 2020 · Frontend Development

Design and Implementation of a Dynamic Printing Template System Using OnlyOffice Plugin

This article outlines the requirements, common approaches, drawbacks, and a comprehensive solution for creating flexible, visual printing templates in administrative workflows by leveraging OnlyOffice's extensible API, a custom JavaScript plugin, and backend integration to enable real‑time preview, variable insertion, and fine‑grained style control.

JavaScriptOnlyOfficePrinting
0 likes · 9 min read
Design and Implementation of a Dynamic Printing Template System Using OnlyOffice Plugin
Laravel Tech Community
Laravel Tech Community
May 12, 2020 · Backend Development

Laravel Blade Template Inheritance, Includes, and Control Structures Tutorial

This article explains how to use Laravel's Blade templating engine for creating reusable layouts with inheritance, including child views, passing parameters, template includes, and Blade's convenient control structures such as conditionals, authentication checks, switch statements, and various loop directives, all illustrated with complete code examples.

BackendBladeLaravel
0 likes · 9 min read
Laravel Blade Template Inheritance, Includes, and Control Structures Tutorial
Xianyu Technology
Xianyu Technology
Mar 27, 2019 · Mobile Development

Flutter Dynamic Template Rendering for Xianyu App

To meet Xianyu’s rapid UI change demands and curb its swelling Android package, the team built a Flutter‑specific dynamic template system that compiles Dart widget code into JSON, streams it to the client, reconstructs the widget tree at runtime, and maintains 55‑60 fps performance while planning further widget support and caching.

DARTFlutterMobile Development
0 likes · 11 min read
Flutter Dynamic Template Rendering for Xianyu App
JD Tech
JD Tech
Jul 23, 2018 · Frontend Development

Design and Architecture of JD's "Tongtian Tower" Visual Activity Page Builder Platform

This article explains the background, requirements, architectural design, technology selection, component structure, template definition, data handling, quality assurance measures, and future roadmap of JD's internal visual activity page builder platform, Tongtian Tower, highlighting its React‑based frontend implementation and open‑extension strategy.

JDReactfrontend
0 likes · 9 min read
Design and Architecture of JD's "Tongtian Tower" Visual Activity Page Builder Platform