Articles by Tag #restapi

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

From REST to GraphQL: Why and How I Made the Switch

As a software engineer with 4+ years of experience building REST APIs, I’ve always appreciated the...

Learn More 49 4Dec 28 '24

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

ByteDance/Sonic: A Lightning-Fast JSON Library for Go

"In the world of microservices, every millisecond counts. See how TikTok's engineering team...

Learn More 41 0Feb 4

Mastering REST API: An In-Depth Guide to Building and Utilizing RESTful Web Services

Introduction to REST API What is REST API? REST (Representational State...

Learn More 40 21Jul 26 '24

JWT Refresh with Axios Interceptors in React

Advanced API Client Configuration with Axios and JWT Refresh Token Handling in React In...

Learn More 38 4Jul 18 '24

RESTful vs. GraphQL: Which One Should You Choose? 🤔

Hey everyone! 👋🏻 Whether you’re a seasoned developer or just starting out, you’ve probably heard the...

Learn More 28 9Mar 19

Building a RESTful API with Go Fiber: An Express-Inspired Boilerplate

A boilerplate/starter project for quickly building RESTful APIs using Go, Fiber, and PostgreSQL....

Learn More 21 0Oct 5 '24

How to Make DELETE Requests Using the curl_init() Function in PHP

The curl_init() function within the cURL library allows developers to programmatically send HTTP...

Learn More 18 0Sep 25 '24

GraphQL vs REST in 2024: Which One is More Future-Proof for Full-Stack Applications?

If you’re a developer, chances are you’ve been part of the ongoing debate between GraphQL and REST....

Learn More 17 0Oct 7 '24

Building a Nodejs API using the Twelve-Factor App Principles

I recently started learning to write APIs following the best practices and design. This research led...

Learn More 14 0Apr 13

FastAPI Unleashed: Building Modern and High-Performance APIs

If you’re coding in Python and need to whip up a blazing-fast API with minimal fuss, FastAPI is the...

Learn More 13 1May 20

5 tips for better Swagger docs in NestJS

Swagger is a powerful tool for documenting RESTful APIs when working with NestJS. And the NestJS...

Learn More 12 0Jul 4 '24

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

APIs are essential to current apps in the quickly changing tech landscape. Efficiency, scalability,...

Learn More 12 1Nov 18 '24

Building RESTful APIs with Go

Welcome to Part 2 of our Backend Engineering for Full Stack Devs series! 🚀 Today, we’re diving into...

Learn More 10 0Oct 10 '24

How to Build & Deploy REST API with NodeJS + JWT + MongoDB

Build & Deploy a Production-Ready Blog REST API | TypeScript, JWT Auth, MongoDB, ExpressJS,...

Learn More 10 1Jun 3

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

OData with .NET core: Essential Concepts & Best Practices

OData (Open Data Protocol) is widely used in RESTful APIs for querying and manipulating data using...

Learn More 8 0Mar 11

How to Write REST API Documentation?

When it comes to building REST APIs, clear and comprehensive documentation is key to ensuring your...

Learn More 8 0Nov 15 '24

Go for Node developers: creating an IDP from scratch - Set-up

Series Intro Nowadays, due to performance constraints a lot of companies are moving away...

Learn More 8 1Apr 19

ResponseEntity in Spring Boot | HttpStatus | REST API | Java Spring

In this article we dive deep into the world of Response Entities in Spring Boot and unravel the...

Learn More 8 0Feb 6

🚀 Major Release! Pokémon 3D API v1.0.0: Breaking Changes, Models, and More!

Hey Dev.to community! I'm excited to announce the release of v1.0.0 of the Pokémon 3D API! This is a...

Learn More 7 2Mar 22

Image Upload to Strapi via REST API with Next.js and Postman

Introduction to Media Upload in Strapi via REST API Media uploads and image management is...

Learn More 7 0Oct 30 '24

🚀 The Ultimate Guide to REST API Design: Best Practices & Patterns You Can’t Ignore

APIs are the backbone of modern web development — but a poorly designed API can frustrate developers,...

Learn More 6 0Mar 6

Introduction to Spring Boot: A Complete Guide

Spring Boot has revolutionized the way Java applications are developed and deployed. By simplifying...

Learn More 6 0Jan 7

Top 10 REST API Testing Tools

The market is flooded with numerous API testing tools, making it difficult to decide which fits your...

Learn More 6 0Nov 20 '24

Enhance Your Debugging Skills by Contributing to the Journal REST API

Hello, fellow developers! Are you looking to improve your debugging skills while contributing to an...

Learn More 6 0Aug 28 '24

Day 1: What is FastAPI & Why Developers Love It

Welcome to Day 1 of the FastAPI Bootcamp – A Day-by-Day Guide series! Over the next few days, we’ll...

Learn More 6 1Jun 3

Introducing JSON Schema for codehooks.io backend collections

In today's fast-paced digital environment, having a reliable backend for applications is crucial. A...

Learn More 6 0Jul 21 '24

How to Implement an Auto-Reply System Using EmailJS in Your React Project

Setting up an auto-reply system for your React project can significantly enhance the user experience...

Learn More 6 2Dec 29 '24

How to Create a RESTful API with Node.js, Express, and MongoDB using MVC pattern

In this post, we'll explore setting up a basic RESTful API using Node.js, Express.js, MongoDB, and...

Learn More 6 1Nov 11 '24