Dishank Patilthewriter.hashnode.dev·Aug 28, 2023⚡Fleek Network : Decentralized Edge PlatformFollowing a thorough reading of the white paper, here is what I learned about the Fleek network. What is Fleek's network? Fleek is a decentralized edge network that is designed to facilitate the deployment and use of web services effectively like CDN...Discuss·10 likesWeb3
Scott Spendolinispendolini.blog·Jul 3, 2023APEX on the EdgeOverview This past week at the KScope 23 conference, I presented a session called "APEX on the Edge". This session explored using APEX to integrate with non-ORDS-based web services and the complexities & nuances involved in getting them to work with ...Discuss·2 likes·289 readsweb services
Saravana Sai saravanasai.hashnode.dev·Jun 18, 2023Do you really know REST API?Introduction Hi folks, API stands for Application Programming Interface, which is a number of definitions for building application software. In this article post, we will explore the history of APIs and why they have become such an integral part of m...DiscussAPIs
Swati Kumariswatikumari.hashnode.dev·Jun 2, 2023Building Secure Web APIs with ASP.NET Web APIWhat is an API? An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and interact with each other. It defines the methods, data formats, and rules that enable developers...DiscussAsp.Net Web API
Vikaskumar Pandeysalesforcesherpa.hashnode.dev·May 24, 2023"Building REST APIs in Salesforce: A Beginner's Guide"Salesforce is one of the leading Customer Relationship Management (CRM) platforms available today. Its REST API is a powerful tool that allows developers to integrate Salesforce data into third-party applications. In this article, we will discuss Sal...Discuss·26 readsREST API
Nwokporo Chukwuebukacodedaddy.hashnode.dev·Apr 9, 2023API101: A Beginner's Guide to Application Programming Interfaces (Part Two)Welcome back to API 101: A Beginner's Guide to Application Programming Interfaces. In Part One, we covered the basics of APIs, including what they are, why they're important for businesses, the different types of API architecture, and how to make req...Discuss·12 likes·59 readsAPIsAPIs
Haneunhanlee.hashnode.dev·Apr 4, 2023REST API vs. RESTful APIREST API Definition Representational State Transfer Application Programming Interface (REST API) A REST API is an API based on the REST architecture. Components of a REST API 1. URIs should use nouns rather than verbs and should be in lowercase. ...Discuss·1 like·43 readsProgrammingREST API
Haneunhanlee.hashnode.dev·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
Nwokporo Chukwuebukacodedaddy.hashnode.dev·Apr 1, 2023API 101: A Beginner's Guide to Application Programming Interfaces (Part One)Definition of an API Have you ever wondered how the Internet works? We have probably heard that the internet consists of interconnected servers. These interconnected servers must communicate to share resources among themselves. For example, when we t...Discuss·13 likes·151 readsAPIsAPIs
Christian Pelayochanpelayo.hashnode.dev·Dec 9, 2022Batch Apex Implementation Using Custom Iterables for External APIsIntroduction Batch Apex allows developers to process large amounts of data in Salesforce. One way to use Batch Apex is by implementing custom Iterables. This is useful when working with external APIs, as it allows for more flexibility and control ove...Discuss·1.1K readsSalesforce Developmentintegration