DEV Community

paohaijiao profile picture

paohaijiao

I build declarative developer tools. You declare what you want — using XML or annotations — and the toolchain handles the complex execution logic automatically. No boilerplate. No repetitive code.

Joined Joined on  github website
From Copy-Pasting curl Commands to Building My Own Java Parser (jquick-curl)

From Copy-Pasting curl Commands to Building My Own Java Parser (jquick-curl)

Comments
8 min read

Want to connect with paohaijiao?

Create an account to connect with paohaijiao. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Interceptors That Actually Help: Request Logging and Automatic Bearer-Token Injection

Interceptors That Actually Help: Request Logging and Automatic Bearer-Token Injection

Comments
4 min read
Downloads Without Boilerplate: Saving HTTP Responses to Local Disk with `--output`

Downloads Without Boilerplate: Saving HTTP Responses to Local Disk with `--output`

Comments
3 min read
Multipart Uploads Made Simple: Sending Files with curl's `-F` Flag in Java

Multipart Uploads Made Simple: Sending Files with curl's `-F` Flag in Java

Comments 1
3 min read
Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`

Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`

Comments 1
4 min read
XML Configuration Mode: Decoupling Your API Catalog from Business Code

XML Configuration Mode: Decoupling Your API Catalog from Business Code

Comments
3 min read
REST in Annotation Mode: JSON GET, POST, PUT, and DELETE with @JCurlCommand

REST in Annotation Mode: JSON GET, POST, PUT, and DELETE with @JCurlCommand

Comments 1
3 min read
Deep Dive into @JCurlCommand: The Annotation and Its Variable Substitution Grammar

Deep Dive into @JCurlCommand: The Annotation and Its Variable Substitution Grammar

Comments
3 min read
Stop Translating: Reuse Postman and Browser-Copied curl Fragments Directly in Java

Stop Translating: Reuse Postman and Browser-Copied curl Fragments Directly in Java

Comments 2
4 min read
JQuickCurl vs OkHttp vs RestTemplate vs OpenFeign: A Honest Comparison for Backend Engineers

JQuickCurl vs OkHttp vs RestTemplate vs OpenFeign: A Honest Comparison for Backend Engineers

Comments
3 min read
JQuickCurl Meets Spring Boot: Turn Raw curl into Injectable HTTP Beans in 10 Minutes

JQuickCurl Meets Spring Boot: Turn Raw curl into Injectable HTTP Beans in 10 Minutes

Comments
4 min read
Say Goodbye to Hand-Written HTTP Code

Say Goodbye to Hand-Written HTTP Code

Comments
4 min read
loading...