Ronald BlüthlforRonald Blüthl's Blogdevoted.hashnode.net·Mar 3, 2022FeaturedHow to design better APIsAPIs are awesome, but they're also extremely hard to design. When creating an API from scratch, you need to get many details right. From basic security considerations to using the right HTTP methods, implementing authentication, deciding which reques...Robert Moskal and 19 others are discussing this20 people are discussing thisDiscuss·423 likes·179.8K readsAPIsThis can be a great and very helpful checklist! Can I have you permission to translate this article into Chinese and put in my Wechat official account?Please let me know if this is ok. 3
Brock HerionforBrock Herionbrockherion.hashnode.net·Oct 4, 2021FeaturedDesigning and Building REST APIs for Other HumansAs developers, we interact with APIs all the time. And chances are, if you're a web developer, you've interacted with a REST API at some point or another. But what if you need to create one? How do you go about doing that? When I was presented with t...iMujtaba Nazki and 6 others are discussing this7 people are discussing thisDiscuss·70 likes·983 readsBackend DevelopmentREST API
Diksha DhoteforDiksha Dhote's Blogdikshadhote.hashnode.net·Jan 14, 2022Rest Vs Spread operator in JavaScript, What's the difference?When we see rest and spread operator, what we see is both have three dots like this ... so aren't they are same? if not, then what makes them different? Let's see, Rest as the name suggests, it will have all the parameters which are remaining from ...Discuss·28 likes·271 readsREST
Ijeoma IgboaguforCent Blog </💖>ijaycent.hashnode.net·Apr 25, 2023How to Boost Your Creativity – Strategies for Generating Ideas and Overcoming Writer's BlockDo you ever find yourself stuck when it comes to writing or unable to come up with creative solutions to a problem? Don’t worry—you are not alone. Everyone experiences writer's block or a lack of creativity at some point. As writers, we may sometimes...Discuss·2 likesTechnical writing
Olivier PenhoatforNiji Techniji.hashnode.net·Apr 20, 2023Niji RESTful API guidelinesCe document a pour vocation de recenser les lignes directrices et bonnes pratiques de Niji s'agissant de la conception d'APIs RESTful pragmatiques. Nouveau venu dans le monde des APIs ? → An Introduction to API’s Préambule : Aucun standard absolu n...Discuss·1 like·33 readsapi
Saurabh MisraforSaurabh Misrasaurabhmisra.hashnode.net·Apr 14, 2023REST Architectural Constraints: The 6 guiding principles behind a truly RESTful APIIn the previous article we learned the basics of REST architecture and discussed what are APIs, Web APIs, Web Services and REST APIs. In this article, we'll learn the 6 REST architectural constraints. An API that properly implements these constraints...DiscussWeb Development
Saurabh MisraforSaurabh Misrasaurabhmisra.hashnode.net·Apr 14, 2023REST Architecture and RESTful APIs-The BasicsAs a software developer, you might have come across the terms REST APIs or RESTful APIs. You might have never used them before and are curious to know what they are. Maybe you have used some third-party APIs in your applications or even created some ...DiscussWeb Development
HanforEunhan's blogeunhanlee.hashnode.net·Apr 3, 2023REST Concepts and Features: Core Technology for Web ServicesDefinition REST (Representational State Transfer). Rules the way data is exchanged between different devices or systems. Identification through unique HTTP URI (Uniform Resource Identifier) Use of HTTP methods (POST, GET, PUT, DELETE, PATCH, etc.) ...Discuss·1 likeProgrammingREST
Amit kumarforEmbracing Tech Evolutiontechthoughtsexplorer.hashnode.net·Mar 30, 2023GraphQL vs. REST vs. gRPC: A Comprehensive Comparison for API DesignIn today's digital age, APIs play a critical role in connecting software applications and facilitating seamless communication. Choosing the right API design paradigm is essential for developers to build efficient, reliable, and scalable APIs. This bl...DiscussAll Things MicroservicesAPIs
Arijit Royforradioactive11's Blogradioactive11.hashnode.net·Mar 14, 2023A Beginner's Guide to gRPC: Faster, Smarter APIsgRPC is a high-performance, open-source universal RPC (Remote Procedure Call) framework. It is developed by Google and provides efficient, low-latency communication between microservices. gRPC uses Protocol Buffers as the default data serialization f...Discuss·7 likes·29 readsgRPC
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 6, 2023REST and REST API - Part 3You will need to go through the 1st and 2nd blogs to get what's happening here. Endpoint: https://hob-api.vercel.app/ GitHub repository: https://github.com/sbk2k1/API-Blog /get Routes GET HTTP requests are used to retrieve or fetch data from a serve...Discuss·37 readsREST and REST APIsREST API
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 5, 2023REST and REST APIs - Part 2In this blog, we will set up a REST API implemented using HTTP to play around and understand. Resources API endpoint: https://hob-api.vercel.app/ GitHub Repository: https://github.com/sbk2k1/API-Blog Prerequisites We will need some tools to get t...Discuss·41 readsREST and REST APIsREST API
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 4, 2023REST and REST APIs - Part 1This blog will talk about REST and RESTful APIs and will lead its way to the Backend Dev Blog. So what is REST? REST is an acronym for REpresentational State Transfer. It is a software architectural style or design pattern. An architectural pattern i...Discuss·43 readsREST and REST APIsREST API