Articles by Tag #rest

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Quick and Easy: How to Test RESTful APIs in Java

In backend development, RESTful APIs are essential for data interaction with the frontend. Whether...

Learn More 47 2Dec 13 '24

SOAP, REST, and gRPC: A Developer-Friendly Guide of API Protocols

APIs (Application Programming Interfaces) are the backbone of modern software development, enabling...

Learn More 31 6Feb 3

Understanding the Basics of REST APIs

🌐 Understanding the Basics of REST APIs If you’ve ever used a weather app or fetched data...

Learn More 30 8May 24

REST In Peace

Dans le monde numérique d’aujourd’hui, l’architecture REST (Representational State Transfer, 2000)...

Learn More 18 0Dec 9 '24

Understanding the Different Types of API Calls: A Complete Guide

Explore the various types of API calls and their functionalities. This comprehensive guide covers...

Learn More 13 0Sep 26 '24

A Closer Look At API Docs Generated via LiveAPI's AI

I've been working on an engineering tool, LiveAPI, for the past few months with a passionate team of...

Learn More 10 0Dec 6 '24

Musings Over What Makes LiveAPI Different (from Swagger Et Cetera)

Note: This post was cross-posted from Hexmos Journal As I work on LiveAPI day in day out, trying to...

Learn More 10 0Dec 5 '24

Go Routing 101: Handling and Grouping Routes with net/http

Go 1.22 brings two enhancements to the net/http package’s router: method matching and wildcards....

Learn More 8 1Nov 2 '24

An Innovative Way to Create REST APIs

Creating REST APIs can often feel like a daunting task, but with the right tools, the process becomes...

Learn More 7 0Oct 30 '24

Bruno vs Postman

Per chi sviluppa server ReST l’uso di un tool per testare le proprie API è fondamentale. Fino a poco...

Learn More 6 2Jul 30 '24

Top 20 API Testing Tools Similar to Rest Assured

When it comes to API testing, Rest Assured has long been a favored choice among developers and QA...

Learn More 6 1Sep 30 '24

Building Robust REST Client with Quarkus: A Comprehensive Guide

Introduction When building modern microservices applications, consuming external REST...

Learn More 6 0Dec 27 '24

GraphQL for Dummies (in 3min)

What Is GraphQL? Facebook built GraphQL in 2012 to solve a simple problem: their mobile...

Learn More 5 0Jun 1

GraphQL for Dummies

The Complete Guide to Modern API Development Finally understand GraphQL without the jargon...

Learn More 5 2Jun 7

Mengenal Gaya Arsitektur API: REST, SOAP, GraphQL, dan Lebih Banyak Lagi

Dalam dunia pengembangan perangkat lunak modern, komunikasi antar sistem menjadi sangat penting....

Learn More 5 0Feb 25

🚀 REST API vs. GraphQL: Which One Should You Use in 2025?

Choosing between REST APIs and GraphQL can be a game-changer for your project. While REST has been...

Learn More 5 0Mar 20

REST APIs: The Backbone of Modern Apps

Introduction: The Invisible Power Behind Your Apps Did you know that every time you check...

Learn More 5 0May 7

How Scale Changes Everything - The LiveAPI Perspective

This post might get a little meta – so consider this a gentle warning before you dive in. But I...

Learn More 4 0Dec 8 '24

REST vs. GraphQL: Choosing the Right API for Your Project

In the world of APIs, REST and GraphQL are two popular choices, each offering unique advantages....

Learn More 4 0Nov 14 '24

How to secure a single REST API resource with multiple scopes using Keycloak

How to secure a single REST API resource with multiple scopes using Keycloak Today, we will discuss...

Learn More 4 0Sep 15 '24

SpringBoot x QR code - PixelForest x REST

Hahaha yes, spring too can do this ;) How REST fits in my app The resource is the QR code image...

Learn More 3 5May 17

Introduction to Spring REST

Introduction to Spring REST In today's world, most applications need to communicate with...

Learn More 3 0Feb 25

O que é REST API?

Neste artigo, é abordado os fundamentos da REST APIs, abordando desde as suas terminologias e explorando alguns exemplos.

Learn More 3 0Dec 15 '24

Consume API's like a Pro with Fluentity 🔥

Bring Active Record-Like API Consumption to the Frontend with Fluentity, a framework agnostic library...

Learn More 3 0May 20

The Ultimate Guide to Weather REST APIs: Choosing the Right One for Your Project

Weather data is critical for many applications, from agriculture to event planning, and selecting the...

Learn More 3 0Jul 8 '24

The Ultimate Guide To Custom Error-Handling System In Go APIs

Imagine you’re using an API, and you get this response: { "error": "Something went wrong." } ...

Learn More 3 0Feb 9

Understanding REST vs. GraphQL: Which One Should You Choose?

When building APIs for web applications, developers often face the choice between REST and GraphQL....

Learn More 3 0Nov 22 '24

How to Name Endpoints in a REST API: Complete Guide with Best Practices and Practical Example

Introduction: Naming the endpoints of a REST API may seem like a simple task, but in...

Learn More 3 0Jul 7 '24

Implementing Pagination, Filtering, and Sorting in REST APIs

🔍 Filtering — Filtering in REST APIs allows clients to retrieve only the data they need by specifying...

Learn More 2 0Dec 11 '24

Benchmarking Tests in Node.js API: A Comprehensive Guide

Understanding the performance characteristics of your Node.js API requires benchmarking. It aids in...

Learn More 2 0Aug 21 '24