Xinapi-design.hashnode.dev·Nov 8, 2024Bruno vs. EchoAPI: A Detailed Comparison of Top API Management ToolsIn modern software development, API management tools are indispensable. Among the most noteworthy are Bruno and EchoAPI. Both are powerful tools, making the choice challenging for developers. This article compares Bruno and EchoAPI in detail to help ...DiscussReact
Milan Jovanovićmilanjovanovic.hashnode.dev·Oct 26, 2024Implementing Idempotent REST APIs in ASP.NET CoreIdempotency is a crucial concept for REST APIs that ensures the reliability and consistency of your system. An idempotent operation can be repeated multiple times without changing the result beyond the initial API request. This property is especially...Discuss·56 readsREST API
Jarrod Robersonblog.vertigrated.com·Oct 15, 2024ReST vs GraphQL an invalid comparisonHistory The original ReST idea, which is supposedly spelled out in the abbreviation, gets lost in the abbreviation. It was simple, transfer a typically full representation of the state of your data in its entirety to every system that needs it to ena...DiscussREST API
Sachin Borsesachinborse.hashnode.dev·Oct 1, 2024How to Create Fake API JSON Data for Frontend Testing Using GolangTesting frontend applications often requires mock data to simulate API calls before the backend is ready or when you need static data for development. In this article, I’ll show you how to create a simple API in Golang that serves fake JSON data, ide...Discuss·4 likes·51 readsgolang
Shaik Sharooqsuhan903blog.hashnode.dev·Aug 28, 2024No Progress, Guess Why?Introduction: Have you ever experienced a day where it feels like you're stuck in place? It might seem counterintuitive, but stepping back can be just as crucial as pushing ahead. Today, I didn’t pick up any new tech skills or make progress on my pro...Discusspriority
Rohan Shrivastavarohanblogs.hashnode.dev·Aug 5, 2024Understanding REST APIs: A Beginner's GuideIn the world of web development, REST APIs (Representational State Transfer Application Programming Interfaces) are crucial for enabling communication between different software systems. What is a REST API? A REST API is a set of rules and conventio...DiscussREST API
Aditya Gadhaveadityag7678.hashnode.dev·Jul 17, 2024Beginner's Guide to API AND REST APIsWhat is an API? An API, which stands for application programming interface. IT is a set of protocols that enable different software components to communicate and transfer data. Developers use APIs to bridge the gaps between small, discrete chunks ...DiscussHTML5
Harsh Bansalnoobcomder.hashnode.dev·Jul 13, 2024A Rookie's Guide for REST Architecture and APIsFirstly, REST stands for REpresentational State Transfer Why should I be bothered about it at the first place? According to a 2017 study,83 percent of APIs now use the REST architecture, while 15 percent use the older SOAP protocol. It is of the mo...Discuss·1 like·49 readsWeb Development
Atanu Sarkardisciple.hashnode.dev·May 28, 2024Looks quite RESTful, doesn't it?My aim with this post is to explain building a plain REST API without using any fancy framework like Express. Enjoy! ✌️ Prerequisites The web follows a client-server model. It comprises two kinds of machines (or programs), namely, the service provi...Discuss·3 likesComputer Science
Vishesh Raghuvanshivisheshraghuvanshi.hashnode.dev·May 22, 2024Cloud Computing - 1Introduction to Service Oriented Architecture Definition Service Oriented Architecture (SOA) is an architectural pattern in which application components provide services to other components via a communication protocol over a network. SOA allows diff...Discuss·8 likes·108 reads#uddi