What Is PocketBase and How Do You Use It?
Get the lowdown on PocketBase, from what it is, to how you can start using it in minutes.
6 Ways to Spot a Good API
Use these tips to find a good API or you could regret your choice in the long-run.
7 API Security Best Practices to Consider
Your API can be a security weak point, so make sure you protect it from hackers with the following measures.
10 Creative Uses for GPT-3 in OpenAI Playground
OpenAI's GPT-3 can produce impressive and interesting written work. Here's what you can use it for.
3 Go-Based GraphQL Packages for Your Next API
Master the GraphQL language using Go and these handy packages.
Create a REST API With Django REST Framework
Using this Django library, you can create a basic REST API in no time.
Build a Python Program to Fetch Data About Any Country
Get straightforward, useful geographic data with this Python module.
How to Build and Consume an API in Next.js
Go end-to-end with this tutorial covering every part of a simple API’s journey.
How to Consume GraphQL API Endpoints in Go
Learn about this REST alternative and how to use it with Go.
GraphQL: An Alternative to REST on HTTP
Find out how a GraphQL API can give you extra power and shorten your development time.
How to Fetch Live Weather Data Using Python
Build a simple weather app by fetching data that's freely available on the internet.
Consuming RESTful APIs With Go
Golang’s http package makes it easy to use REST APIs for data transfer and client apps.
How to Create a NodeJS API Without Using a Framework
Frameworks make your life easier, and your applications more robust. But it can be useful to know how to build an API without one.
How to Create a CRUD API With Golang's Gin and MongoDB
A basic API is easy to build in Go using the Gin library. Complement it with a MongoDB backend and your CRUD app will be up and running in no time.
How to Use Postman to Test an API
This popular app is a must-have if you’re working with APIs—as a consumer or producer.
How to Implement OAuth in an Express App Using GitHub
Add user accounts to your website without having to write your own code. Enable simple, secure logins with OAuth and GitHub.
How to Create a CRUD API Using Node, PostgresSQL, and Express
Start managing your data with this most basic of REST apps and learn about modern web app development while you’re at it.
How to Test Express APIs With Jest
Using Express to create your API and Jest to test it is a winning combination to improve your app’s reliability.
Documenting NestJS APIs With Swagger
Discover how to generate Swagger docs from your Nest API with a few simple decorators.
What Is API Security and How Does It Work?
API security lets you protect your apps and software, which is crucial for businesses. Here, you'll learn why it's important.