Lin is Dream
Author

Lin is Dream

Sharing Java developer knowledge, practical articles, and continuous insights into computer engineering.

95
Articles
0
Likes
143
Views
0
Comments
Recent Articles

Latest from Lin is Dream

95 recent articles
Lin is Dream
Lin is Dream
May 22, 2025 · Backend Development

Mastering API Management with Swagger and Spring Boot: A Complete Guide

This tutorial walks you through API protocol types, Swagger/OpenAPI documentation setup, advanced configuration, environment‑specific activation, UI enhancement with Knife4j, and practical versioning strategies to efficiently manage and evolve your backend APIs.

API ManagementApifoxKnife4j
0 likes · 10 min read
Mastering API Management with Swagger and Spring Boot: A Complete Guide
Lin is Dream
Lin is Dream
May 22, 2025 · Backend Development

How Apifox Solves Swagger’s API Testing Pain Points with Automated Scripts

This article explains why Swagger falls short for API debugging in production, outlines the recurring issues developers face, and shows how Apifox’s import, environment variables, global parameters, pre‑ and post‑scripts, mock data, and cURL import features streamline API development and testing.

API testingApifoxAutomation scripts
0 likes · 10 min read
How Apifox Solves Swagger’s API Testing Pain Points with Automated Scripts
Lin is Dream
Lin is Dream
May 21, 2025 · Backend Development

Mastering Design Patterns for Scalable Middleware Services

This article explores how to apply core design patterns—Observer, Factory, Proxy, and Template Method—in Java middleware development, illustrating each pattern with practical code snippets and explaining the design rationale for building maintainable, extensible, and flexible services.

Factory PatternObserver PatternProxy Pattern
0 likes · 8 min read
Mastering Design Patterns for Scalable Middleware Services
Lin is Dream
Lin is Dream
May 20, 2025 · Backend Development

Build a Custom Logging Service with Logback: From Appender to Queue

This article explains what a logging service is, compares ELK and custom appender solutions, shows how to create a Logback appender by extending AppenderBase, provides a complete Java example with configuration, and demonstrates the custom appender in action for backend developers.

backend developmentcustom appenderlogback
0 likes · 7 min read
Build a Custom Logging Service with Logback: From Appender to Queue
Lin is Dream
Lin is Dream
May 18, 2025 · Operations

Master Server Disk & Network Monitoring with Command‑Line Tools

This guide explains why every server must monitor CPU, memory, disk and network usage, shows how to clean disks and analyze traffic using command‑line utilities such as df, du, iotop, iostat, iftop, lsof and tcpdump, and provides real‑world case studies for troubleshooting disk space exhaustion, port conflicts and abnormal outbound traffic.

disk-managementlinux-commandsnetwork analysis
0 likes · 9 min read
Master Server Disk & Network Monitoring with Command‑Line Tools
Lin is Dream
Lin is Dream
May 17, 2025 · Operations

Mastering DevOps: From Manual Scripts to Automated Jenkins Pipelines

This guide walks through the fundamentals of DevOps, illustrating how to transition from simple command‑line deployments to sophisticated, automated CI/CD pipelines using Jenkins, Docker, and shell scripts, while covering JVM tuning, version management, and common troubleshooting tips.

AutomationCI/CDJenkins
0 likes · 16 min read
Mastering DevOps: From Manual Scripts to Automated Jenkins Pipelines