Django Rest API without DjangoRestFramework
A tutorial on building a full CRUD REST API using only Django's core features, without the Django Rest Framework.
A tutorial on building a full CRUD REST API using only Django's core features, without the Django Rest Framework.
A guide to integrating Swagger UI for documenting REST APIs in Azure Function v2 and v3, covering setup, configuration, and code examples.
A comprehensive reference guide for Django covering deployment, REST APIs, database setup, environment variables, and essential commands.
A tutorial on building a REST API using Node.js, Express, and the HarperDB Cloud database service.
A tutorial on building a serverless REST API using Swift, AWS Lambda, and DynamoDB, covering setup, dependencies, and deployment.
A tutorial on building a REST API using the Oak framework in Deno, covering client-server architecture and practical implementation.
A tutorial on implementing error handling in Express.js applications, focusing on database validation errors.
DBCore generates a full-stack TypeScript/React UI and Go REST API from a database schema, automating CRUD operations and authentication.
Introducing DBCore, a tool that generates a complete REST API and admin interface from a PostgreSQL or MySQL database schema.
A technical guide on using the Kafka REST Proxy API to list and create topics in a Kafka cluster, with practical curl command examples.
A guide on how to connect an AWS API Gateway to trigger a Lambda function, creating a serverless REST API endpoint.
Dropilio is a REST API that sends local files as attachments via Twilio WhatsApp API using Dropbox for hosting.
A tutorial on building a REST API using Express.js and MongoDB, covering CRUD operations and database integration.
A tutorial on building a REST API using Express.js and Node.js, covering client-server architecture and practical implementation.
A guide to implementing API versioning in ASP.NET Core using Swashbuckle, covering routing, models, and Swagger configuration.
A tutorial on building a minimal REST API in Java using Jersey and JOOQ with PostgreSQL, avoiding heavy reflection.
Explains how to dynamically change Kafka Connect logging levels using its admin API, enabling detailed debugging without restarting workers.
A tutorial on setting up a minimal Django REST API microservice using Docker, PostgreSQL, and Gunicorn for development.