JealousGxblog.jealous.dev·Oct 31, 2024Understanding API Paradigms: A Deep Dive into GraphQL, REST, and gRPCIn today's software development landscape, APIs (Application Programming Interfaces) play a crucial role in enabling communication between different systems. Among the various types of APIs available, GraphQL, REST, and gRPC are three of the most pop...DiscussAPI Comparison
Mohammed Salahblog.mohammedsalah.online·Oct 5, 2024Designing Web APIs: Chapter 1 - What's an API?Overview Let’s get back to the chapter title “What’s an API?” As we know, it’s an application programming interface. However, APIs are so much more than their name suggests, and to understand what they really are, we must focus on the keyword interfa...Discuss·22 likes·95 readsDesigning Web APIsAPIs
Anuoluwapo Alianniecodes.hashnode.dev·Jul 31, 2024The Importance of APIs in Today's Technology LandscapeIn today's digital age, we rely on numerous applications, services, and systems to access information, perform tasks, and connect with others. However, have you ever wondered how these different systems communicate with each other seamlessly? The ans...DiscussAPIs
Prasanta kumar Sahooprasanta0n.hashnode.dev·Jun 18, 2024Comprehensive API Guidelines for Professional DevelopmentIntroduction In today's interconnected digital landscape, APIs (Application Programming Interfaces) play a critical role in enabling communication between different software systems. Whether you're developing a new API or working with existing ones, ...DiscussBest Practices for Professional API Development: Comprehensive Guidelines
Muhammad Asifasifdev-1697527454446.hashnode.dev·Oct 17, 2023Best Practices for Building RESTful APIs in LaravelTable of Contents Introduction Versioning Your API Using Resource Controllers Following RESTful URI Conventions Using HTTP Verbs Appropriately Implementing Pagination Validating Input Data Using Middleware for Authentication and Authorization...DiscussLaravel
Tijani Ayomidetijan.hashnode.dev·Jan 7, 2023What is versioning all about...I found the name "versioning" in an article I read not long ago. The article talked about best practices when creating a REST API. I assume we are all tech-savvy here😉 but for those who aren't find below the Wikipedia version of what a REST API is A...Discuss·2 likes·84 readsAPI best practices