500 Blog Posts To Learn About Api
Let's learn about Api via these 500 free blog posts. They are ordered by HackerNoon reader engagemen 2026-7-8 20:0:37 Author: hackernoon.com(查看原文) 阅读量:25 收藏

Let's learn about Api via these 500 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the Learn Repo or LearnRepo.com to find the most read blog posts about any technology.

Because defining interactions is important...

1. RESTful API Designing guidelines — The best practices

Learn Repo's image-10313

Facebook, Google, Github, Netflix and few other tech giants have given a chance to the developers and products to consume their data through APIs, and became a platform for them.<br>Even if you are not writing APIs for other developers and products, it is always very healthy for your application to have beautifully crafted APIs.

2. Sending Secret Messages with the Courier API and Node.js

Learn Repo's image-8bb7a8

In this tutorial, we will be building a Node.js app that sends multi-channel notifications in morse code.

3. We reverse engineered 16k apps, here’s what we found

Learn Repo's image-a18be8

In Nov’16, we created an online tool to reverse engineer any android app to look for secrets.

4. The System Design Cheat Sheet: API Styles - REST, GraphQL, WebSocket, Webhook, RPC/gRPC, SOAP

Learn Repo's image-f7e368

API Architecture Styles - REST, GraphQL, WebSocket, Webhook, RPC, SOAP

5. Adding OAuth2 to Mobile Android and iOS Clients Using the AppAuth SDK

Learn Repo's image-2a1b6

OAuth2, often combined with OpenID-Connect, is a popular authorization framework that enables applications to protect resources from unauthorized access. It delegates user authentication to an authorization service, which then authorizes third-party applications to access the protected resources on the user’s behalf. OAuth 2 provides authorization flows for both web and mobile applications.

6. How To Import External Data Into Google Sheets Without Copy/Paste

Learn Repo's image-7a24a8

Learn how to save time and eliminate manual data imports in Google Sheets by automatically connecting and importing data from external sources.

7. How to Build a Simple Blog Using Node.js

Learn Repo's image-b2d078

In this tutorial I’m going to show you how to create a simple blog using Node.js and Cosmic JS. This is going to be the fastest and most light-weight blog you have ever created. Let’s get started.

8. How to Build an Integration-As-A-Product – PM Approach

Learn Repo's image-a7907

Integrate the market via API – based on real Strategy

9. How to Use Google Sheets API with Nodejs

Learn Repo's image-6c0eb

First of all, a brief overview of our use case. Let's say I have a spreadsheet on Google Sheets which is not public and I want to be able to read/modify programmatically through some batch process running on my local machine or some server. This is something I had to do recently with a Node.js application and I found the authentication part a bit tricky to understand. So I thought of sharing my solution and I hope it helps someone in need. There might be better ways of doing this but I am sharing what worked best for me.

10. How I Recovered Deleted Telegram Messages and Media (and You Can Too)

Learn Repo's image-aeb87

Telegram deleted messages recovery guide: Learn how to retrieve group chat messages and media using Telegram API, admin logs, and open-source tools.

11. The Basics Of Designing an API Architecture

An introductory guide to understanding how API Architectures are designed.

12. Documenting GraphQL APIs

Learn Repo's image-03a32

The main reason for writing API documentation is to make your API understandable. For GraphQL there are many options. Both interactive and static documentation.

13. How to Create a Simple Bash Shell Script to Send Messages on Telegram

Learn Repo's image-3cf0a8

In this article, you will walk through the creation of a simple Bash shell script to send messages to Telegram messenger using the Curl command. Then you will use this script to send a notification on every ssh login into your server.

14. Create a Temporary Gmail Account With Python

Learn Repo's image-cf8ec8

Sometimes you come across a number of adverts and websites that you need to signup for but don’t completely trust.

15. ChatGPT Go Libraries: A Comparison With Examples

Learn Repo's image-a0b05

Comparison of ChatGPT API clients for Go language

16. How PMs Can Build a Great Product Notification Experience

Learn Repo's image-072c1

After reading this article, you’ll have the confidence and the tools to set up a notification system that delights and doesn’t annoy.

17. DynamoDB Filtering and Aggregation Queries Using SQL on Rockset

Learn Repo's image-f62e78

How to use DynamoDB and Rockset together to build a fast, delightful application experience for users.

18. A Cache is Fast: Enhancing our API with Redis

Learn Repo's image-a1901

In the last couple weeks we’ve used <a href="https://hackage.haskell.org/package/persistent" target="_blank">Persistent</a> to store a <code class="markup--code markup--p-code">User</code> type in a Postgresql database. Then we were able to use <a href="https://hackage.haskell.org/package/servant" target="_blank">Servant</a> to create a very simple API that exposed this database to the outside world. This week, we’re going to look at how we can improve the performance of our API using a <a href="https://redis.io/" target="_blank">Redis</a> cache.

19. How to get data from API in Excel

Learn Repo's image-42577

How to get data from API JSON in Excel table with the simplest tutorial with formula. Ready to go open-sourced VBA formula with intuitive video tutorial

20. Python for Data Science: How to Scrape Website Data via the Internet's Top 300 APIs

Learn Repo's image-ffdd6

In this post we are going to scrape websites to gather data via the API World's top 300 APIs of year. The major reason of doing web scraping is it saves time and avoid manual data gathering and also allows you to have all the data in a structured form.

21. How To Improve Your Backend By Adding Retries to Your API Calls

Learn Repo's image-360bf

Whether you're making API calls from Node.js or in the browser, connection failures are going to happen eventually. Some request errors are valid. Maybe the endpoint was wrong or the client sent the wrong data. Other times you can be sure that the error is the result of a problem with the connection to the server or one of the many hops in-between. While API and web service monitoring can inform you about the problem, a more active solution can take care of it for you.

22. OpenAPI 3.0 Schema with Swagger UI for Django RESTful App

Learn Repo's image-0c36c

Let’s use drf-spectacular to simplify creation of beautiful docs for your Django application according to the OpenAPI Specification version 3. Sounds easy? It wasn’t for me…

23. What Is A Transaction Relayer And How Does It Work?

Learn Repo's image-a6bf48

Article written by Vincent Le Gallic - CTO @Rockside

24. Why We Switched from NGINX Is to KONG API Gateway

Learn Repo's image-820b9

For many developers, NGINX would be the primary choice for reverse proxy. However, we moved on to something more exciting! NGINX move over, here comes the Kong!

25. How to Improve the Security of API Keys

Learn Repo's image-7da8f8

As a developer, API Keys are typically issued to you to identify the project you are working on and to enforce rate and access limits on proper API usage. These API keys are typically just static secrets baked into your app or web page, and they are pretty easy to steal but painful to replace. You can do better.

26. Automating Instagram API Using Python: Gain Active Followers

Learn Repo's image-bf28f

Hi Devs!

27. First experiences with React Native: bridging an iOS native module for app authentication

Learn Repo's image-65fb4

Photo by Liu Zai Hou on Unsplash

28. Scraping Information From LinkedIn Into CSV using Python

Learn Repo's image-5c3898

In this post, we are going to scrape data from Linkedin using Python and a Web Scraping Tool. We are going to extract Company Name, Website, Industry, Company Size, Number of employees, Headquarters Address, and Specialties.

29. What Frontend Devs Want (From Backend Devs)

Learn Repo's image-d59358

Backend developers can help frontend developers work with their API more efficiently and ship the product with as little friction as possible.

30. You're Not Using HTTP Status Codes Right

Learn Repo's image-f893d

In this article, we will be discussing some of the common mistakes that developers do when using HTTP status codes.

31. How to Retrieve Player Stats from the NHL's undocumented REST API

Learn Repo's image-97abe

It's that time of year again. Summer is coming to an end, Autumn is around the corner, and the NHL season is about to begin.

32. From Python to Telegram: Build your own Notification System

Learn Repo's image-4b63d

Learn how to send messages from python script to Telegram chat.

33. How to Use the Google Sheets API with Python

Learn Repo's image-e22548

Tutorial describing the steps to configure a Google Cloud Platform project to allow programmatic integration with the Google Sheets API via Python.

34. API Error Handling in React

Learn Repo's image-526a

I will tell you what formats for common handlers exist and why it is better to agree on a single format with the backend than to fence a new solution every time

35. 5 Best Stock Market APIs in 2024: A Guide for Data Scientists & Algorithmic Traders

Learn Repo's image-592f1

Best stock market data APIs for data scientists and algorithmic traders: Alpha Vantage, Barchart OnDemand, Tradier, Intrinio, and Xignite.

36. The Best JavaScript APIs for File Upload in 2025

Learn Repo's image-63694

This article highlights the eight best JavaScript APIs for file uploads in 2025, analyzing factors such as scalability, ease of use, and advanced features.

Learn Repo's image-2cca98

Honestly, I'm not sure I'd use this. For cases where a URL or file is not being shared, it does not seem to work well. And sharing a file seems problematic.

38. The Anatomy of an API Gateway in Golang

Learn Repo's image-25a038

Build your own API gateway in Go

39. How to Simulate a Backend REST API with json-server for CRUD Development in React

Learn Repo's image-c4849

Simulate a backend REST API for React development with json-server. Set up a fake REST API to prototype and mock frontend application.

40. Building an Arduino Time Tracker Cube with Toggl's Open API

Learn Repo's image-51ae2

How to build your own Time Tracker out of Cardboard Paper and Toggl's Open APIs

41. A Beginners Guide to Learn Mock Fetching in jest

Learn Repo's image-f129e8

I am writing this post to show how to mock and test fetch with jest-fetch-mock. let's suppose that you are using Jest and you are comfortable with “async/await”.

42. Why do we Need the JSON Web Token (JWT) in the Modern Web Era?

Learn Repo's image-84c4f

Hold on tight: the HTTP protocol is terribly flawed(*) and when it comes to user authentication this problem screams loudly.

43. Running a Python Script to Scrape LinkedIn Profiles From Google

Learn Repo's image-32d49

LinkedIn is a great place to find leads and engage with prospects. In order to engage with potential leads, you’ll need a list of users to contact. However, getting that list might be difficult because LinkedIn has made it difficult for web scraping tools. That is why I made a script to search Google for potential LinkedIn user and company profiles.

44. How To Build and Sell APIs

Learn Repo's image-70434

Building and selling APIs is a great way to create a new source of passive income.

45. Introducing Vortex: A Stateless Tunneling Service

Learn Repo's image-155eb

Vortex is a stateless ngrok alternative that you can use at work and at your favorite coffee shop. Instant public URLs to expose your localhost server.

46. How to Handle REST API Requests in React

Learn Repo's image-35fa98

REST APIs are commonly used in web development. They are programming interfaces that web apps use to 'talk' to each other. They are used to access features and data. 'REST' (Representational State Transfer) is a concept that defines the APIs properties. This article will focus on the use of web-based APIs to retrieve data from a database.

47. My Best Travel APIs

Learn Repo's image-740088

APIs are useful tools in general but can be made exceptionally useful when combining a number of them to accumulate information to help you plan trips.

48. How to Temporarily Resolve CORS Error in the Console

Learn Repo's image-db42f8

You may have exhausted all solutions to make your site render on the browser but nothing seems to work. Then, you’ve checked the developer tools console only to get an error saying that CORS is blocking your API requests.

49. How to Fetch Large Data Files Through GitHub API

Learn Repo's image-30047

At Hackernoon, I had a task to fetch some files from GitHub API. Initially, I thought it'd be a simple GET request but soon I realized the work is a headache. The file I needed was quite large and hence the response was telling me to use something different than I already knew. I ended up spending two days on this issue.

50. The Essential Guide to Load-Balancing Minecraft Servers with Kong Gateway

Learn Repo's image-b38d7

We're going to explore port forwarding and load balancing with Kong Gateway by spinning up multiple Minecraft servers,

51. How to Build Your Own Crypto Trading App: A Step-by-Step Tutorial

Learn Repo's image-c145

Build a crypto trading app using Flask, Binance API, Docker/GitHub Actions, and explore revenue strategies.

52. What Role do DeviceCheck and SafetyNet play in App Authentication?

Learn Repo's image-9a9588

Both iOS and Android provide built-in device-level checks which can help prevent mobile application abuse. On iOS, DeviceCheck provides a way to associate a few pieces of information per app with each device, On Android, SafetyNet device attestation attempts to ensure that a device is running in a safe environment. These are useful capabilities, but they are only a small part of an in-depth mobile app and API protection scheme.

53. Testing REST APIs easily in Python with pyhttptest

Learn Repo's image-1eb7b8

Nowadays every one of us is facing REST APIs by either developing or consuming such a service. Also, we’re in the trendy era of microservices, where we splitting our business logic into small separate services independent from each one. Mostly these services follow RESTful principles and using the JSON format for communication, which became the most widely used format, because of its simplicity.

54. GraphQL vs REST: How To Choose One Over The Other

Learn Repo's image-ee524

We will look at REST and GraphQL, consider their principles and weigh the pros and cons of both technologies.

55. Multiprocessing for heavy API requests with Python and the PokéAPI

Learn Repo's image-4aa8b8

While working on a recent project, I realized that heavy processes for python like scrapping could be made easier though python's multiprocessing library. The documentation and community engaging in multiprocessing is fairly sparse, so I wanted to share some of my learnings through an example project of scrapping the PokéAPI. Below I wrote a bit of code that pulls all of the available pokémon while minding the API's 100 calls per 60 second limits. You'll see that the iteration is fairly slow as there are 964 pokémon the API returns.

56. Implement Dynamics REST API using Node.js [Tutorial]

Learn Repo's image-f9478

Microsoft Dynamics 365 is a cloud-based business applications platform that combines components of customer relationship management (CRM) and enterprise resource planning (ERP), along with productivity applications and artificial intelligence tools, although currently Dynamics is more popular for its CRM capabilities.

57. Machine Learning Model with FLASK REST API

Learn Repo's image-2cc27

In this tutorial we will see how you can make your first REST API for Machine Learning Model using FLASK. We will start by creating machine learning model. Then we will see step-by-step procedure to create API using Flask and test it using Postman.

58. Build a Login and Logout API using Express.js (Node.js)

Learn Repo's image-3813a8

Step by step to build Node.js Express Registration, Login, and Logout API using JWT and Cookies - Node.js Express Login API with MongoDB (Mongoose) database.

59. Learning the basics of MongoDB by Writing a User Registration API

Learn Repo's image-e2ad68

Learning MongoDB has been one of the things in my checklist for the past 6 months but hasn’t gotten around actually learning it until now. In order to understand writing queries and all I figured it’ll be better to make something instead of just reading and watching some tutorials. So, I’ve decided to make a user registration API i.e, a simple registration form kinda thing with only sign up and sign in functions as of now. As learning Mongo was the main intention, I’ve decided just to make the core app which is the backend functionality and no front end as it’s not necessary and I hate to do it.

60. How to Set up an API Gateway for Your Microservices

Learn Repo's image-5a2218

How to deploy a single node Kong API gateway in front of multiple microservices?

61. How to Fetch Data From an API in React.js

Learn Repo's image-47fd38

Without any doubt, the use of React is increasing day by day. And also API(Application Programming Interface) is gaining more popularity in the modern era of technology. This article will guide a beginner to play with React to API.

62. How to Build a MVP REST API Using Low-Code Approach

Learn Repo's image-5faa6

Build and host and API in 15 minutes? Crazy? No, really!

63. How to Create an Instant Search Input with Debounce in React.js

Learn Repo's image-1a1d48

I recently built an anime app that fetches details about animes from an external API. The project had an input field where you could type in the name of an anime to search for. The text typed in the input field was then used to query the API for animes matching the input. The input field was to use “instant search” mechanism. This meant that users where not required to hit enter or press a button for the search to occur. To prevent making a call to the API on every keystroke, I had to debounce the queries made to the API.

64. Basic Elixir Api Guide

Learn Repo's image-2aca7

Elixir represents relatively new programming language for wider audience. It was published back in 2011, and is in development ever since. His main trait is that adops functional pardigm because it is built on top of Erlang and runs on BEAM(Erlang VM).

65. Issues With Setting up Azure Functions with a Service Bus Trigger

Learn Repo's image-33412

So recently we had a problem. We’ve started building a micro-service based e-commerce platform that communicates using azure service bus. Unfortunately, we found that setting up azure functions with a service bus trigger either ended up with a lot of code to maintain or a lot of deployment pipelines. It was getting to be a pain, so we looked for an alternative which we found with logic apps and a bootstrapper function which I’ll take you through how to implement.

66. Accessing Power BI Data with Python & Power BI REST API

Learn Repo's image-4216e8

The Power BI Report Server REST API enables developers to programmatically access and manage the report server catalog.

67. Flask API Containerization using Docker

Learn Repo's image-a5fea

Nowadays, putting shiny new applications in containers seems to be the way of the future, and for good reason. They offer platform portability, hardware efficiency, and enhanced security. In this tutorial, we are going to take a very simple Flask API, put it in a Docker container, and then test it out using Postman.

68. What is Broken Access Control and Why Should You Care?

Learn Repo's image-24d388

With broken access control being one of the most prevalent weaknesses for web applications, it’s important to not only understand it, but to prevent it also.

[69. How Fitt Insider Started With

a Newsletter and Reached The Top of the Fitness Industry](https://hackernoon.com/how-fitt-insider-started-with-a-newsletter-and-reached-the-top-of-the-fitness-industry)

Learn Repo's image-b3991

When it comes to building a successful business, the journey of Anthony Vennare, co-founder of Fitt Insider, offers invaluable insights. From leveraging persona

70. Top Transcription APIs and Open Source Libraries in 2022

Learn Repo's image-3a8b5

This article looks at some of the top transcription APIs and open source libraries available on the market today.

71. The Top Java Excel API Libraries

Learn Repo's image-9cd3

Explore the top Java Excel API Libraries and their notable features for your applications in this review of leading options.

72. Introducing Starlite: A New Python Asynchronous API Framework

Learn Repo's image-aef2e

Introducing the python Starlite API framework - a new async (ASGI) framework built on top of pydantic and Starlette

Learn Repo's image-624ac8

The climate is a hot issue and weather forecasting technology is suddenly cool. The urgent need for innovative weather and environmental conditions forecasting solutions is obvious whether you believe in climate change or not.

74. Building RESTful Web Service Using C++, Swagger UI And Auto-Documented Endpoints

Learn Repo's image-765bc

This is a 5 minutes tutorial how-to-use Oat++ (AKA oatpp) web framework to build your own C++ performant web-service and integrate it with Swagger-UI.

75. API Solution for Prop-tech Companies

Learn Repo's image-6eb448

Discover London's prop-tech evolution via APIs. Explore parking, rentals, office spaces reshaped by innovative solutions.

76. Validating Zero Enum Value in the Protocol Buffer

Learn Repo's image-a22a68

How to validate that an enum value field in Protobuf can not be empty? Turn out that is not supported directly by Protobuf!

77. How to use NLP to SQL API?

Learn Repo's image-862708

Data is useless without the ability to easily get and act on it. The success of future enterprises will combine sophisticated information collection with better user experience, and the Natural Language User Interface comprises much of this user experience.

78. LiteLLM: Call Every LLM API Like It's OpenAI

Learn Repo's image-3b9f18

LiteLLM — a package to simplify API calls across Azure, Anthropic, OpenAI, Cohere and Replicate.

79. Error 429 Too Many Requests: What to Do When You've Been Rate Limited?

Learn Repo's image-f81b3

Your application is running smoothly. Tests have passed. Suddenly you start to see 429 error responses from an API. As the name implies, you have made too many requests and your application has been rate limited. The 429 (Too Many Requests) error is an HTTP status code that often occurs when you've hit a request limitation of an API.

80. 5 Best Practices for Integrating with External APIs

Learn Repo's image-a5b32

the must-have practices if you use external APIs

81. A Detailed Introduction to Service-Oriented Programming

Learn Repo's image-fd2b88

Some principles are emerging for what one might call service-oriented programming languages. The principles are general, so they can help when thinking about code even when operating outside of these languages.

82. How to Convert Rest APIs into Databases: Create a JDBC driver

Learn Repo's image-194268

A lot of data over the web or internally in an enterprise is available and accessible only through Rest APIs. Rest APIs do provide a secure and authenticated mechanism to access these services, but they are not very intuitive sometimes to query upon the data which is fetched through them.

83. How to Use Mock API in Playwright

Learn Repo's image-0095b8

Mocking API is a common feature in testing frameworks. In Playwright, to do that, you have to use the page.route method.

84. 10+ Best Voice Calling APIs & Live Audio Streaming SDKs of 2022 Reviews

Learn Repo's image-207eb

Do you enhance the voice call feature in your web & app? I ranked & reviewed of best voice calling APIs and live streaming SDKs based on reviews, cost, clients

85. Image Storage in Rails Apps Using Cloudinary and Active Storage

Learn Repo's image-79ca48

Ruby on Rails has an awesome gem to upload, store and display images: Active Storage. It's very easy to use and it comes with a local disk-based service, that should be enough to store everything you need if you just want to practice using Rails.

86. How to Write Fewer Lines of Code with the OpenAPI Generator

Learn Repo's image-5c9c38

Hey! I'll start with the main thing - I'm a lazy person. I'm a very, very lazy developer. How can I get rid of the need to write at least part of the code?

87. Functional Testing With Your Backend in Go

Learn Repo's image-fe7ee8

For Terrastruct, which has a little over 50K lines of code as of now, I've only written functional end-to-end tests. This blog post describes a successful setup that took some iterating to get to, and it's one I wish existed when I started with a Go API backend.

88. An Introduction to GraphQL

Learn Repo's image-dc3e6

GraphQL is the new frontier in APIs (<em>Application Programming Interfaces</em>).

89. API Explained In Simple Terms

Learn Repo's image-163f1

I'm pretty sure you would have heard the term API, and if you were wondering what it is, then this is the article for you.

90. Your First Simple Crypto Trading Bot Using LunarCrush and 3Commas

Learn Repo's image-0d2cf8

Learn how to utilize LunarCrush unique social listening metrics with your 3Commas cryptocurrency trading bot to trigger specific trade activities.

91. The RTK Query, API Splitting Approach, and the Nuances of "Making Life Simpler"

Learn Repo's image-40abe

RTK Query is definitely a cool library however it’s sadly not applicable to all of the use cases possible with an API.

92. Using Capital Asset Pricing Model (CAPM) versus Black Scholes Model to value Stocks [A How-To Guide]

Learn Repo's image-1db228

Should we choose a model that gives a flawed but mostly usable coefficient, or should we choose a model that may give a very good or at times a very bad estimate depending on the nature of the data?

93. How To Create a Google SERP Checker in Python

Learn Repo's image-fcd5d8

The goal of SEO is to get your website to the top of the search engine. One excellent way of tracking SEO progress is by checking the Search engine result pages (SERPs) of a website.

94. How To Send Emails with Nodejs and EmailJS Module

Learn Repo's image-6a3988

It’s 2021 and JavaScript has taken over the development landscape. At this point there is a JavaScript library or framework for everything. So you have a few different options if you want to send emails directly from your browser side code. For example you can always just include your email handle in a link. If your users have their system set up correctly a simple click will open their email account with your email in the mailto: slot(aka send). However as a developer this seems less than ideal because it requires that your users have the proper set up to handle the action.

95. Explore How to Effectively Use JWT With FastAPI

Learn Repo's image-6871e

Develop and test JWT with FastAPI

96. I created Postwoman 👽 - An online, open source API request builder

Learn Repo's image-78d9

Postwoman 👽 - API request builder

97. Validate Your PHP API Tests Against OpenAPI Definitions – A Laravel Example

Learn Repo's image-2ba848

Am I proud of this montage? You bet I am (by the author)

98. Playwright vs Cypress for REST API Automated Tests: Who Comes Out on Top?

Learn Repo's image-bf8988

Picking a test automation framework for both UI and API tests? - Find out what difficulties you might face when you make a choice...

99. The Complete Microservice Tutorial: Introduction [Part 1]

Learn Repo's image-b3008

Project Link: https://github.com/Joker666/microservice-demo/

100. How One Blockchain-based ISO 20022 API Will Revamp the Payments Realm Globally

Learn Repo's image-b2f208

Impel's ISO 20022 Application Programming Interface (API) comes at an opportune time to complement the wider adoption of ISO 20022, including instant payments.

101. Enhancing Test Reliability: Exploring Playwright's Retry APIs for Robust Testing

Learn Repo's image-2fb6f

The built-in retry mechanisms for locators and matchers in Playwright are well-known, but are you acquainted with the retry and polling APIs? Let's delve into P

102. How to Fetch Statistics From YouTube API Using Python

Learn Repo's image-ee2ae8

In this article, we’ll learn how to use the YouTube API to get the full playlists of any channel (not only your own) and get all videos from a playlist.

103. CRUD and the 7 RESTful actions

Learn Repo's image-98ea78

When I’m learning something new I like to talk to myself about it until I feel I understand it. You can feel when you’re just hiding behind the fact that no one else is questioning you, and you’re really just kind of lying to yourself. “Yeah yeah, REST, CRUD, awfully simple…”

104. Laravel Homestead: Why, How, and When to Use It In Developement

Learn Repo's image-f87d78

How to replicate your production environment in your local machine with a few configuration.

105. How to do API Caching with Dio and Hive in Flutter

Learn Repo's image-e33ce8

With this short guide you can add caching to your flutter app that requests an API or a web server and receives information that is required to be stored.

106. Supercharge Your API Testing with Postman's AI-Powered Assistant

Learn Repo's image-68d348

Elevate API Testing with Postman AI Assistant for Unmatched Efficiency.

107. A Guide to API Versioning Best Practices

Learn Repo's image-9ad1c

In this article, we will be discussing some of the best practices for API versioning for ease of user consumption and flexibility.

108. Loaded in 600 Milliseconds: How To Improve Website Speed

Learn Repo's image-5ce608

Learn how to bump up your website load time and improve performance in less than a day with concrete examples

109. Using JSON Mapping to Work with APIs of Various Image Services

Learn Repo's image-99e44

Using JSON Mapping to Work with APIs of Various Image Services. This approach is applicable to any other services that are similar in type of returned results.

110. 6 Best APIs for Topic Detection in 2022

Learn Repo's image-f65a78

This article examines the best APIs on the market for performing Topic Detection in 2022.

111. What Is Cloudwatch Embedded Metrics?

Learn Repo's image-495468

I can’t believe not many people are talking about this AWS feature. It’s a game changer!

112. "For Publishers, Super Powerful AI Functions are a Single API Call Away" says HackerNoon Founder/CEO

Learn Repo's image-c8095

Tim Keary from Techopedia interviews HackerNoon CEO David Smooke on roles of AI in the newsroom.

113. How to Execute a Scheduled Task in Keycloak on Startup

Learn Repo's image-8932c

In this article, we will look at how to execute a scheduled task in Keycloak on startup using a Kafka consumer as an example.

114. Understanding Ethereum and EVM Traces

Learn Repo's image-bc3d88

In this article, we’ll look at the type of data traces give you, how you can execute a trace, and options for tracing — manual, running archive nodes.

115. Getting Your API Into Production

Learn Repo's image-866b58

Building an API yourself and getting it into production so your users can start using it can be a significant challenge.

116. The Only API You Need!

Learn Repo's image-751f1

"The Only API" is an open-source SDK that allows developers to query for anything they need in any data format. It has limitless capabilities. Try it now!

117. Another approach to design API for improved performance!

Learn Repo's image-6bbde8

GraphQL is an amazing specification, no doubt about that. I loved it when it first came into my knowledge but as I started learning it, well, I started to hate it and I still do at some extent because I am still learning it. So much boilerplate code to even starting the graphQL server.

118. Webhooks Using Python - A Guide

Learn Repo's image-35fc8

A guide on how to build webhooks using Python

119. Creating Telegram Bots with n8n, a No-Code Platform

Learn Repo's image-a9a2b8

I am a big fan of Telegram because of its great bot-ecosystem. I have been planning to make a bot for a while and have been looking for some nice workflow tools that can help me accomplish handling the back-end workflow of the bots visually. Recently, I started working with n8n, a fair-code licensed tool that helps you automate tasks, sync data between various sources and react to events all via a visual workflow editor.

120. .Net Core 3.0 API and Swashbuckle: Disabled Model Binding and XML Document File

Learn Repo's image-bbd6c8

Swashbuckle is a handy tool which you can use to document your API. It's very powerful and in my opinion, that implies that it's quite complex and can be a bit overwhelming. I used it recently on a project and found myself spending more than a few hours of searching the internet to find the answers to all my questions. Considering the time it took me to put everything together, I decided it was worth to share my findings.

121. JavaScript for Testers Part 1: JS Basics for Postman

Learn Repo's image-65f138

The article is about the bare minimum basics to learn JavaScript for testing APIs with the Postman tool.

122. An In-depth Guide to Depop Bots

Learn Repo's image-c7194

Here’s everything you need to know about depop bots.

123. End to End API Testing with Docker

Learn Repo's image-02b09

Testing is a pain in general. Some don't see the point. Some see it but think of it as an extra step slowing them down. Sometimes tests are there but very long to run or unstable. In this article you'll see how you can engineer tests for yourself with Docker.

124. We're Building an Open-Source LLM/AI API Wrapper: Here's Why

Learn Repo's image-ff2d3

This article explains Eden AI's Open Source project, which is developing an AI and LLM API wrapper to simplify use in an ever-changing market.

125. A Guide to Using MongoDB Database in a ASP NET Core Web API Application

Learn Repo's image-301be8

When you think about database providers for ASP NET Core apps, you probably think about Entity Framework Core (EF Core), which handles interacting with SQL databases. But what about the NoSQL options? A popular option for NoSQL is MongoDB. So in this article we're going to learn how to create a simple ASP NET Core CRUD API using MongoDB as the database provider.

126. 5 Best Practices for Designing RESTful APIs

Learn Repo's image-40497

RESTful APIs are everywhere, powering more of the modern world than any other API architecture. REST accounts for up to 80% of APIs according to this study by ProgrammableWeb. How those APIs are built and structured can make or break a company in today’s ultra-competitive world. Poorly-designed APIs can be difficult to use, can fail when they are needed most, and are valuable targets for hackers looking for sensitive data. On the other hand, a well-designed API that utilizes best practices makes development a breeze, attracts new customers, and creates confidence among users that can boost retention rates.

Learn Repo's image-bdd7c

In this post, we'll compare different pagination methods in GraphQL and learn how to configure a REST directive to perform cursor-based pagination with StepZen

128. Build Data-Driven Web App Without Backend

Learn Repo's image-7ed6b8

During the last couple of decades websites' functionally has increased dramatically - from simple landing pages serving simple static ads to complex progressive web apps whose functionality close to native applications including user authorization, location tracking, bluetooth handling, and offline mode.

129. How To Create Golang REST API: Project Layout Configuration [Part 3]

Learn Repo's image-cf779

Good cake is the one you can easily slice into parts with no crumbs falling apart. That's all this project is about: 3 simple parts, no nasty additives. In part 1 and part 2 I've explained the basics of setting up golang project using docker, creating configurable server, interacting with DB, adding routes and handlers.

130. How To Use a FastAPI Abstraction To Query AWS Data Lake

Learn Repo's image-eeb098

Our guide in creating FastAPI abstraction that allows us to query the AWS Glue metadata catalog - a Data Discovery API for AWS Data Lake.

131. The API-based Business Model

Learn Repo's image-950d1

Nothing beats the success story of a visionary leader who decides to take a bold course that sets the standard for how an industry operates. In the realm of technology, one of these stories is the infamous API mandate that Jeff Bezos, CEO of Amazon, sent out in 2002. For many technologists, the mandate wasn’t just the regular email, but it was the moment that the digital platform as we know it today was born. What is often overlooked, however, is that the interface-mandate (i.e., API-mandate) not only revolutionized internet technology development but it also changed how new business models came to be and how a wealth of new value was created.

132. Using Python to Interact with OpenAI's GPT-3.5, GPT-4, and GPT-4o APIs

Learn Repo's image-f1736

Python serves as an ideal language for integrating GPT APIs into various applications.

133. I Could Have Hacked All Uber Accounts- But I Chose to Report it Instead

Learn Repo's image-c098b

This is being published with the permission of Uber under the responsible disclosure policy. The vulnerability detailed in this blog post is being disclosed by Anand Prakash of AppSecure. This was plugged quickly by the security team at Uber. This issue is similar to Facebook’s access token leak which was discovered last year https://techcrunch.com/2018/09/28/facebook-says-50-million-accounts-affected-by-account-takeover-bug/

134. Analyzing Twitter Conversations with the New Twitter V2 API

Learn Repo's image-fab938

Getting actionable insights around a topic using the new Twitter API v2 endpoint

135. 6 Stock APIs to Use in 2021 [Review]

Learn Repo's image-164d68

We have checked all of them, based on specific parameters to find the best stock data API and what APIs professional traders are using.

136. How to Implement Cloud APIs: Google Drive API, Dropbox API, and OneDrive API

Learn Repo's image-2a9188

Practical application of Cloud APIs such as Dropbox, Google Drive, and OneDrive can be tricky. To simplify, we described the integration process step-by-step.

137. Getting to Know gRPC

Learn Repo's image-ddb98

Need a quick beginner's guide to gRPC? What is it? How do you set up a client and server, and make an RPC call? All your answers are here!

138. How To Automate Your Processes Using HTTP Request Node From n8n

Learn Repo's image-62bc48

With over 150 nodes, n8n saves countless hours by automating repetitive tasks. But what happens when n8n doesn’t have a node for a tool you love?

139. 🧩 Why Do We Need APIs Anyways?

Learn Repo's image-248f78

If you’ve been anywhere close to a computer engineer, you’d have definitely noticed them drop the term - API. A software engineer would use the term for so many varied purposes that it’s easy to lose the track of the conversation and left hanging in there, wondering, “Why the heck we need APIs?”

140. GraphQL Subscriptions: Using SSE/Fetch over Websockets

Learn Repo's image-a57da8

"WebSockets should be deprecated for GraphQL Subscriptions. Instead, we're proposing to use Server Sent Events."

141. Automate Your Writing: Publishing to Medium with Python and the Medium API

Learn Repo's image-44cd4

To streamline my workflow, I decided to develop a Python script that automates the publication of Markdown files directly to Medium’s API.

142. From Zero to Hero: Learning Web3 With Infura and Python

Learn Repo's image-62e6

Learning web3 development can seem daunting, even for experienced developers. Working with Python and Infura's API simplifies the initial learning process.

143. Mastering the Singleton Design Pattern in APIs: When to Use and When to Avoid

Learn Repo's image-51ae88

The Singleton Design Pattern in Python can be a powerful tool for managing shared resources and ensuring only one instance of a class exists. However, it's impo

144. Building an End-to-End Dynamic C# Web API with Dapper for Data Access

Learn Repo's image-2a8a18

Step-by-step guide on how to create an end-to-end dynamic C# Web API project using Dapper for data access.

145. Simple Framework To Document Microservices And A Bonus Tool 🚀

Learn Repo's image-006948

Over the years of working with microservices, we discovered key points that you have to keep track of in order to maintain good ...

146. Building an API in Rust with Rocket.rs and Diesel.rs Following Clean Architecture

Learn Repo's image-3c95c8

In this guide I’m going to walk you through the process of building a simple CRUD API from scratch in Rust using Rocket.rs.

147. Understanding GraphQL [Part 1]

Learn Repo's image-5fb3e8

Introduction

148. The Top C# .NET Excel API Libraries

Learn Repo's image-ce6b

Explore the top C# .NET Excel API Libraries and their notable features for your applications in this review of leading options.

149. Roughly Half of Data Scientists Consider Model Monitoring a Major Nuisance: Does It Have to Be So?

Learn Repo's image-26c318

According to a recent survey, model monitoring is one of the least liked and most dreaded stages of the whole ML life cycle

150. The Ultimate Guide to Best News APIs

Learn Repo's image-bd2168

The ultimate guide to the best news APIs, written by a professional data wrangler and ML practitioner.

151. Store API Credentials Safely: Obfuscation Before Encryption is Key

Learn Repo's image-86717

How to keep API secrets and keep peace of mind.

152. WTF Are APIs?

Learn Repo's image-7589a

If you’re a working professional, you’ve probably heard your coworkers talk about APIs, Web Services, endpoints, and other weird words like 200 and 401. What the heck does it mean and what’s the difference between them?

153. Axios or Fetch: What Is Better for HTTP Requests?

Learn Repo's image-86dc6

Ever wondered why developers are going for Axios over fetch? As we are aware both are the means to deal with HTTP or XMLHttp requests, Both are capable of making all types of API calls (get, post,put.. etc.). Both are based on Promise API which is native to ES6. But what are the major points to be noted?

154. Deploying Twitter Bot to Heroku

Learn Repo's image-393ce8

Most of us are familiar with Twitter. But we are not much familiar that we can automate the activities like status posting, retweeting, liking, commenting and so on. So,here I'll show you how we can automate some of the activities like getting the twitter data,posting the status and retweeting with Node.js and a npm package called Twit.

155. A Comprehensive Guide to OpenAPI Specification

Learn Repo's image-7595f8

OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API.

156. The REST of the 10 Commandments

Learn Repo's image-75ff1

Find out how to build great REST APIs in any language by following these 10 essential rules.

157. So, Like, What is an API Key Really? And How Does it Provide Security?

Learn Repo's image-f5cfc8

An API key is a secret code that gets you inside. Yeah it does!

158. Integrating Stripe Checkout with Next.js Is Easier Than You Think

Learn Repo's image-a4ea5

Learn how to seamlessly integrate Stripe Checkout with Next.js in this step-by-step guide. Set up a sandbox environment, get your API keys, and start accepting

159. How to implement TLS OR SSL and set up HTTP(S) Load Balancing with Ingress for the Kubernetes API

Learn Repo's image-48db6

Learn step-by-step implement TLS/SSL and HTTPS Load Balancing setup with Ingress for the Kubernetes API for secure your applications using search manager.

160. Getting Started with the Adobe Photoshop APIs

Learn Repo's image-5ad6c

A look at how you can automate image manipulation via the Photoshop API.

161. How To Setup Environmental Variables In A Rails Application

Learn Repo's image-0f042

Security is and will always be a very big deal, this is largely true in all spheres of life but more-so in software development. One costly mistake can leave you vulnerable to stolen API Keys and Secrets, we wouldn't want that now, would we?

162. Doing API Monitoring the Right Way: Metrics and Best Practices

Learn Repo's image-2bd578

In this post, we'll go through the best practices for API monitoring, such as which metrics to prioritize and how to troubleshoot when an issue arises.

163. How To Generate API Blueprint using SwagGo

Learn Repo's image-821e28

Generating API blueprint REST API Golang using SwagGo tools

164. How to Build an AI-Generated Procedural Application

Learn Repo's image-ab50e

Develop an AI-Generated Encyclopedia while managing Scaling Challenges, Error handling and Cost Reduction Strategies using OpenAI’s API

165. Fetch Data From an API in React.js Using React Hooks

Learn Repo's image-e5c698

Create a web page that takes a city name as input and provides weather data about the city.

166. How To Build An API Without Coding [Python]

Learn Repo's image-23e2d8

I’ve spent the last 10 years of my life as a System Engineer, which means when I first had to build an API, I had no idea how to do it. I knew python quite a bit since as a SysAdmin I often had to write some smaller or bigger scripts, but building the whole API was a challenge for me. Sure — I could just google the phrase and find dozens of tutorials on how to build an API, but all of them were somehow complicated or created for raw developers (which means — with assumptions that you know already all the tools and frameworks that developers use).

167. Challenges of Working With Cryptography APIs in NodeJS

Learn Repo's image-1c5618

One of the main reasons that lead to insecure NodeJS applications is insecure or bad usage of cryptography APIs. Developers who are not very familiar with such APIs and the underlying crypto concepts often struggle to choose secure configuration options or to even get their code up and running.

168. Open Source API Analytics and Monitoring Tools - A Comparison

Learn Repo's image-02f89

For any API-first company, implementing the right API analytics platform is critical for tracking the utilization of your APIs and to discover any performance or functional issues that may be impacting customers. There are a variety of open-source projects you can leverage to build a complete API analytics platform.

169. Set up WebSocket for Your ReactJS-app in 5 Minutes!

Learn Repo's image-cb7058

Make the most out of your ReactJS app with the help of WebSocket on no-code Directual! An easy way to make a chat app, get notifications, and much more.

170. Levered Versus Unlevered DCF Statements Can Drastically Change a Company Valuation [An Analysis]

Learn Repo's image-6efee

The two main different approaches to a DCF valuation are in regards to what we can value. We can choose to value the equity of stock or the whole firm. In valuing equity or a Free Cash-Flow to Equity model (FCFE), we only value the equity - and with it compute the cost of equity when looking at the discount rate, but not the cost of debt.

171. How to Send SMS and MMS Messages at Scale: What is Your Number?

Learn Repo's image-2be5a8

If you’re a marketing department and you want to reach the widest audience possible, text messaging is the best channel to do that with.

172. Giving Your Single Page Application (SPA) an API - The Quickest Way

Learn Repo's image-5c0638

I’ve been working with low-code tools for years, building automation integrations, and APIs. Recently, I’ve wondered whether we’ve advanced far enough to use a low-code platform as the back-end for a single page application (SPA).

Learn Repo's image-52d318

APIs have fascinating implications for how companies are built. We compiled a list of the best places to get the most impactful information on APIs.

174. How to Build a Music Recognition Chatbot on WhatsApp Using Node.js

Learn Repo's image-2b575

Application example using Node.js where a simple chatbot will be implemented on the WhatsApp for music recognition.

175. Top Tools for Rapid API Development

Learn Repo's image-1e38c

From design to deploy, these tools will have your API and microservices up and running in no time.

176. JSON Web Token: How To Secure Your Data With JWT

Learn Repo's image-9b8f6

A JSON Web Token (JWT) is an open standard (RFC 7519) that defines a way for securely transferring information between two parties. It can be used for an authentication system. As this information is digitally signed, it can be verified and trusted.

177. Is GraphQL Still a Thing in 2020?

Learn Repo's image-da2f6

GraphQL has become the most loved tool for API development in a very short span of time, and developers across the world cannot seem to get enough of it. Today I met with the founder of Windsor.io, Pranay Prakash, who has worked on the team behind GraphQL during his time at Facebook. I chatted with him to find out more about his experience working closely with Lee Byron, the creator of GraphQL, and some of GraphQL’s benefits.

178. Use the Kong Gateway to Stop Coding Repetitive Service Components

Learn Repo's image-79c91

Discover a new toolset aimed at solving application and API connectivity challenges, while still staying focused and meeting business needs.

179. CI for APIs with the Kong Insomnia CLI and GitHub Actions

Learn Repo's image-63d118

Create a simple server with Node.js and Express, write API tests using Kong Insomnia, and then run these tests in our CI pipeline with Inso and GitHub Actions.

180. How to Sell an API to Non-Developers

Learn Repo's image-b905c

When selling an API to a non-developer, there’s an extra level of complexity involved: many of these people don’t know what an API is or what it can do for them.

181. How to Build an IoT Application Using an HTTP API

Learn Repo's image-f49bd

In this walkthrough, we'll build an IoT application that uses Python to call an HTTP API, and then we'll deploy that application to an M5Stack IoT device.

182. The Top C# .NET PDF API Libraries

Learn Repo's image-d3a088

Explore the top C# .NET PDF API Libraries and their notable features for your applications in this review of leading options.

183. Everything You Need to Know About PSD2 and Open Banking

Learn Repo's image-5bc638

The financial industry has grown incredibly large over the past several decades. From conventional bank wire and cash payments, our financial systems have quickly evolved into online-driven, e-wallet-type platforms where almost every major or minor transaction is just several clicks away.

184. Insomnia & Rest Can Go Together: 6 Amazing Insomnia REST Features

Learn Repo's image-9c3bb

How to use Insomnia REST to speed up API development and testing? Environment variables, Requests Chaining, Requests History and other features to the rescue!

185. Working with APIs ( Concepts + Code )

Learn Repo's image-708b1

Hi Folks !! Hope you all computer geeks are doing well . In this post, we will discuss about how to get data from any API using any programming language . Yes ! You read it right !! Well, i will be using JavaScript and Python in here but you can use any language of your choice.

186. A Nodejs Tutorial: OpenPGP Crypto Functions on a Node API Server

Learn Repo's image-693e88

some generic Pretty Good Privacy (PGP) primitive functions presented as API calls running on a Node https: server.

187. We Built an IDE to work with API Design. Here's What We Did

Learn Repo's image-7be14

Hello there! Today is the day when we’re ready to present to the IT community TestMace, our IDE for API design. Some of you may know about it from the previous article. However, we haven’t yet provided you with an overall review of our tool, so here you go.

188. How to Build a Model Train Calculator the Right Way

Learn Repo's image-a41f2

Using Javascript to build a calculator for the cost of assembling model trains by combining API functions and a Wordpress site to streamline the process.

189. How To Use Velo API To Work with Forms

Learn Repo's image-e45ea8

You can work with Forms using Velo APIs in 2 different ways: use the Wix Forms app and its APIs or create your own custom form

190. My Experience with GraphQL

Learn Repo's image-5b344

191. 100 Days of AI Day 1: From Newsletter to Podcast, Leveraging AI for Audio Transformation

Learn Repo's image-04cbf

How to use the OpenAI API to convert your newsletter into a podcast. Part of the 100 Days of AI.

192. What is an API, Simply Explained

Learn Repo's image-203b08

Connectivity is something amazing. Right now, we are used to use our computers or phones to buy, post, watch, etc. We can do lots of things actually. We are connected to the world and to each other.

193. ECommerce APIs: How to Set Up the WooCommerce API & Shopify API

Learn Repo's image-10747

Here you'll find out how to integrate well-known eCommerce APIs: Shopify and WooCommerce. With this guide, you'll be able to apply them to your online store.

194. How to Use Notion as a Content Management System (CMS) for Your Applications

Learn Repo's image-ed5d6

Using Notion as a headless CMS for mobile and web applications

195. Using a REST API with Python

Learn Repo's image-95371

Requesting fitness data (backlog) from Terra requires HTTP requests, so I’m writing an essential guide here on using a REST API with Python.

196. An Intro to API Gateways for ChatGPT Plugins

Learn Repo's image-5c2a2

OpenAI has recently launched a new version of ChatGPT which now allows plugins inside ChatGPT. These plugins can be added directly to the chatbot, providing it with access to a wide range of knowledge and information from its third-party partners through the APIs. ChatGPT plugins can extend its functionality and enhance its capabilities to access up-to-date information such as research travel costs, find out discount information, or help you book flights and order food. You can also build your own plugin that allows ChatGPT to call your API data intelligently.

197. All Types of POST Requests With API Tester

Learn Repo's image-f9d1b8

Post requests are the most common types of requests that we perform on the internet and it is very useful in our day-to-day work life.

198. The Hidden Pitfalls of APIs: XSS Attacks in Single Page Applications (SPA)

Learn Repo's image-87ed18

In our digital city, Cross-Site Scripting (XSS) lurks like a shadowy corner. This sly security flaw can manipulate APIs, turning them into unwitting tools for

199. How to Architect Individual Throttles for Users and Tables in FastAPI

Learn Repo's image-3a9a48

FastAPI has been instrumental to me in understanding backend engineering and thinking about processes and how stuff can and should work. It is an intelligent to

200. How I Built My Own Insomnia Plugin

Learn Repo's image-4bdeb

Building your own custom Insomnia plugin is easy — you can add new functionality with just a few lines of code!

201. Let's Make An API And Sell It

Learn Repo's image-08ad4

APIs are in high demand. Making an API that companies want to use would be even better if you could sell it, too. This is how to do it with every step inside.

202. Connecting an Apigee Edge API Proxy with Auth0 Platform

Learn Repo's image-d74798

In the step by step tutorial learn how to use external OAuth for authentication & Access token created by the external system to secure APIGEE edge

203. How to Build a QR Code Generator for Slack with Just 7 Lines of Code

Learn Repo's image-acfa18

Hey, remember QR Codes?

204. State of API Security: API Security Best Practices

Learn Repo's image-af6dd

The word is out about the state of API security as organizations around the world are finally waking up to the potential of Application Programming Interfaces (APIs) transforming business models and directly generating revenues.

205. Top 4 Stock Market APIs Of 2021

Learn Repo's image-f9d6c

Choosing the best stock market API can be difficult, here we breakdown the best 4 options in 2021

206. Creating a Webhook URL: A Guide for AWS, Heroku, and GCP

Learn Repo's image-16554

This article will provide a brief guide on creating a webhook URL in three popular cloud platforms: AWS, Heroku, and GCP.

Learn Repo's image-0e417

How one can make a simple single page Flask application using the free education API Gutendex to create a book search? Read on to know...

208. Secure Your NestJS App: How to Implement Authentication With Auth0

Learn Repo's image-e8ab78

This guide will walk you through securing your NestJS app using Auth0.

209. Using Python to Refresh Tableau Dashboard

Learn Repo's image-7ce96

In most cases, Tableau tasks are scheduled to run at designated times, however, there may be occasions where the flexibility is not sufficient.

210. Mocha+Chai: Writing a reusable Test Suite for an expressjs/mongoose API

Learn Repo's image-3298f

Here is a workable, reusable way to test an expressjs/mongoose application.

211. How to Circumvent API Rate Limiting

Learn Repo's image-faffc8

Learn more about API rate limit measures and discover how to circumvent API rate limiting.

212. GraphQL Doesn't Solve Under & Overfetching

Learn Repo's image-afb38

When you look at positive articles about GraphQL, you often hear how much better it is than REST and how it solves the problem of overfetching, underfetching ..

213. What is API Observability?

Learn Repo's image-a5ddd

APIs are the blood vessels of digital business.

214. Connecting Vue.js with OAuth Based API

Learn Repo's image-08c14

I'm 99% sure that you've already used an OAuth based API.

215. Scaling Backend Development Teams

Learn Repo's image-097e28

At its heart, scaling a team is about matching skills to problems. In this piece, we share a guide about scaling backend API software development teams

216. Where is Your Deep Object in the Query?

Learn Repo's image-d56748

From version v3, the OpenApi standard brings another way to introduce query parameters via DeepObject.

217. Build a Lightweight REST API with Salesforce and Postman

Learn Repo's image-c50828

Salesforce can expose custom-coded services to third-party applications, either as SOAP web services or REST APIs.

218. Exploring the Alchemy NFT API

Learn Repo's image-3bb74

It takes a lot of time and labor to go through each NFT smart contract to retrieve data. Different pre-built NFT APIs can be utilized to address this problem.

219. How to Stream Real-Time Heart Rate with WebSockets

Learn Repo's image-f4ff7

How to use Websockets, to stream heart rate data in real-time.

220. Learn the Basics of the Ethereum JSON API in 5 Minutes

Learn Repo's image-1491c

The other day I got myself in a situation where I needed to communicate with the Ethereum network using python in an environment where getting web3.py to work seemed pretty much impossible. Since I still needed to talk to the network, I resorted to using the JSON-RPC API provided by Ethereum, which all web3 libraries are built on top of. Turns out, it’s pretty interesting! So, let’s get started!

221. Why API Management and Service Mesh Are Complementary Patterns for Different Use Cases

Learn Repo's image-69576

Insights into the Differences Between API Gateways and Service Mesh

222. Introduction to gRPC Testing on a Real Project

Learn Repo's image-fe7748

n this story, I will demonstrate how to test a service that communicates through the gRPC framework on an actual project.

223. How to Create a Serverless API Using AWS Lambda and Node.js with TypeScript and Express.js

Learn Repo's image-e352c8

An example application using the Node.js with TypeScript and Express.js where a serverless API will be implemented and deployed on the AWS Lambda service.

224. The Top C# .NET Word API Libraries

Learn Repo's image-c6a03

Explore the top C# .NET Word API Libraries and their notable features for your applications in this review of leading options.

225. The Difference Between First-Party and Third-Party Oracles

Learn Repo's image-2e6cc8

Oracles are a way of getting data from source to another. Here is how both first-party and third-party oracles work in a blockchain and how that helps.

226. How To Connect Avalara’s AvaTax with Stripe Subscriptions

Learn Repo's image-4f7cf

It’s supposed to be easy. Eventually, it is.

227. How to Write About Abstract Concepts

Learn Repo's image-00a178

When it comes to technology, there are often concepts that exist in a purely abstract way.

228. Grok Just Got a Voice (And It’s Cheaper Than Your OpenAI Bill)

Learn Repo's image-f93828

The API is compatible with the OpenAI Realtime API specification.

229. Scaling to Infinity: Innovating the Worker Queue

Learn Repo's image-7a04b8

When building applications, it's common to be coordinating frontends, databases, worker queues, and APIs. Traditionally, queues and APIs are kept separate; queues handle long-running or CPU intensive tasks and APIs serve quick responses to keep applications snappy.

230. How to Set up Custom Domain Names for AppSync

Learn Repo's image-e3b22

One thing that API Gateway supports but you can’t do with AppSync out-of-the-box yet is custom domain names.

231. Data Dashboards: Visualizing Metrics with n8n 📈

Learn Repo's image-76f288

I use information from all over the internet. I visit hundreds of new web pages every day, both for personal and professional projects. It’s part of the process, and I’m happy to do it.

232. Implement real-time updates with Django REST Framework: Building Cryptocurrency API

Learn Repo's image-12025

It is time to create another cool project using Django and REST Framework.

233. How to Use Microservices on Heroku to Create a Random Board Game Generator

Learn Repo's image-ff35f

Why Microservices

234. How I Launch A Postwoman v1.0 👽: Free, Fast & Beautiful Alternative To Postman 🎉

Learn Repo's image-d02738

So, here’s how Postwoman happened.

235. Sending Events and Logs to Discord via Python

Learn Repo's image-12ff48

How to Send your Events and Logs to Discord via Python

236. Creating API with Bash Code in AWS Lambda and API Gateway

Learn Repo's image-5a026

Amazon web services (AWS) is a powerful platform for almost every webservice you can imagine. With AWS API Gateway and Lambda you are able to create REST API’s with ease! API gateway is enables you to create the API. Lambda lets you execute code when the API is invoked. This code can be in many programming languages like Python or Node.JS.

237. 13 API Metrics That Every Platform Team Should be Tracking

Learn Repo's image-19ebc

A list of the most important API metrics every API product manager and engineer should know, especially when you are looking into API analytics and reporting.

238. API Architecture Style: Differences Between REST API and GraphQL

Learn Repo's image-73cd3

The battle for the best API framework is a never-ending one. I will explain you the difference between two very popular and frequently used API frameworks.

239. Create LLM Playground in 10 minutes (with LiteLLM)

Learn Repo's image-210db8

Today, we’re going to to create a playground to evaluate multiple LLM Providers in less than 10 minutes using LiteLLM.

240. 4 Data Management APIs for Better and Faster Innovation

Learn Repo's image-35b038

Application Programming Interfaces, or APIs, have revolutionized the way we do programming. Through them, we’re able to get two applications to communicate with each other without any need to intervene manually.

241. How to Use Appsmith, Airtable, and Notion to Build a Video Sorting Tool

Learn Repo's image-141918

According to Forbes, 82% of content generated this year is likely to be video.

242. Filestack API — Everything You Need to Know

Learn Repo's image-c00fb

Filestack is a powerful API for file upload, transformation, and delivery.

243. How to Build a SMS Surveys App with Twilio, Airtable and Standard Library

Learn Repo's image-4b87e

We live in an era of collaboration and teamwork. Meaning that even the most straightforward task in this day and age (think ordering lunch, for example) is often brought before a committee vote. Thankfully, ours is also an era of great technological achievement, and there is perhaps no better way to arrive at a consensus than through the use of polling and surveys. Today we are going to see how we can use Build on Standard Library to deploy a quick and easy-to-use polling app that uses your Twilio number to dispatch SMS messages to your group, and then logs their replies in one convenient Airtable Base.

244. Component-based Website Development with React and the Cosmic JS CMS

Learn Repo's image-7a39c

A common approach to website development is to build components that can be reused across different web pages. The benefit to this approach is that you end up doing less duplicate work by managing the components rather than managing duplicate content across different pages. Popular JavaScript frameworks like React, Vue and Angular utilize this concept on the application code level to much success. How can we benefit from this approach on the content management level?

245. WTF is A Headless CMS? [Explained]

Learn Repo's image-8fd698

Key Takeaways (TL;DR)

246. API for Beginners: Requests, Responses, Resources, and GET Explained with Code

Learn Repo's image-949c2

For self-taught programmers, learning APIs will make you better than 90% of the other beginners. And, it is easy!

247. How to Automate Image Workflows With the Photoshop API

Learn Repo's image-a8455

How to create a workflow to automate image optimization routines.

248. 7 Companies with Recipe APIs in 2022

Learn Repo's image-e6f838

An overview of 7 Companies with recipe APIs in 2022

249. Getting the Latest Content From Kontent.ai

Learn Repo's image-34f7a8

For content that updates regularly in Kontent.ai, use the X-KC-Wait-For-Loading-New-Content header to ensure that your content is fresh

250. Breaking Free From Going Solo: Learning to Collaborate on API Development with Postman

Learn Repo's image-bcf8c8

Many API developers are familiar with Postman. Though I use it extensively for solo dev work, Postman brings a lot to the table for team API development.

251. The 6 Core Concepts for HTTP Caching

Learn Repo's image-02269

The 6 core concepts you need to know to understand HTTP caching.

Don’t want to spend hours and hours reading RFCs and documentation ? Read this guide instead!

252. Mastering APIs: A Complete Guide for Beginners

Learn Repo's image-71b3e8

What actually are APIs and how do they work? Find out by looking at important APIs across the software stack and learn some computer science along the way!

253. Navigation Timing API: How to Track Your Website Loading Performance

Learn Repo's image-ea8c88

The Navigation Timing API provides data that can be used to measure the performance of a web site. Unlike JavaScript-based libraries that have historically been used to collect similar information, the Navigation Timing API can be much more accurate and reliable.

254. I Used Python To Analyze My Peloton Workout Stats With Real-Time Updates

Learn Repo's image-9575b8

A tutorial on how you can sync and analyze your Peloton workout stats into Coda with custom dashboards. Sync with a Google Apps Script or serverless function on

255. The Realtime API Family [A Deep Dive]

Learn Repo's image-19a5e

Looking to 2020 and beyond, the proportion of data produced and consumed in realtime is growing exponentially. IDC predict that by 2025 1/3 of all data produced globally will be realtime.

Learn Repo's image-af39b

OpenSERP that supports multiple search engines (Google, Yandex, Baidu), can be deployed on your hardware and helps you avoid being bound to a paid 3rd-party.

257. What’s the Difference Between APIs and Webhooks?

Learn Repo's image-53a738

An API (Application Programming Interface) enables two-way communication between software applications driven by requests. A webhook is a lightweight API that powers one-way data sharing triggered by events.

258. Get ChatGPT to Focus on Coding on the Right APIs With Gptdoc Strings

Learn Repo's image-4a79e

A new way to focus ChatGPT coding sessions on the APIs you want to use.

259. Financial Data Aggregator Review: Zabo Vs. Yodlee Vs. Plaid

Learn Repo's image-2ea768

An in depth look at the leading financial data aggregators for fintech apps. We analyze Plaid vs Yodlee vs Zabo - advantages, disadvantages, pricing and more.

260. Asynchronous Javascript For Beginners

Learn Repo's image-8b303

Asynchronous javascript is the backbone of modern web development. But understanding it comes with its challenges.

261. Data Management Patterns for Microservices Architecture

Learn Repo's image-b9d628

Microservices architecture patterns have highly transformed and streamlined the development process and have increased the performance of applications.

262. REST API Design Mistakes

Learn Repo's image-ef4eb8

REST principles are difficult to follow 100% of the time. However, avoiding the mistakes shared in this piece will make your API cleaner and easier to use.

263. You Should Use This for Your Next Project: Random Image API

Learn Repo's image-cbace8

Tired of manually searching for photos to spice up your web app development?

264. A RESTful API Template Project for Developers

Learn Repo's image-075318

Building a RESTful API can be daunting for developers who have never done it before. That’s why we’re pleased to announce the RESTful API template project.

265. Passing and Returning Structured Datatypes to and From Go WebAssembly Module

Learn Repo's image-a053b8

We will write our guest application in Go, compile it to Wasm with TinyGo, and embed it with Wasmtime runtime into the host application, also written in Go.

266. Bridging AI and Blockchain: Developing a Plugin for ChatGPT

Learn Repo's image-b69f4

Discover the process of integrating OpenAI's ChatGPT with Ergo blockchain via a novel plugin, unlocking vast AI and blockchain synergies.

267. Setup a GraphQL API for a Firebase Realtime Database With StepZen

Learn Repo's image-b0eb48

The Firebase Realtime Database is a NoSQL database in the cloud. It doesn't have a GraphQL API, but it has a REST API that you can convert with StepZen.

268. A Comprehensive Guide to API Versioning: Paths, Queries, and Headers

Learn Repo's image-21495

Explore three distinct API versioning methods - path, query, and header-based versioning - and gain insights into their implementation and best practices.

269. 10 Best Practices for Securing Your API

Learn Repo's image-45b4e8

This is a brief blog on the Top 10 API security practices that can help users to keep their API safe from cyber attacks.

270. How To Create a Custom Webhook URL Using Autocode

Learn Repo's image-d50a2

TLDR (30s)

271. Understanding Service Discovery in Distributed Systems

Learn Repo's image-4ad6d

An in-detail tutorial on how to create a Service Discovery in Python using Flask.

272. How to Fetch Data from APIs Using useEffect React Hook

Learn Repo's image-f7d37

In this article, we will take a look at useEffect React hook to fetch data from an API. We will create a sample React application to pull data from the provider and use it in our application.

273. Data Pipelines: OpenWeatherMap-Airflow [A How-To Guide]

Learn Repo's image-382c4

In this article, we will learn how to develop ETL(Extract Transform Load) pipeline using Apache Airflow. Here are list of things that we will do in this article:

274. WebVTT API: Introduction to The Web Video Text Tracks Format

Learn Repo's image-745888

Web Video Text Tracks Format (WebVTT) is a format for displaying timed text tracks (such as subtitles or captions) using the <track> element. The primary purpose of WebVTT files is to add text overlays to a <video>. WebVTT is a text based format, which must be encoded using UTF-8. Where you can use spaces you can also use tabs. There is also a small API available to represent and manage these tracks and the data needed to perform the playback of the text at the correct times.

275. This Guide Makes Mastering HTML-to-PDF Generation a Breeze

Learn Repo's image-237368

Master HTML-to-PDF generation with modern tools like Playwright and Puppeteer. Explore a step-by-step guide to creating high-quality PDFs effortlessly.

276. Building Maintenance Mode for your API Gateway Using Terraform

Learn Repo's image-620728

In my previous blog post, I went through how to create a maintenance mode page for your application, and how to implement it using Terraform and github pages. But the website is just one part of an Application, and often there’s also a public (or private) API that also needs to have a maintenance mode. Let’s see how we can do that using Terraform on API Gateway.

277. Jython: The Love Child of Python and Java

Learn Repo's image-1be058

Jython is an implementation of Python that runs on Java. For the most part, it is compatible with Python 2.7.

278. Web Fundamentals: WebVR API

Learn Repo's image-4fdd4

Deprecated This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

279. Dive Into OpenAI's AI-Powered Application Ideas for Your Next Project

Learn Repo's image-0c45f8

Some cool ideas to try out using the AI API provided by OpenAI.

280. 549 Stories To Learn About APIs

Learn Repo's image-5cc2e8

Learn everything you need to know about Api via these 549 free HackerNoon stories.

281. How to Convert Your API Documentation to an OpenAPI in Less Than 5 Minutes

Learn Repo's image-0aacb8

Effortlessly convert API documentation to OpenAPI in under 5 minutes with this straightforward guide using Postman and Kevin Swiber's tool

282. UMA (User-Managed Access) 2.0: How It Works And What It Can Be Used For

Learn Repo's image-6026

User-Managed Access (UMA) is an OAuth-based access management protocol standard. Introduction to UMA and where it can be used.

283. How to Create an API Management Strategy?

Learn Repo's image-38d208

An effective API management strategy enhances the developer experience, elevates software quality, lowers development expenses, and enables system scalability.

284. How to Build a Web App with ASP NET Core and Vue

Learn Repo's image-9377d8

In this article, I will teach you the basics of making your own web app, by creating a checklist app. ASP NET Core will be used to create a CRUD API and Vue will be used to create the frontend UI. Using the knowledge gained here, you should be able to apply it to start making your own web apps. You can find the complete solution in the GitHub repository.

285. APIs: The Prefabrication of Software

Learn Repo's image-3cb8c

Whether it’s for building a company, monitoring the news, or even making a grocery list, software penetrates every part of the modern western lifestyle. The dem

286. How I Built A Conor McGregor Chatbot With ChatGPT

Learn Repo's image-d465d8

My short story about how I used ChatGPT's API to build a Conor McGregor chatbot on AskConor.com

287. A Guide to Composing and Integrating APIs Together

Learn Repo's image-b0e4f8

With React/Next.js, the fundamental problem you’re solving is that of turning some notion of ‘state’ into DOM, with a focus on composability

288. Python Tutorial: How to Make API Requests

Learn Repo's image-b0971

Python is in the midst of a resurgence. It never went away, but usage now grows like never before. With machine learning developers and data scientists relying on Python, much of the web development ecosystem around the language continues to grow.

289. Bluesky's Free API Helps Me Curate My Top Posts Like Never Before

Learn Repo's image-a9c508

A comprehensive tutorial for software developers on retrieving liked Bluesky posts through the Bluesky API and embedding the posts in a markdown blog post.

290. Discover a Network of Malicious Domains on Your Own: DIY Guide — Holiday Season Edition

Learn Repo's image-5fdf38

While threat hunting has become quite challenging, partly because of WHOIS data redaction, the DNS continues to provide clues.

291. Scrape And Compare eCommerce Products Using Proxy Scraper

Learn Repo's image-4ff538

In this post, we are going to learn web scraping with python. Using python we are going to Scrape websites like Walmart, eBay, and Amazon for the pricing of Microsoft Xbox One X 1TB Black Console. Using that scraper you would be able to scrape pricing for any product from these websites. As you know I like to make things pretty simple, for that, I will also be using a web scraper which will increase your scraping efficiency.

292. Frontend vs Backend: All the Differences Explained

Learn Repo's image-8494a

With the evolution of technologies, both front-end and backend have evolved to a great extent. The difference between the two is what we are going to discuss.

293. What Are Webhooks and How to Hook Them up in Your Application

Learn Repo's image-e6d338

In the world of REST APIs, webhooks are saviors in knowing when an event has happened.

294. API Contract Drift - An Unsolved CI Problem

Learn Repo's image-f1e078

API contract drift is still poorly governed in CI. This story explores the gaps in schema change policy across OpenAPI, GraphQL, and Protobuf.

295. Going Beneath the GraphQL Federated API

Learn Repo's image-279b8

Want to understand how GraphQL Federation works? Follow on

296. How To Build a Multilingual Text-to-Audio Converter With Python

Learn Repo's image-79af98

Learn how to build a multilingual text-to-audio converter using Python. This guide covers essential libraries, techniques, and best practices

297. Using the Google Optical Character Recognition API

Learn Repo's image-e3933

Every company is searching for a competitive advantage when conducting its business processes.

298. Automatically Redirecting Users to a Country-Specific Site

Learn Repo's image-aa6d68

By automatically redirecting your users to their country-specific sites, you can boost your website and ensure a great user experience.

299. Converting TEX to PDF Using an API

Learn Repo's image-d3c5f8

This article presents a step-by-step tutorial with which you can convert your LaTeX source file to PDF by calling a JSON to PDF API to generate dynamic PDFs.

300. How To Connect Ruby on Rails API, PostgreSQL And Heroku

Learn Repo's image-9e47f

Creating a new Rails app is super easy by itself. And, creating a Rails app set up as an API is not much different.

301. Stick and Move: Strategies for Fighting Technical Debt

Learn Repo's image-c649b

In the fast-paced world of software development, there is a fine line between “doing it fast,” and “doing it right.” Deadlines and time-to-market often dictate a pace that can lead engineering teams to implement features or code fixes in the easiest way possible. The benefit of this is that a product can release fast and entice users to their functionality before a competitor has the chance to usurp said prospective users. The downside, however, is a lurking foe that software teams often ignore to at their own peril: technical debt.

302. What’s Wrong With GraphQL?

Learn Repo's image-9d74b8

While GraphQL offers several benefits, there are some potential disadvantages and challenges to using it in C# to consider, before you decide to implement it.

303. Validate Your APIs With Ease Using WuppieFuzz: Open Source Fuzzing for REST APIs

Learn Repo's image-97a6c

WuppieFuzz: A coverage-guided REST API fuzzer developed on top of LibAFL

304. How Much Is API Usage Really Worth?

Learn Repo's image-bbfb08

Uncover the true value of API usage and its significance in driving business growth and innovation.

305. How to Radically Simplify Operations by Plugging Your API Gateway into an OpenAPI Spec

Learn Repo's image-f11318

OpenAPI Spec — The blueprint for your API

306. API Development: Build a Predictive Machine Learning Site With React and Python (Part 2)

Learn Repo's image-4c578

Sequel to the last article: We will be building a machine learning API that will predict whether a candidate will or will not be hired.

307. Using AWS API Gateway as a Load Balancer

Learn Repo's image-efbe9

TL;DR: yes, API Gateway can replace what a Load Balancer would usually provide, with a simpler interface and many more features on top of it. The downside is that it doesn’t come cheap.

308. Network Information API: How to Access Network Connection Speed Info

Learn Repo's image-9438e8

This is an experimental technology Check the Browser compatibility table carefully before using this in production.

309. This TypeScript Predicate Generator Leaves Zod in the Dust

Learn Repo's image-9d4ac8

TypeScript code generation approach analyzed using a new predicate generation tool as an example.

310. 5 Major Factors Impacting the Evolution of APIs

Learn Repo's image-e7968

In today’s world of ever-increasing digital interconnectivity, APIs (Application Programming Interfaces) have emerged as essential tools for integrating data efficiently and cost-effectively.

311. Go's New Experimental Packages: What to Know

Learn Repo's image-945b58

This blog post is about Go 1.25’s new experimental encoding/json/v2 and encoding/json/jsontext packages, which bring long-awaited improvements and fixes.

312. Automate Designs with Bannerbear and n8n

Learn Repo's image-1b8a1

As a designer and self-proclaimed data nerd, I’ve been involved in proceduralizing creative deliverables for some time. Up until now however, my concepts always had to reconcile with the limitations of InDesign macros or my coding skills. n8n empowers me to apply my basic understanding of data objects and the interwebs to create some pretty slick automations with minimal effort.

313. Unlocking SAP BusinessObjects Data: The Full Guide to Retrieving Documents with Python

Learn Repo's image-d85488

This blog post delves into the world of SAP BusinessObjects and Python, demonstrating a step-by-step approach to retrieve a list of documents effortlessly.

314. How To Use Gulp And Prettier on Code Snippets and API Outputs

Learn Repo's image-8bf5e8

Code editors come with "beautifiers" which programmers can use to make code uniformly and conventionally laid out, aka: "pretty".

315. Breaking Down 3 API Security Breaches

Learn Repo's image-d38ec

The following three API security breaches provide helpful lessons for improving security today.

316. How to Look For Undocumented APIs

Learn Repo's image-9774a8

I designed a step-by-step tutorial on how to find and use undocumented APIs based on my experience doing it at The Markup...

317. Decoding APIs for Product Managers

Learn Repo's image-a6b83

A Product Manager and a Software Engineer walk into a bar.

318. What Frontend Engineers Should Know About Backend

Learn Repo's image-a5a8e8

The vast majority of things a frontend engineers need to do can be done without knowing anything about the backend other than the API. If you work on different parts of the frontend for long enough though, you'll probably run into something that does require some backend knowledge. Here's the short list of topics that a frontend engineer should know about the backend.

319. How to Scrape Large Datasets at Scale

Learn Repo's image-e052d

Using Bright Data’s Web Scraper IDE to scrape datasets at scale using its ready-made functions and coding templates.

320. Monetizing APIs with WSO2 API Manager

Learn Repo's image-02f7d

Today APIs have become a key way for application developers to generate revenue, meaning monetisation is becoming a sought-after feature in the API Management space. Even though API monetisation has a broader meaning than simply charging for APIs; in our experience, most companies want to charge for API usage. There are a number of different ways that this can be achieved, but let’s take a look at the two most popular and how they can be effectively rolled out to bring in revenue.

321. All The Secrets Of Encrypting API Keys In Ruby Revealed

Learn Repo's image-014be

322. Full Stack for All

Learn Repo's image-55e278

In the beginning, there were only full-stack developers. We implemented everything in the backend with some PHP or Ruby On Rails and then, with a bit of jQuery running in the frontend, we were done.

323. Open Banking and the Nigerian FinTech: Everything You Need to Know

Learn Repo's image-3315d8

By supporting incubators, accelerators, and other innovation hubs, Nigeria can create an environment that nurtures home-grown FinTechs...

324. Why You Shouldn't Use a Database as Your App’s Data Source

Learn Repo's image-34b66

Most apps and APIs use databases as their data source and that is for a great reason. Databases have been designed to be scalable, resilient, and fully featured to support many types of use cases and scenarios.

325. Best Practices for API Security

Learn Repo's image-a2a2f

APIs are a cohort of communication protocol that allows applications to communicate with one another. It works over the OS limitations and enables applications to share data without more complexities. And it is the magic bridge that possibly making things work together in our mobile applications and web interfaces.

Yet, its open doors and wide visibility makes it vulnerable to attacks. Also, attackers can easily find the way to the heart of applications and systems via APIs. Hence it is essential to fence APIs with all possible measures.

326. API Architecture: Components and Best Practices

Learn Repo's image-c117b

While API Architecture and API Design are different, when it comes to securing them, both need to be kept in focus.

327. Answering Apache Cassandra FAQs

Learn Repo's image-c26838

Here are some of the top things developers want to know about the highly scalable, reliable NoSQL data store Cassandra.

328. Beginners Guide to Fetch API

Learn Repo's image-6856b8

This is not the same average blog post you have seen on many sites. This is something new and amazing.

329. Why Appwrite 0.8 Is A Great Open-Source Firebase Alternative

Learn Repo's image-67f818

Announcing Appwrite 0.8 with JWT authentication, ARM support, Anonymous Login, new storage capabilities and many more new features.

330. Introducing Jdict Module in Python

Learn Repo's image-0fe9d8

Providing attribute access to Python dictionary entries

331. How to Create an NFT Viewer With Infura's New NFT API

Learn Repo's image-52a35

Viewing and managing digital collectibles (NFTs) can be a challenge for developers. In this tutorial, we walk through Infura's new API for viewing NFTs.

332. Explaining APIs To Your Grandma - A How-To Guide

Learn Repo's image-73cfb

If you’re a student studying Computer Science or someone who’s trying their luck getting into the software industry, one might often encounter the phrase API.

333. 21 API Monitoring Tools That Will Make You a Developer Superhero in 2023!

Learn Repo's image-aab1c8

A new wave of API tools to answer the global API security threat.

334. A Guide to Delivering a Low-code API

Learn Repo's image-70e83

This guide will take you through the steps to build and host an API using a low-code platform.

335. Great Tools To Help You Build an Awesome API

Learn Repo's image-cfc2d8

Learn more about API-FIRST and how it can deliver practical solutions to today's modern IT environment.

336. How to Create a Pronunciation Assessment App (Part 1)

Learn Repo's image-3525b8

The purpose of this tutorial is to create an application to control the user's pronunciation.

337. Building Advanced Forms and Custom Interactions with Velo: A How-To Guide

Learn Repo's image-2bd318

With Velo and Wix's custom input elements, you can make extremely sophisticated forms which can do almost anything you can imagine at a fraction of the cost.

338. REST API Tools Smackdown

Learn Repo's image-70e638

Introduction

339. Leveraging Marqeta to Build a Payment Service in Spring Boot: A How-To Guide

Learn Repo's image-9fe1b

After paying an Uber, John Vester decided to dig into the Marqeta API used for payment processing. Hours later, he created a fully functional Payment Service.

340. You Can't Guarantee Webhook Ordering, Here's Why

Learn Repo's image-2d6e7

This post is about one of the topics we get asked about the most: guaranteeing webhook ordering.

341. Abstraction Layers and API's for Cloud Native Environments

Learn Repo's image-d106d

Separation of concerns, abstraction layers and API's

342. Creating an Integration Platform That is Easy and Scalable

Learn Repo's image-2cebc8

The good company interview - find out what is the origin story of ZigiWave, what is so great about the ZigiWave team and how to integrate multiple systems.

343. How To Create an API using Swift and Vapor

Learn Repo's image-e17f9

HELLO INTERNET. Calling all fellow iOS devs to start drinking backend with Swift. Our time is NOW 😈

Creating an API with Swift is here, and it’s juicy. Here’s what’s up.

344. Writing CRUD operations for a Swift API 🍭🍦

Learn Repo's image-11b72

HELLO INTERNET.🍭🍦 In this video I go into creating CRUD endpoints for a Swift API !! 🖥

345. A Quick Introduction to REST API

Learn Repo's image-d68cd8

REST stands for Representational State Transfer. It is a software architectural style that defines a set of constraints or rules that you should adhere to when you are creating your APIs.

346. How to Improve Django 3.1 View Performance with Async Support

Learn Repo's image-02f42

Django 3.1 provides support for asynchronous views, allowing developers to make significant performance improvements.

347. Contract-First APIs: How OpenAPI Becomes Your Single Source of Truth

Learn Repo's image-2a77a

Learn how to auto-generate production-ready REST APIs and type-safe SDKs from OpenAPI specs using Maven and OpenAPI Generator.

348. How To Automate Conference Organization Processes Using n8n Workflows

Learn Repo's image-84a698

Organizing conferences is hard. Recently, I was chatting with Nicolas Grenié about the manual processes that conference organizers have to deal with. The automation of these processes can save them time and effort as well as improve the conference experience. Inspired from this brainstorm, we ended up creating this tutorial using tools like n8n, Typeform, Bannerbear, Airtable, and Trello.

349. How To Connect SailsJS with GraphQL Guide

Learn Repo's image-d2b82

If you're having troubles with organizing API for the Node.js app, using the Sails.js framework with the GraphQL, know that you're not the only one - we've been there too.

350. Top Startups With the Best Designed Third-Party APIs

Learn Repo's image-301ab8

Do you wonder if third-party API integrations services are even beneficial for you? Read more to eliminate any doubts you have about the third-party API.

351. A Table as an API? Illusions and Reality

Learn Repo's image-06a308

Discover why using a shared database table is an anti-pattern and how a ‘Contract First’ approach fosters clear ownership and smoother integration.

352. Automating SwaggerHub User Management with Azure AD, Microsoft Graph, and Azure Functions

Learn Repo's image-e4eb98

How to automate SwaggerHub user management with a mixture of Microsoft services including Azure and Graph with an API to keep things simple for developers.

353. Intro Guide to the GraphQL API using Node.JS and Apollo

Learn Repo's image-9eb7e

GraphQL is the alternative for REST made by Facebook. When Facebook reached the limits of REST API, they had to make something breaking these limits.

354. 33 Air Sensors, Zero Coding: Simple Plug-in Monitoring

Learn Repo's image-e29798

Tired of Python scripts and drivers just to check your air quality sensor? Meet polluSensWeb—a browser-based tool that connects 33+ UART pollution sensors insta

355. How to Force Slack to Make Your User Appear Online

Learn Repo's image-4095d8

How to get the green dot to turn on for slack users with a headless browser because their API just won't allow it.

356. Creating RESTful Web APIs With Node.js And Express: You Can’t Mess Up The Right One

Learn Repo's image-1c52e8

One of the main reasons for using Node.js is that you can create quickly RESTful web APIs with it. Express is a popular web framework helping you with this task. Using JavaScript to build servers is often a natural choice for frontend developers looking for a way to reuse their skills and create the APIs supporting their web app, but that's not the only benefit of using Node.js. The huge package ecosystem around Node.js and Express is what makes it shine, allowing to implement a lot of business features with very few lines of code.

357. Using APIs and vCards To Make Startup Swag Cool Again

Learn Repo's image-3265d8

Learn how we finally managed to find what we call swag market fit with our Startup Select cards and the process that we tried doing before that idea struck.

358. The Art and Science behind REST APIs

Learn Repo's image-5b5948

REST stands for REpresentational State Transfer

359. Database APIs vs Datasets: Weighing Benefits, Drawbacks, and Transition Strategies

Learn Repo's image-819f9

Database API is a convenient way to get relevant data records whenever needed. Learn about the benefits, limitations, and common use cases.

360. DIY ChatGPT Plugin Connector

Learn Repo's image-e57db

How I connected an external app to ChatGPT

361. How Slack Does Notifications and Does It Well

Learn Repo's image-8b5d8

Slack is one app that Product Managers can learn a lot from because of its many integrations and malleable notification preferences.

362. Low-code: Solving the Dark Arts of API Deployment

Learn Repo's image-668f88

Creating APIs may be easy, but maintenance and deployment is more often than not, time-consuming and difficult. But it doesn't have to be.

363. An API-First Approach For Designing Restful APIs

Learn Repo's image-6cf3a8

I’ve been working with Restful APIs for some time now and one thing that I love to do is to talk about APIs.

364. What is the Genuine Value of APIs

Learn Repo's image-fb7f98

Application Program Interfaces-or APIs- are a huge part of the digital world that can even be used in blockchain. This is how it can act as digital glue.

365. Data Services for the Masses

Learn Repo's image-f1af18

I’ve held several roles in my career in IT, ranging from software developer to enterprise architect to developer advocate. I’ve always been fascinated by the role that data plays in our applications—putting it into databases, getting it back out quickly, making sure it remains accurate when transferred between systems. Many of the hardest problems I’ve encountered have centered around data. For example:

366. Everything You Need to Know About Web APIs

Learn Repo's image-937868

Understanding web application programming interfaces (APIs) is important for many jobs in the tech industry. Here are the basics.

367. Itinerary Planning APIs and Why We Need Them

Learn Repo's image-909078

Anybody who has ever used an API won’t question the benefits you get when using it and will probably notice the load of work it takes upon itself. The variety of APIs will fit any developer’s needs, so if you want your app to quote Marvel movies, there’s an API for that. But that’s a separate topic for discussion, because today we’re going to have a look at itinerary planners.

368. GraphQL vs REST: API Design Best Practices For Long-Running Operations

Learn Repo's image-e83058

Some best practices for API design projects that are intended to work over the course of a long-term operation within a larger organisation using GraphQL

369. Debt APIs & Their Role in Financial Management

Learn Repo's image-52626

Debt APIs make impactful debt management and debt repayment possible. Although debt APIs work for multiple facets of loan and financial management.

370. The Ultimate Tutorial On How To Do Web Scraping

Learn Repo's image-31ae48

Mastering Web-Scraping like a boss. Data Extraction Tips & Insights, Use Cases, Challenges... Everything you need to know🔥

371. Back-end Data and API Prototyping with Faker.js and JSON-Server

Learn Repo's image-4466f8

Introduction

372. Using Rust For Monitoring 30k API Calls Per Minute

Learn Repo's image-8a3d6

At Bearer, we are a polyglot engineering team. Both in spoken languages and programming languages. Our stack is made up of services written in Node.js, Ruby, Elixir, and a handful of others in addition to all the languages our agent library supports. Like most teams, we balance using the right tool for the job with using the right tool for the time.

373. QA Automation on vacation. How we developed a tool that creates test users for us

Learn Repo's image-5cd438

How SDG team developed a tool that automates the creation of "history-rich" test users.

374. Optimizing Database Operations With OpenTelemetry

Learn Repo's image-f0e64

Learn to use OpenTelemetry to monitor and identify the database issues in your application and remediate them to optimise your database operations quickly.

375. 10 Indications That You Should Invest in Automation Via APIs

Learn Repo's image-e77228

Over the past decade, APIs have become essential for modern businesses and application development teams. They empower developers to easily add new features to their apps by facilitating connectivity with varied sources like databases, devices, or even other APIs.

376. Why Every API Needs a Clock

Learn Repo's image-28197

Limiting flow was fundamental to TCPs success, why is it any different for APIs?

377. Build a Go Web API with the New Digital Ocean App Platform: A How-To Guide

Learn Repo's image-fadcf

Recently, Digital Ocean announced they're entering the PaaS market with their new application platform. They've hosted virtual machines (droplets) and Kubernetes based services for years, but now they're creating a platform that's a simple point and click to get an application up and running.

378. The 'Cloud 100' is Pretty Much a List of APIs. Find out why.

Learn Repo's image-d479b8

Why (nearly) every company in the Forbes' Cloud 100 has a public application programming interface (API).

379. How To Use Amazon API Gateway to Decouple and Scale Serverless Architectures

Learn Repo's image-fd958

One of the benefits of Serverless architectures is the possibility of scaling applications without worrying about load balancers and clusters of servers. While services like AWS Lambda hold their promises on this area, there are usually misconceptions about how they work.

380. Protecting APIs from DDoS Attacks

Learn Repo's image-580638

In a world where digital security is critical, the future of business is at risk from a range of different threats.

381. Webhooks Fun with n8n and Mattermost 🍸

Learn Repo's image-0aabe

Recently, I have been working a lot with webhooks and n8n. Webhooks have first-class support in n8n and can be used to enable powerful workflows. n8n is a fair-code licensed tool that helps you automate tasks, sync data between various sources, and react to events all via a visual workflow editor. In case you are not familiar with Mattermost, it is an open-source messaging alternative to Slack.

382. Why You Should Stop Writing Tests

Learn Repo's image-406238

A weblog about a different approach to automated testing by a senior dev who does not like writing tests.

383. A Detailed List of Wearable Data Accessible Through APIs Today

Learn Repo's image-334e6

A comprehensive list of wearable data accessible through APIs today

384. What is Eventual Consistency and How Do You Deal with It?

Learn Repo's image-134448

Eventually consistency is a fancy name of doing something and only expecting the changed state after a while. But it won't work well with caching.

385. How Do APIs Provide a Foundation for Software Innovation

Learn Repo's image-06c23

Get a comprehensive Guide about Application Programming Technology or API in a layman's language.

386. Implementing a Java Stream Collector

Learn Repo's image-7ca788

Java Stream's Collectors methods fit most use-cases. They allow returning either a Collection or a scalar. For the former, you use one of the toXXX() method, for the latter, one of the reducing() one.

387. Understanding WebRTC

Learn Repo's image-6eaa9

What is WebRTC?

388. Are You Going API Crazy?

Learn Repo's image-51c7c

I’ve had an unusually high number of conversations about API strategy over recent weeks. Many of them get technical fast, faster than I’d like. But, great API strategies start without mention of APIs or technology, they (surprise, surprise) start with a conversation about the customer and your partners.

389. How to Send Emails in Node.js

Learn Repo's image-4aeb78

In this article we will learn how to send email with node.js

390. Efficient File Uploads in Node.js: Using Express, MongoDB, and GridFS for Scalable Storage

Learn Repo's image-402c9

Learn how to efficiently handle file uploads in Node.js using Express, MongoDB, and GridFS to ensure scalability, security, and seamless file management.

391. How You Can Build an API Client Library in JavaScript

Learn Repo's image-53342

Every time I find myself connecting to a third-party API that doesn't have a client library I have to create a lot of boilerplate around it:

392. What is a Service Mesh?

Learn Repo's image-3bbd4

In our previous post on API Gateways we discussed how services handle external client to service (North-South) traffic.

393. How To Easily Integrate Twilio Into Your SaaS Startup [Part 2]

Learn Repo's image-b66a38

In the "Using Heroku to Quickly Build a Multi-Tenant SaaS Product" article, I documented the foundation for a new SaaS solution that I am building (initially for my sister-in-law) — utilizing the Heroku ecosystem. At the end of that article, I had planned to write about the core technologies (Spring Boot, Angular 9, ClearDB, Okta, GitLab and Heroku) in place, as we raced for the 1.0.0 release of the solution.

394. API Programming Doesn't Need To Be Hard

Learn Repo's image-26cf98

APIs, if you know how to tame and harness them, are a superpower. Choreo is a Cloud IDE that is built to make API creation, management, and composition a breeze

Learn Repo's image-abeff8

A look at an API that makes it easier to work with cookies in the browser.

396. Empowering Economies: The Role of Cross-Border Payments

Learn Repo's image-a2c068

The article looks into the importance of cross-border, digital banking and its effects to people in developing countries.

397. 14 APIs You Should Try Making JavaScript Projects With

Learn Repo's image-d0106

14 𝗔𝗣𝗜𝘀 You Should Try Making JavaScript Projects With 🚀

398. Solving for Real ‘Real-Time’ API Monetization

Learn Repo's image-c9952

The API Monetization Platform under consideration had an option of choosing between Pay-Per-Use (PPU), Pay-Fixed-Rate (PFR), lease-based, subscription-based and

399. Weather API Integration: 7 Key Issues Developers Must Know

Learn Repo's image-7ca4a

A must-read article for all developers when integrating a weather API into your app, product or website. Maximize the potential of your weather data!

400. How & Why We Built a Git Workflow to Accelerate API Testing

Learn Repo's image-558598

With the release of ReadyAPI v3.3.0, our all-in-one collaborative API quality platform, the team here at SmartBear completed the first round of work on a rethought Git workflow – all available directly within the tool.

401. The Noonification: Getting Your API Into Production (10/28/2022)

Learn Repo's image-df0eb8

10/28/2022: Top 5 stories on the Hackernoon homepage!

402. How To Monitor Your API Server

Learn Repo's image-6fa5d

'Have you developed or are you in the process of creating an API Server that will be used on a production or cloud environment? In this 4th instalment of my Node JS Performance Optimizations series, I show you how to test the availability of your API Server, so that you can understand how many requests per second it can handle whilst performing heavy duty tasks.

403. Build a Java Backend that Connects with Salesforce

Learn Repo's image-3b6498

A discussion on how to implement Java and SFDC applications. Let's start talking!

404. The Secret To Brewing Up A Good API

Learn Repo's image-0ed5d8

What Makes a Good API? A good API does more than just taking input and returning output. It offers a few key items that make it enjoyable and easy to work with.

405. Date Math in JavaScript: The Hidden Trap You’ll Eventually Hit

Learn Repo's image-3c5108

A simple setMonth() call jumped from Jan 2024 to March 2023. Here’s the timezone overflow chain—and the fix with UTC and Temporal.

406. Coinbase Cloud Node & NFT APIs

Learn Repo's image-35c088

Building upon his last publication, John Vester dives even deeper into Web3 by leveraging new tech by Coinbase Cloud to create a more functional dapp.

407. I Wrote a Library to Make Using localStorage Easier.

Learn Repo's image-511288

When I use localStorage, I find myself storing objects a lot and I want to have a simpler syntax. So I created a library called localStore.

408. What do You Need to Get Your Website Off the Ground?

Learn Repo's image-b127f

The rise of technology trends has gathered in a way that to gain the attraction of a product or service a website seems to be essential to gain traction.

409. The Role of Bots in API Attacks

Learn Repo's image-58b4f8

Currently, the total number of public and private APIs in use globally is estimated to be around 200 million. There is no way that attackers would miss them.

410. How Banking APIs Can Help Businesses Launch Quickly

Learn Repo's image-071c88

Any company, be it a startup or an enterprise, that needs to collaborate with a legacy financial institution has several hurdles to overcome on the way.

411. What's the Deal With Data Engineers Anyway?

Learn Repo's image-6402f8

Learn the basics of data engineering with a practical ETL pipeline project. Explore how weather, flight, city data are extracted, transformed, loaded into a DB.

412. All the Firebase Functions you Need to Build Your Next Serverless Application

Learn Repo's image-63bb7

Build your own CRUD application by leveraging Firebase's Firestore JavaScript SDK.

413. Getting your Swift API Interacting With a MySQL Database 💾

Learn Repo's image-31025

Continuing our Swift backend takeover 😬 by configuring our API with a popular, powerful database MySQL 🖥

414. API DevEx Portals: A Definitive Guide

Learn Repo's image-facd68

A definitive guide to building an API DevEx Portal for your API users.

415. Building A Custom Contact Center: Top Hacks From Telnyx

Learn Repo's image-542e4

At Telnyx, we've always had a soft spot for the "do-it-yourself" approach. From kitting out our office spaces with custom-built dashboards and tooling, all the way to building our own global private IP communications network from the ground up, diving in and getting our hands dirty has given us a way of expressing ourselves and our problem-solving creativity, all the while helping us to operate and serve our customers more efficiently.

416. API Downtimes and Errors, How You Can Recover

Learn Repo's image-46bb08

APIs are stable until they aren’t. We talk about that often at Bearer. If you control the APIs, it gets easier, but with third-party APIs and integrations, it can be more difficult to predict when an outage or incident is about to happen.

417. 4 APIs Every Startup Should Know About

Learn Repo's image-6866b

Your Startup is looking for ways to work more efficiently and improve your customer experience? This article shows you 4 APIs that can help you.

418. How to Make Composites Requests Against Salesforce

Learn Repo's image-258ae

Journey into the Salesforce API and learn what composite requests bring to the table: reductions of API requests and help you avoid cyclomatic complexity issues

419. This Perplexity Embedding Model Understands Chunks in Context

Learn Repo's image-8bfff8

Learn how pplx-embed-context-v1-0.6b creates context-aware chunk embeddings for RAG systems with int8 efficiency, 32K context, and late chunking.

420. Building API Integrations Like a Pro

Learn Repo's image-347338

Modern applications aren’t built in silos. They rely on the features of other applications. This reliance can come in the form of open-source libraries, access to a wealth of data, or complex features distilled down into a consumable API. Incorporating third-party dependencies into your own project can be challenging. It comes with the benefits of faster development, and the downside of reliance.

421. Improve API Performance by Using Debounce in JavaScript

Learn Repo's image-c5fd48

Imagine your web application makes requests to an API endpoint and each request has a price, debouncing the request operation may save you a great deal of money

422. The Hacker Noon Leaderboard: Version One

Learn Repo's image-27bf2

At Hacker Noon, we measure success by the number and quality of words published on our platform. Previously, we were singularly focused on carving out a space for our contributing authors to publish long-form tech stories. We've hacked 2 commenting systems to enable readers to contribute words in response to those stories...but those words live stashed away in cardboard boxes in story basements.

423. A Simple Guide to API Development Tools

Learn Repo's image-a76ab8

APIs can be as simple as 1 endpoint for use by 100s of users or as complex as the AWS APIs with 1000s of endpoints and 100s of thousands of users. Building them can mean spending a couple of hours using a low-code platform or months of work using a multitude of tools. Hosting them can be as simple as using one platform that does everything we need or as complex as setting up and managing ingress control, security, caching, failover, metrics, scaling etc.

424. Building AI Agents Doesn't Have to Be Rocket Science (Spoiler: It's Mostly API Calls)

Learn Repo's image-a5599

Building AI agents isn’t as complex as it sounds. Learn how modern AI apps are mostly about smart API calls, streaming responses, and clean architecture

425. Movement DAO Earns a 708 Proof of Usefulness Score by Building a Move-Based Modular Framework

Learn Repo's image-d5da48

Movement DAO bridges EVM and MoveVM infrastructure to deliver Move-level security and scalability, earning a 708 Proof of Usefulness score.

426. How To Use Firebase Machine Learning Kit

Learn Repo's image-46e9b8

There changed into a time when gaining knowledge of and enforcing device learning changed into no longer an smooth task. And if we talk about implementing the device getting to know inside the cellular devices then it turned into now not possible most effective due to the fact the execution of the heavy algorithm desires heigh computing power. But as we know, mobile generation has grown exponentially in the past few years.

Firebase is one of them. It has recently announced a new characteristic that's Firebase Machine Learning package. In this tutorial, I will explain everything approximately it in detail. I will also show you a way to Integrate the Firebase system getting to know package to your android app.

427. How to Design API Analytics Data Collection for High Volume APIs

Learn Repo's image-309e08

API Analytics are key for any platform company that wants to gain insights into their API and platform usage. These insights can be leveraged by product owners, growth teams, developer relations, and more to make more strategic decisions based on the raw health of your platform business rather than just gut feelings. However, many API platforms have a very high volume of API calls per day. This volume creates a set of unique challenges when designing an analytics system that scales without crippling their platform or having sticker shock when looking at their cloud vendor’s bill. This post goes into some of the inner workings of how we designs Moesif’s API analytics platform to handle companies with billions of API calls a day.

428. How To Test API Requests Using Promises

Learn Repo's image-282c88

Dealing with testing can be hard sometimes, especially if you’re not too experienced in javascript. So, if you’re learning how to deal with API and now you want to start with testing, this guide will help you with it.

Learn Repo's image-84d268

If you’re a developer of any type of modern application, then you’re likely more than just familiar with APIs—you’re probably a power user.

430. Understanding APIs and How to Test Them

Learn Repo's image-d2aa2

API (an abbreviation of Application Programming Interface) is a special interface (a set of commands/controls) that is designed for the interaction of different

431. API Automation: 5 Areas to Focus on

Learn Repo's image-f2ed3

API automation goes beyond testing: here are 5 automation areas to focus on in your API program.

432. How to Fix Security Bugs Faster with curl Validation

Learn Repo's image-7aa0c8

Learn how to leverage the Validate Finding feature of StackHawk to find and fix security bugs faster.

433. Huihui-Qwen3.5-9B-Abliterated: What This Uncensored Model Does

Learn Repo's image-8d9dd

This is a simplified guide to an AI model called Huihui-Qwen3.5-9B-abliterated [https://www.aimodels.fyi/models/huggingFace/huihui-qwen3.5-9b-abliterated-hui...

434. Help Users Determine Their Carbon Footprint With These APIs

Learn Repo's image-d63ba8

Carbon footprint APIs help both companies and users to track and offset their carbon input while also help the community by supporting environmental projects.

435. APIOps: Combining DevOps and GitOps to Improve API Development

Learn Repo's image-e49218

DevOps is where the rubber meets the road. In this article, understand APIOps and how the adoption of an API gateway impacts DevOps.

436. Why SDKs Are Important in the Development of Modern Applications

Learn Repo's image-4e4728

SDK is really popular today and it can save your money and time. How to choose it: read here and now.

437. API-as-a-Service is the Next Step in the Software World's Evolution

Learn Repo's image-f95a58

APIs are the foundational building blocks on which the software world is being built. What will the next wave of API-as-a-service winners look like?

438. A Prototype That Leverages Facial Expressions to Facilitate Non-vocal Communication

Learn Repo's image-dfa368

An introduction into some tools used to develop a facial expression detector as a means to communicate.

439. Meet Lob

Learn Repo's image-5ac588

Automate direct mail (letters, postcards, checks, and more) at scale with our direct mail APIs & on-dmeand print delivery network.

440. How to Mail Your Holiday Cards Programmatically

Learn Repo's image-feeed8

Forget pens or stamps—Mail your holiday cards programmatically

441. API Security Testing Based on Schema: Highs and Lows

Learn Repo's image-5d166

We will delve into the world of API security testing, with a focus on Swagger, a popular and widely used API documentation and management tool.

442. APIs for Beginners: What They Are and How They Work

Learn Repo's image-620eb8

A beginner's guide to what an API is, what frontend, backend, server, and JSON are, and how communication between programs happens over the Internet.

443. What Developers Mean When They Talk About API

Learn Repo's image-d89418

API has become one of those catch-all terms that developers throw around without really considering the context. On any given week, you will come across discussions like "How to use the Twitter API", "New framework X is great because it has a low API surface", and "Best practices for building an API."

444. How Important is the API Economy for Blockchain Application Development?

Learn Repo's image-d6c2

A blockchain cannot take care of all the information it handles. It should focus on its core capability blockchain and not about providing different data options.

445. Postman Alternative: Firecamp - Lightweight and Minimal API Testing Client

Learn Repo's image-1ba21

Firecamp - Get instant API playgrounds to test Rest, GraphQL, WebSocket and SocketIO APIs

446. The Overhyped Fall of Reddit

Learn Repo's image-c8f01

Reddit crisis sparks protest over controversial pricing policy, misinformation fuels panic.

447. How to Harness the Power of APIs for Your Projects

Learn Repo's image-051e78

Imagine LEGO blocks that need help to create something amazing. APIs make them fit together!

448. Why Google Calendar Sync Is Hard (and What Tokens Have to Do With It)

Learn Repo's image-bdcb8

What looks like a simple API integration can take weeks to implement properly.

449. Book Rating System From Scratch using Goodreads API and Slash GraphQL

Learn Repo's image-f42ea8

GraphQL is a relatively new way to build user interfaces and APIs for consumers. It's essentially a querying language backed by a strongly typed schema, which makes it easy to write human-readable requests to get exactly the data you need. Compared to REST, whose responses are dictated by the server, GraphQL queries place the power squarely in the hands of the client.

450. The Establishment of Decentralized Application Programming Interface (DAPI) and Blockchain Oracles

Learn Repo's image-b9038

How the emergence of Decentralized API (DAPI) and blockchain oracle is revolutionizing the off-chain and on-chain data transmission

451. Using Rainforest API With WordPress [A How-To Guide]

Learn Repo's image-200bd8

Rainforest API is an alternative to the Amazon Product API provided to Amazon Associates. If you are thiking of building shopping comparisson sites with Amazon links and you don’t have an API key, or if you want to build a lot of pages very quickly without limitation, using Rainforest API is the answer. If you are serious about earning money as an Amazon Affiliate and want to make thousands of pages, do yourself a favor and start the project off right.

452. If You Want To Write The 1st API Test In JavaScript You Can Be Proud Of, Read These Tips

Learn Repo's image-247bd

In this post, we'll take a look at what tools/technologies do we need for writing API tests using JavaScript and then we'll also write our first API test. So let's get started...

453. Building an API-Powered Platform

Learn Repo's image-a4d1e8

On this episode. Jon Dahl, CEO of Mux, and Thierry Schellenbach, CEO of Stream, talk to Amy Tom about starting their API-powered platform.

454. From Prompt to Operations: The Real Shift in AI Website Building

Learn Repo's image-653158

Instead of treating AI as a one-shot page creator, systems like 10Web’s Agentic Website Builder are replicating the coordinated workflow of a full web team

455. Generate Multi-Angle Product Photos at Scale With a 96-Pose Camera LoRA

Learn Repo's image-f6f5

Learn how to “move the camera” in image edits: 96 viewpoints, smooth transitions, and -30° low-angle shots using Qwen-Image-Edit-2511 Multiple Angles LoRA.

456. Using an API to Return a Daily Poem in Telegram to Celebrate World Poetry Day

Learn Repo's image-c86c9

Learn how to create an automated workflow with n8n that gets international poems, translates them into one language, and sends a poem in Telegram every day.

457. How To Make A Cost Effective API Serverless Infrastructures

Learn Repo's image-4281c8

AWS API Gateway is a great service but can be quite expensive, and even cost-prohibitive in some cases.

458. Spring Boot Quick Start: Spring Boot Tutorial for Beginners

Learn Repo's image-f33748

How to create spring boot application using Spring Initializr and creating spring boot rest api example

459. Best Shopify Scaler APIs 2026: The Definitive Deep-Dive for High-Growth Commerce

Learn Repo's image-53dc88

The definitive 2026 guide to Shopify scaler APIs. Lomit Patel breaks down the Catalog API, Functions, Prediko AI, and Agentic Commerce for high-growth brands.

460. Vue Lifecycle Hooks Explained

Learn Repo's image-f3083

Vue uses lifecycle hooks to let us call certain pieces of code at different times during the component mounting process. Let's look at how it all works.

461. How a Data Privacy Vault Protects PHI for Healthtech Users

Learn Repo's image-3c8b7

With healthcare apps and wearables that gather customer PHI, healthtech companies need a data privacy vault to ensure HIPAA compliance and build customer trust.

462. MCP vs API: The Key Difference Between Human and Machine Communication

Learn Repo's image-7f565

Let's learn how MCP differs from traditional APIs and how it safely allows AI models to communicate with the real world.

463. Filestack And Other OCR APIs

Learn Repo's image-da2f6

OCR software enables the digitization of essential data in paper documents and photographs.

464. Tips for Developers to Survive API-First

Learn Repo's image-9b14c

The world of API-First has swept developer marketing by storm. Learn some tips to get a grip on this trend and avoid being blindsided!

465. You Don't Have a Prompt Problem. You Have a Context Problem.

Learn Repo's image-87a29

Why LLMs collapse on email threads, recursive conversations, and unstructured communication—and what a context-first architecture looks like in practice.

466. How to Keep API Keys Out of GitHub Repositories

When you upload your Android app on GitHub, you need to hide it as no one has access to it except you. It is considered a security glitch, so that’s why it ...

467. Why It's Worth Investing In An API Integration Platform

Learn Repo's image-7cd67

Get to know why API integration platforms are a must for B2B SaaS apps to be competitive on the market.

468. Why You Should Consider Low-Code Approach to Building a REST API

Learn Repo's image-665428

APIs have been around for decades – they allow different systems to talk to each other in a seamless, fast fashion –  yet it’s been during the past decade that this technology has become a significant force.

So then why all the interest in APIs? We all know the usual stories – Uber, Airbnb, Apple Pay…  the list goes on, and the reasons are plentiful.  Today the question is, how?  Perhaps you are looking to differentiate your business or want a first-mover advantage.  How can you execute quickly and at low cost/risk to try new market offerings?

An API provides several benefits to an organisation, but without a dedicated team of trained developers, it might seem like an implausible option. Developers are expensive, and it can take months to develop an API from the ground up. If you don’t fancy outsourcing or have the capability in house to build internal APIs, a low-code platform might just be the answer.

469. How to Build a Simple Telegram Bot: An Introductory Guide

Learn Repo's image-dc5c7

This article demonstrates how to create a simple chatbot in Telegram and configuring it using Quickwork Journey Builder.

470. Two Tools, 56 APIs: How I Built a Universal MCP Server

Learn Repo's image-f120f

How I built a universal MCP server that wraps 56 APIs into just two tools using the OpenAPI Code Mode pattern - cutting token costs 50x....

471. The API You Built On Could Kill You in 2025—Time to Find the Exit

Learn Repo's image-b673f

The biggest threat to your startup isn’t competition, but the infrastructure you’ve built it on.

472. 5 Ways to Add Security to Excel & PDF with .NET Document APIs

Learn Repo's image-c5f848

Learn how GcExcel helps to ensure your application’s code security in these 5 ways!

473. Need Web Data? Here Are the 3 Methods Everyone’s Using

Learn Repo's image-82dff8

Discover the three best, most modern methods to access and harness web data for your projects.

474. 10 Threats to an Open API Ecosystem

Learn Repo's image-2b8ad

Despite tight economic situations worldwide, the API economy continues to grow.

475. The API Connectivity Problem: Connecting Off-Chain Businesses

Learn Repo's image-ed7bf

APIs make up the backbone of many web apps and much of the internet cannot work without of them. However, the Blockchain is not compatible with APIs, a problem.

476. Visualizing The Data: Spotify Data for Favorite Artists Over Time

Learn Repo's image-bf014

How do your favorite artists change over time? This is the story of how I visualized my favorite artists from Spotify in a Plotly chart using Python.

477. How to Build Your First NodeJS Server with ExpressJS

Learn Repo's image-69a6d

Initialize the project:

478. One API to Rule Them All? Examining the Ubiquity API for Blockchain Protocol Management

Learn Repo's image-3bcae8

One of the great strengths of the blockchain sector is the vast multitude, and ever-increasing number of protocols in existence. These protocols offer incredible diversity in the functions and use cases that they deliver for developers and enterprises alike, with particular strengths and weaknesses inherent to particular blockchains.

479. A Guide on How to Save Credits in Perplexity Computer: I Tested It So You Don't Have to

Learn Repo's image-ec5d78

Learn how to save credits in Perplexity Computer, avoid costly loops, track usage, and use the tool for the workflows that actually justify the burn....

480. The HTTP Status Codes You Need to Know

Learn Repo's image-7a6448

Working on the web means coming into contact with HTTP responses. Whether you spend your time primarily on the client or on the server, you're likely familiar with the popular ones like 200, 404, and 500. While memorizing all the codes using cat memes as a mnemonic can be helpful, let's dive deeper into what some of the most common codes mean.

481. Designing and Developing the Integration of Your Online Shopping Store

Learn Repo's image-5b3618

WSO2 Integration Studio is a development environment for designing, developing, debugging, and testing integration solutions.

482. Build an API using Ballerina

Learn Repo's image-9d3758

Ballerina language is the latest cloud-native programming language that supports building backend applications and integration workflows easily.

483. How To Leverage The Salesforce API Without The Salesforce Client

Learn Repo's image-95601

Interested in using Salesforce with your own client application? Learn how to use Spring Boot to accomplish this need, caching data along the way.

484. Stripe Vs. Braintree Vs. PayPal: Which Is The Best Payment Platform?

Learn Repo's image-ac5d2

Online payment platforms have changed the way we shop every day. With the help of such payment platforms, we can easily send and receive without going to the bank.

485. The Noon Notification⁠—Monday 10 February, 2020

Learn Repo's image-8a5e48

The best tech stories published on hackernoon.com in the last 48 hours. Sign up for the newsletter today.

486. The Translation Revolution: How LLMs Are Cutting 90% of Translation Costs

Learn Repo's image-6dd6b

LLM-based translation services are revolutionizing the industry, offering cost savings of up to 90% while delivering superior accuracy and nuanced results.

487. Finding the Best Chat API: Should You Develop Your Own or Use a Third-Party Solution?

Learn Repo's image-337498

When searching for the best chat API, there are pros and cons to building your own or paying for a third-party solution, and we'll help you decide what is best.

488. Streamlining Python Interfaces: Tips for Concise and Clean Code

Learn Repo's image-156598

489. APIs to Foster Loyalty in Your Customers

Learn Repo's image-acb4a

Loyalty programs enhance business operations in multiple ways.

490. How To Use The Requests Python Library To Make An API Call And Save It As A Pandas Dataframe

Learn Repo's image-42539

Working with YouTube Python API to collect video statistics using the requests python library to make an API call and save it as a Pandas DataFrame.

491. 54% of Developers Cite Lack of Documentation as the Top Obstacle to Consuming APIs

Learn Repo's image-b7872

Recently, I worked with my team at Postman to field the 2020 State of the API survey and report. We’re insanely grateful to the folks who participated—more than 13,500 developers and other professionals took the survey, helping make this the largest and most comprehensive survey in the industry. (Seriously folks, thank you!) Curious what we learned? Here are a few insights in areas that you might find interesting:

492. Reverse-Engineering Zomato Food Rescue: MQTT, Server-Driven UI, and a Headless Monitor

Learn Repo's image-f0e58

How I intercepted Zomato's Android traffic, found MQTT credentials in plain JSON, and built a real-time monitor to win Food Rescue before anyone else.

493. The Tyk Side Project Fund is open for applications

Learn Repo's image-a27198

Tyk's micro-grant program is now accepting applications! Get a chance to receive a £500 grant to help advance your side project.

494. How to Use Python to Publish an Article to Dev.to

Learn Repo's image-f0ee2

I developed a Python script that automates the process of publishing directly to DEV

495. How to Write API Documentation the Right Way

Learn Repo's image-3bada

API documentation is a critical part of any application's success.

496. Streamlining The Developer Onboarding Process: A How-To Guide

Learn Repo's image-9101b8

For new hires, the first day on the job can be rough. Here's how Prismatic approaches building a successful software development team from day one.

497. Build Your First API Server From Scratch With JAVA and Minikube

Learn Repo's image-ef4b88

With this article, you may build your simple API server on JAVA without super-knowledge,  and deploy it on minikube automatically with scripts.

498. My Cat, FastAPI and a Template

Learn Repo's image-94d708

I really liked FastAPI. So, I decided to read all its docs, and instead of having study notes, memos, or whatever, I wrote it all as a template

499. How We Delivered New Services Without Building New Services

Learn Repo's image-e0889

Our API serves more than 300 million API calls per year. We used an open source integration platform to deliver new services without building from scratch.

500. Introduction to GraphQL

Learn Repo's image-9745b

TL;DR

Thank you for checking out the 500 most read blog posts about Api on HackerNoon.

Visit the /Learn Repo to find the most read blog posts about any technology.


文章来源: https://hackernoon.com/500-blog-posts-to-learn-about-api?source=rss
如有侵权请联系:admin#unsafe.sh