Rest api Articles
Ultimate Django Reference (Deployment, Rest API, Commands, .env)
A comprehensive reference guide for Django covering deployment, REST APIs, database setup, environment variables, and essential commands.
Build a REST API with Node.js and HarperDB
A tutorial on building a REST API using Node.js, Express, and the HarperDB Cloud database service.
Building Swift Serverless REST API with AWS Lambda & DynamoDB
A tutorial on building a serverless REST API using Swift, AWS Lambda, and DynamoDB, covering setup, dependencies, and deployment.
How to create a REST API with Oak in Deno
A tutorial on building a REST API using the Oak framework in Deno, covering client-server architecture and practical implementation.
How to handle errors in Express
A tutorial on implementing error handling in Express.js applications, focusing on database validation errors.
Generating a full-stack application from a database
DBCore generates a full-stack TypeScript/React UI and Go REST API from a database schema, automating CRUD operations and authentication.
Generating a REST API from a database
Introducing DBCore, a tool that generates a complete REST API and admin interface from a PostgreSQL or MySQL database schema.
AWS Made Simple: Trigger a lambda function via API Gateway
A guide on how to connect an AWS API Gateway to trigger a Lambda function, creating a serverless REST API endpoint.
Creating a REST API with Express.js and MongoDB
A tutorial on building a REST API using Express.js and MongoDB, covering CRUD operations and database integration.
How to create a REST API with Express.js in Node.js
A tutorial on building a REST API using Express.js and Node.js, covering client-server architecture and practical implementation.
API versioning with ASP.NET Core and Swashbuckle
A guide to implementing API versioning in ASP.NET Core using Swashbuckle, covering routing, models, and Swagger configuration.
A minimal REST API in Java
A tutorial on building a minimal REST API in Java using Jersey and JOOQ with PostgreSQL, avoiding heavy reflection.
A minimal REST API Django setup as a microservices
A tutorial on setting up a minimal Django REST API microservice using Docker, PostgreSQL, and Gunicorn for development.
Power BI | Push dataset rows on Hybrid dataset
Explains a JSON payload issue when pushing data to a Power BI Hybrid dataset and provides a workaround using the correct REST API structure.
How Azure CLI Manages Your Access Tokens
Explains how the Azure CLI securely stores and manages OAuth access tokens locally to authenticate users between command executions.
PowerBIPS + Service Principal
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
Integrate Meetup announcements with Microsoft Teams using Azure Logic Apps and Adaptive Cards
A tutorial on using Azure Logic Apps to automate posting new Meetup event announcements into Microsoft Teams via Adaptive Cards.
REST API Data Validation
A guide to implementing data validation and proper error response handling for REST APIs, covering validation rules and the Problem Details standard.
Connect AWS API Gateway directly to SNS using a service integration
Learn how to connect AWS API Gateway directly to SNS using a service integration, bypassing the need for custom compute like Lambda.