Skip to content
Navigation menu
Search
Powered by
Search
Algolia
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
Testing REST APIs in Go: A Guide to Unit and Integration Testing with Go's Standard Testing Library
sean
sean
sean
Follow
Nov 15 '24
Testing REST APIs in Go: A Guide to Unit and Integration Testing with Go's Standard Testing Library
#
go
#
webdev
#
restapi
#
testing
4
reactions
Comments
Add Comment
11 min read
How to build an API with Lambdas, API Gateway and deploy with AWS CDK
Calvin Torra
Calvin Torra
Calvin Torra
Follow
Oct 11 '24
How to build an API with Lambdas, API Gateway and deploy with AWS CDK
#
aws
#
cdk
#
lambda
#
restapi
Comments
Add Comment
1 min read
REST API Maturity Level is explained with examples.
Md Abu Musa
Md Abu Musa
Md Abu Musa
Follow
Nov 13 '24
REST API Maturity Level is explained with examples.
#
api
#
restapi
#
softwaredevelopment
Comments
1
comment
2 min read
How to Create a RESTful API with Node.js, Express, and MongoDB using MVC pattern
M Inam
M Inam
M Inam
Follow
Nov 11 '24
How to Create a RESTful API with Node.js, Express, and MongoDB using MVC pattern
#
mongodb
#
database
#
api
#
restapi
6
reactions
Comments
1
comment
4 min read
What Is Bearer Tokens for REST APIs and How to Debug It With Code & Tools
Daniel Ma
Daniel Ma
Daniel Ma
Follow
Nov 11 '24
What Is Bearer Tokens for REST APIs and How to Debug It With Code & Tools
#
restapi
#
apidebug
#
java
#
bearer
2
reactions
Comments
Add Comment
3 min read
What Is JWT Bearer for REST APIs and How to Debug It With Code & Tools
Daniel Ma
Daniel Ma
Daniel Ma
Follow
Nov 11 '24
What Is JWT Bearer for REST APIs and How to Debug It With Code & Tools
#
restapi
#
apidebug
#
jwt
#
bearer
1
reaction
Comments
Add Comment
3 min read
How would you consider your API to be Restful?
CodeWithVed
CodeWithVed
CodeWithVed
Follow
Nov 7 '24
How would you consider your API to be Restful?
#
restapi
#
development
#
learning
#
api
2
reactions
Comments
Add Comment
1 min read
It`s time to ditch the Thunder Client VSCode Extension! 💥
Patrick
Patrick
Patrick
Follow
Nov 7 '24
It`s time to ditch the Thunder Client VSCode Extension! 💥
#
vscode
#
restapi
#
offline
#
api
1
reaction
Comments
Add Comment
2 min read
Save 50% of your Django development time with this tool
Luca
Luca
Luca
Follow
Nov 6 '24
Save 50% of your Django development time with this tool
#
django
#
restapi
#
programming
#
api
1
reaction
Comments
Add Comment
1 min read
Make your response consistent in NestJS using Interceptors
Refi Fauzan
Refi Fauzan
Refi Fauzan
Follow
Nov 6 '24
Make your response consistent in NestJS using Interceptors
#
nestjs
#
backend
#
api
#
restapi
Comments
Add Comment
4 min read
Improve REST API development efficiency with EchoAPI for VSCode.
Patrick
Patrick
Patrick
Follow
Nov 5 '24
Improve REST API development efficiency with EchoAPI for VSCode.
#
restapi
#
vscode
#
echoapi
#
apidebug
2
reactions
Comments
Add Comment
2 min read
Securing REST APIs: A Comprehensive Guide to NTLM Authentication
Philip
Philip
Philip
Follow
Nov 4 '24
Securing REST APIs: A Comprehensive Guide to NTLM Authentication
#
restapi
#
ntlm
#
api
#
apitesting
1
reaction
Comments
Add Comment
4 min read
Go Routing 101: Handling and Grouping Routes with net/http
Kengo Wada
Kengo Wada
Kengo Wada
Follow
Nov 2 '24
Go Routing 101: Handling and Grouping Routes with net/http
#
go
#
api
#
rest
#
restapi
3
reactions
Comments
1
comment
4 min read
𝐑𝐄𝐒𝐓 𝐯𝐬 𝐠𝐑𝐏𝐂: 𝗖𝗵𝗼𝗼𝘀𝗶𝗻𝗴 𝘁𝗵𝗲 𝗥𝗶𝗴𝗵𝘁 𝗔𝗣𝗜 𝗣𝗿𝗼𝘁𝗼𝗰𝗼𝗹
Apurv Upadhyay
Apurv Upadhyay
Apurv Upadhyay
Follow
Nov 1 '24
𝐑𝐄𝐒𝐓 𝐯𝐬 𝐠𝐑𝐏𝐂: 𝗖𝗵𝗼𝗼𝘀𝗶𝗻𝗴 𝘁𝗵𝗲 𝗥𝗶𝗴𝗵𝘁 𝗔𝗣𝗜 𝗣𝗿𝗼𝘁𝗼𝗰𝗼𝗹
#
webdev
#
beginners
#
programming
#
restapi
5
reactions
Comments
Add Comment
1 min read
Securing Your REST API with JWT Authorizers and Amazon Cognito
Rashwan Lazkani
Rashwan Lazkani
Rashwan Lazkani
Follow
for
AWS Community Builders
Oct 31 '24
Securing Your REST API with JWT Authorizers and Amazon Cognito
#
aws
#
restapi
#
jwt
#
amazoncognito
4
reactions
Comments
1
comment
5 min read
Image Upload to Strapi via REST API with Next.js and Postman
Theodore Kelechukwu Onyejiaku
Theodore Kelechukwu Onyejiaku
Theodore Kelechukwu Onyejiaku
Follow
for
Strapi
Oct 30 '24
Image Upload to Strapi via REST API with Next.js and Postman
#
strapi
#
nextjs
#
postman
#
restapi
7
reactions
Comments
Add Comment
43 min read
Understanding RESTful API and Web Services: Key Differences and Use Cases
Patrick
Patrick
Patrick
Follow
Oct 30 '24
Understanding RESTful API and Web Services: Key Differences and Use Cases
#
restapi
#
webdev
#
javascript
#
beginners
2
reactions
Comments
Add Comment
3 min read
Laravel API Documentation Made Easy: Step-by-Step Swagger Integration
MD ARIFUL HAQUE
MD ARIFUL HAQUE
MD ARIFUL HAQUE
Follow
Oct 29 '24
Laravel API Documentation Made Easy: Step-by-Step Swagger Integration
#
laravel
#
swagger
#
restapi
#
openapi
Comments
Add Comment
3 min read
How to Implement and Debug Digest Authentication in REST APIs
Patrick
Patrick
Patrick
Follow
Oct 28 '24
How to Implement and Debug Digest Authentication in REST APIs
#
restapi
#
api
#
tutorial
#
java
1
reaction
Comments
Add Comment
4 min read
Using Json API Specifications to Design and Develop RESTful APIs
Sumit Kadu
Sumit Kadu
Sumit Kadu
Follow
Oct 27 '24
Using Json API Specifications to Design and Develop RESTful APIs
#
restapi
#
jsonapis
Comments
Add Comment
7 min read
REST vs GraphQL: Choosing the Right API for Your Project
Obinna
Obinna
Obinna
Follow
Oct 26 '24
REST vs GraphQL: Choosing the Right API for Your Project
#
restapi
#
api
#
graphql
#
webdev
1
reaction
Comments
Add Comment
4 min read
How to Test Hawk Authentication for REST APIs
Patrick
Patrick
Patrick
Follow
Oct 24 '24
How to Test Hawk Authentication for REST APIs
#
javascript
#
restapi
#
react
#
webdev
1
reaction
Comments
Add Comment
4 min read
Create a simple REST API that can perform CRUD operations
Ashish Prajapati
Ashish Prajapati
Ashish Prajapati
Follow
Oct 23 '24
Create a simple REST API that can perform CRUD operations
#
restapi
#
database
2
reactions
Comments
1
comment
5 min read
Crucial API Security Guidelines for Developers🔒
Niranjan A S
Niranjan A S
Niranjan A S
Follow
Oct 22 '24
Crucial API Security Guidelines for Developers🔒
#
api
#
webdev
#
security
#
restapi
1
reaction
Comments
Add Comment
4 min read
🔥 Restful API Something You Might Not Know ⚡
Truong Phung
Truong Phung
Truong Phung
Follow
Oct 22 '24
🔥 Restful API Something You Might Not Know ⚡
#
webdev
#
restapi
#
api
#
beginners
Comments
Add Comment
3 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account