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

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

Building Robust REST Client with Quarkus: A Comprehensive Guide

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

Learn More 10 0Dec 27 '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

GraphQL for Dummies

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

Learn More 8 3Jun 7

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

Как подружить котиков, слонов и китов: тестирование Spring-приложений с Testcontainers 🐱🐘🐋

Когда речь идет о тестировании Spring-приложений, нам часто приходится решать, как эмулировать...

Learn More 6 0Dec 1 '24

REST APIs: The Backbone of Modern Apps

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

Learn More 6 0May 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

Why GraphQL is gaining adoption

In modern software architecture,Jamstack separates the frontend from the backend through API...

Learn More 5 0Sep 27

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

🚀 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

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

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

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

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

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

When You're Too Tired to Relax: Just Look at the Sky

After work, even scrolling feels exhausting. "Go exercise!" "Try meditation!" - these suggestions are...

Learn More 3 2Jul 7

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

Introduction to Spring REST

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

Learn More 3 0Feb 25

API Design Best Practices in 2025: REST, GraphQL, and gRPC

In 2025, APIs are the backbone of digital ecosystems, enabling seamless communication between apps,...

Learn More 2 0Jan 2

Symfony 7: Build a Complete REST API (Serializer, Validation & Authentication)

Learn how to build a modern REST API with Symfony 7 – from data validation with DTOs, to clean...

Learn More 2 5Sep 18

Understanding REST APIs: A Beginner-Friendly Guide

A simple guide to understanding REST APIs, HTTP methods, status codes, and Django REST Framework basics.

Learn More 2 1Aug 22

REST vs GraphQL: Side-by-Side Analysis with Real-World Examples & Proven Best Practices

Overview REST (Representational State Transfer): a mature architectural style using...

Learn More 2 0Sep 25

Optimizing Your REST Assured Tests: Setting Default Host and Port, GET Requests, and Assertions

Introduction REST Assured is a powerful Java library for testing RESTful web services. It...

Learn More 2 0Nov 11 '24