Tagged articles
8 articles
Page 1 of 1
Architect's Guide
Architect's Guide
Sep 2, 2025 · Backend Development

Spring Boot API Mastery: Validation, Global Exceptions, Responses and Security

This comprehensive guide walks you through building robust Spring Boot backend APIs, covering environment setup, parameter validation with Validator and groups, custom validation, global exception handling, unified response structures, optional response wrapping, API version control via path and header, and essential security measures such as token authentication, timestamp checks, URL signing, replay protection, and HTTPS usage.

API ValidationAPI VersioningSpring Boot
0 likes · 27 min read
Spring Boot API Mastery: Validation, Global Exceptions, Responses and Security
FunTester
FunTester
Jul 8, 2025 · Backend Development

Boost Go Backend Reliability with gody: Lightweight Struct Validation Guide

gody is a lightweight, extensible Go library that simplifies struct validation across interface parameters, configuration loading, and user input, offering core APIs, tag‑based automatic checks, and dynamic enums, enabling test engineers to quickly integrate robust validation into performance, chaos, and API testing workflows.

API ValidationBackend testingGo
0 likes · 9 min read
Boost Go Backend Reliability with gody: Lightweight Struct Validation Guide
Architect's Guide
Architect's Guide
Jul 1, 2025 · Backend Development

Spring Boot API Validation, Global Exception Handling & Secure Versioning

This guide walks through building robust Spring Boot backend APIs by detailing request parameter validation with @Validator, implementing global exception handling, standardizing unified response structures, applying custom annotations for response control, managing API versioning via path and header strategies, and enhancing security with token authentication, timestamps, signatures, and HTTPS.

API SecurityAPI ValidationResponse Wrapping
0 likes · 24 min read
Spring Boot API Validation, Global Exception Handling & Secure Versioning
macrozheng
macrozheng
May 9, 2025 · Backend Development

Master Spring Boot Parameter Validation: From Bean Validation to Global Exception Handling

This tutorial walks through the need for robust API parameter validation in Spring Boot, introduces the Bean Validation specification and its implementations, explains key constraint annotations, demonstrates a quick start with Maven dependencies, shows how to build DTOs and controllers, and details a unified global exception handling strategy for clean error responses.

API ValidationBean ValidationException Handling
0 likes · 22 min read
Master Spring Boot Parameter Validation: From Bean Validation to Global Exception Handling
macrozheng
macrozheng
Nov 4, 2020 · Backend Development

Mastering Spring Boot: Build Clean, Validated, and Unified Backend APIs

Learn how to construct robust Spring Boot backend APIs by integrating essential dependencies, applying concise parameter validation with Validator and BindResult, handling exceptions globally, creating custom error types, and standardizing responses through a unified ResultVO, all while simplifying code and improving maintainability.

API ValidationSpringBootUnified response
0 likes · 20 min read
Mastering Spring Boot: Build Clean, Validated, and Unified Backend APIs
FunTester
FunTester
Jan 18, 2020 · Operations

Business Validation Demo for Like/Unlike API in Performance Testing

The article demonstrates how to perform business‑level validation of a resource's like/unlike API during performance testing, including Java methods for the operations, a Groovy load‑testing script, and explanations of error handling within the testing framework.

API ValidationGroovyJava
0 likes · 6 min read
Business Validation Demo for Like/Unlike API in Performance Testing
360 Tech Engineering
360 Tech Engineering
Feb 15, 2019 · Backend Development

Using JSON Schema for API Response Validation

This article introduces JSON Schema, explains its role in defining and validating JSON data structures, shows how to obtain implementations for various languages, and provides practical examples and configuration items for validating API responses in backend testing scenarios.

API ValidationBackendJSON Schema
0 likes · 7 min read
Using JSON Schema for API Response Validation
360 Quality & Efficiency
360 Quality & Efficiency
Feb 1, 2019 · Backend Development

Using JSON Schema for API Response Validation

This article introduces JSON Schema, explains how to obtain implementations for various languages, demonstrates its usage for validating API responses, and details the most common configuration keywords and examples to help developers efficiently enforce JSON data formats.

API ValidationBackendJSON Schema
0 likes · 8 min read
Using JSON Schema for API Response Validation