API 10 Little-Known (But Very Useful) Web APIs There are a wide range of web APIs available across the major internet browsers. Here are a few helpful APIs that you might not have heard of.
Rest Api Top Resources for Learning and Designing REST APIs The REST API is the most common API architecture design pattern used in web and mobile applications. Here are some excellent resources for understanding and building Representational State Transfer APIs.
Apollo Introduction to Apollo Client with GraphQL and React Learn how to integrate and work with Apollo Client by building a simple React.js application with Crowdbotics.
Twitter Build a Twitter Clone Server with Apollo, GraphQL, Nodejs, and Crowdbotics Efficiently build a Twitter clone server from scratch that implements GraphQL as the query language to create the API.
Slack Slack API Tutorial: How To Build A Simple Slack App That Tells You Real-Time Cryptocurrency Prices Today, we are going to build a simple Slack application to get real-time cryptocurrency prices in our Slack workspace, and introduce the basics of the Slack API, including webhooks, slash commands…
API RESTful API Basics For Non-Technical Founders and Product Managers Before you continue reading, do consider that this post is written for non-technical founders and product managers. I’ll focus mainly on RESTful APIs in this post. I will oversimplify some concepts…
API How to write an API in 3 lines of code with Django REST framework There are a number of advantages to developing with Django. A key advantage of a REST API is it provide a great deal of flexibility. Together, Django REST framework is a powerful, salable, and…