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
Sandeep Choudharysandeepc.hashnode.dev·Mar 20, 2024Service Oriented Architecture - A Modular Approach to Software DevelopmentService-Oriented Architecture (SOA) has emerged as a prominent architectural style in software development. It breaks down applications into independent, reusable components called services. These services communicate with each other over a network u...DiscussDesign Paradigms Unveiled - Navigating Software Architecturesoftware development
Saurav trivedisoftwarecraft.hashnode.dev·Feb 13, 2024Exploring Various API Architecture StylesIntroduction: In the world of software development, APIs (Application Programming Interfaces) serve as the backbone of modern applications, enabling seamless communication and interaction between different systems. However, not all APIs are created e...Discuss·2 likes·29 reads#architecture style
Oluwatoyin Faniyantheedon.hashnode.dev·Jan 28, 2024What are APIs and Why do we need themIt is a very common question to hear beginner developers ask, "Why do we need APIs?" I recently tried to explain the concept of an API to some friends, and it was particularly difficult for them to understand the real-world applications and how the a...Discuss·46 readsAPIs
menna abdelmeguidmennaabdelsalam.hashnode.dev·Jan 5, 2024The Web API Design OdysseyIntroduction Welcome to the gateway of innovation, Dive with me into the world of APIs, where behind the scenes of your favorite apps and websites, a secret language of digital handshakes and data exchanges unfolds. APIs, or as I like to call them,...Discuss·41 readsWeb Development
Jinhua Luokingluo.hashnode.dev·Jan 5, 2024burl: A simple but flexible HTTP/3 testing framework based on bash and curlA few months ago, when I ported the QUIC patches from nginx mainline to APISIX and tried to test it, I found that test::nginx didn’t work very well. It uses the wrong listen directive parameter “http3” instead of “quic” (probably due to version diffe...Discussnginx
Marouaneelyamarouane.hashnode.dev·Jan 4, 2023Comparing REST API and SOAP: Understanding the Key DifferencesREST (Representational State Transfer) and SOAP (Simple Object Access Protocol) are two popular web service protocols that handle communication between systems over the internet. REST is a lightweight and flexible architecture that was designed to be...DiscussREST API
Markus Meyermarkusmeyer.hashnode.dev·Jun 21, 2022API Management - Convert SOAP POST to GETAPI Management is receiving a SOAP POST request with XML in the request body. Data from the request body has to be forwarded to a GET operation Import SOAP Service The public soap service https://www.dataaccess.com/webservicesserver/numberconversion...Discuss·57 readsAzure