Hardik kumarforKeploy Students Blogkeploy.hashnode.net·Jul 13, 2022History of APIsThe term "Application Program Interface" first appeared in a paper called Data structures and techniques for remote computer graphics presented at an AFIPS (American Federation of Information Processing Societies) conference in 1968. It was used to d...Discuss·65 likes·316 readshistory
Deepa GoyalforOne Sprint at a Timedeepagoyal.hashnode.net·Jan 21, 2022FeaturedDriving Meaningful Customer Impact with API GovernanceTags: API Governance, API Management What is API Governance? API Governance is key in building great APIs and delivering an excellent API Experience. API governance provides a policy-driven approach that helps to enforce standards and checkpoints t...Discuss·44 likes·1.1K readsAPIs
Anuj GuptaforDeveloper Needsdevneeds.hashnode.net·Nov 29, 2021Why use Dolby.io API for Audio EnhancementAnyone who has spent hours in post-production trying to smooth out the rough edges of a media file understands how time-consuming it can be. The sensation of "we should be done by now" and the want to move on to the next job are perhaps the worst asp...Discuss·43 likes·104 readsAPIs
Wisdom NwokochaforWisdom Nwokocha's Blogwise4rmgod.hashnode.net·Apr 21, 2023Postman Guide for Beginners: A Comprehensive Introduction to API Testing and Collaboration.API testing has become an essential part of modern software development, as it helps developers quickly identify and fix issues in their code. Postman is one of the most popular tools for API testing, with its intuitive user interface and powerful fe...Discuss·3 likes·93 readsPostman
Sai PranayforSai Pranay's Blogsaipranay47.hashnode.net·Apr 20, 2023API 101: Simplifying Communication for Developers 🔗🛠️Introduction: As developers, we often work with various applications, platforms, and services to build efficient and powerful solutions. The key to effective integration lies in smooth communication between these components. This is where APIs (Appli...Discuss·10 likesAPIs
Ragavi S PforDocument360document360.hashnode.net·Apr 13, 2023What is a FinTech API?According to Tipalti, the global financial sector will be worth 26.5 trillion by the end of 2022. The rapid growth of the worldwide financial sector and the push for digital transformation in businesses are undoubtedly factors contributing to the pro...DiscussAPIs
AnabilforAnabil's APIs blogapi-talk.hashnode.net·Apr 2, 2023APIs Unwrapped: 'A Beginner's Overview'Introduction Are you curious about APIs? You may have heard the term "API" thrown around in tech circles, but what does it really mean? API stands for Application Programming Interface, and it's a way for software applications to communicate with eac...DiscussAPIs
Sai Siddhish Chandra SekaranforDev Sai's Blogdevsai.hashnode.net·Apr 1, 2023What are APIs?Introduction APIs, Application Programming Interfaces, provide a standardized way for an application to allow itself to be integrated with other third-party apps without the need to code for every possible integration. CRUD and HTTP Methods So how do...Discuss·2 likesThe InternetAPIs
Disha JainforDisha Jain's blogdisha.hashnode.net·Mar 30, 2023How to fetch API in ReactTo fetch data from an API in React, you can use the built-in fetch() function, which is built into modern web browsers. fetch() allows you to make a request to an API and receive a response in JavaScript format or you can use a library like Axios or ...Discuss·2 likes·112 readsAPIs
Vaibhav KumarforVaibhav Kumarvaibhavwrites.hashnode.net·Mar 29, 2023Mastering API Calls in React: A Beginner's Guide to Building and Consuming REST APIsAPIs have become an integral part of modern web development. They allow developers to access external data and services, and create dynamic, interactive applications. In this article, we'll cover the basics of API development and consumption in React...Discuss·4 likes·53 readsREACT2Articles1Week
Rajender Reddy Bforrajender.hashnode.net·Mar 27, 2023Thunder Client API TestingWhile developing API or working with your express.js app to test that the API is working fine we need to test the API endpoints. Testing the API endpoints will help in the proper functioning of the app and also helps in finding the vulnerabilities of...DiscussAPIs
GloryforKunotechkunotech.hashnode.net·Mar 25, 2023What Is API Documentation And How Start To Writing ItWHAT IS API DOCUMENTATION API documentation is essentially an instruction manual that explains how to use an API and its services. API is an acronym for Application Programming Interface. API documentation is technical content that documents the API....DiscussAPIs
Pragnya Pradhanforpragnyapradhan.hashnode.net·Mar 24, 2023Understanding APIsAPIs or Application Programming Interfaces are an essential component of modern software development. In simple terms, an API allows different software applications to communicate with each other. APIs work as an intermediary layer between the applic...DiscussAPI basics