Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
restapi
Follow
Hide
Posts
Left menu
đ
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`
paohaijiao
paohaijiao
paohaijiao
Follow
Sep 13
Conditional Requests at Runtime: Rendering Parts of a curl Command with XML `<if>`
#
api
#
restapi
#
http
#
java
Comments
Add Comment
4 min read
XML Configuration Mode: Decoupling Your API Catalog from Business Code
paohaijiao
paohaijiao
paohaijiao
Follow
Sep 12
XML Configuration Mode: Decoupling Your API Catalog from Business Code
#
api
#
restapi
#
java
#
http
Comments
Add Comment
3 min read
Building a Secure REST API with Node.js: Lessons from a Task Management Project
Tech Plus 60
Tech Plus 60
Tech Plus 60
Follow
Sep 11
Building a Secure REST API with Node.js: Lessons from a Task Management Project
#
webdev
#
node
#
express
#
restapi
Comments
Add Comment
2 min read
Deep Dive into @JCurlCommand: The Annotation and Its Variable Substitution Grammar
paohaijiao
paohaijiao
paohaijiao
Follow
Sep 10
Deep Dive into @JCurlCommand: The Annotation and Its Variable Substitution Grammar
#
api
#
restapi
#
httpclient
#
java
Comments
Add Comment
3 min read
Stop Translating: Reuse Postman and Browser-Copied curl Fragments Directly in Java
paohaijiao
paohaijiao
paohaijiao
Follow
Sep 9
Stop Translating: Reuse Postman and Browser-Copied curl Fragments Directly in Java
#
api
#
restapi
#
rest
#
httpclient
Comments
2
 comments
4 min read
Day 04 â GraphQL vs REST â āĻā§āύāĻāĻž āĻāĻāύ? āϏāϤā§āϝāĻŋāĻāĻžāϰā§āϰ trade-off
Monirul Islam
Monirul Islam
Monirul Islam
Follow
Sep 9
Day 04 â GraphQL vs REST â āĻā§āύāĻāĻž āĻāĻāύ? āϏāϤā§āϝāĻŋāĻāĻžāϰā§āϰ trade-off
#
restapi
#
graphql
#
backend
Comments
Add Comment
1 min read
JQuickCurl vs OkHttp vs RestTemplate vs OpenFeign: A Honest Comparison for Backend Engineers
paohaijiao
paohaijiao
paohaijiao
Follow
Sep 8
JQuickCurl vs OkHttp vs RestTemplate vs OpenFeign: A Honest Comparison for Backend Engineers
#
java
#
restapi
#
rest
#
api
Comments
Add Comment
3 min read
JQuickCurl Meets Spring Boot: Turn Raw curl into Injectable HTTP Beans in 10 Minutes