Rest api Articles
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.
Changing the Logging Level for Kafka Connect Dynamically
Explains how to dynamically change Kafka Connect logging levels using its admin API, enabling detailed debugging without restarting workers.
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.
Manually delete a connector from Kafka Connect
How to manually delete a Kafka Connect connector by writing a tombstone message to its internal config topic using kafkacat.
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.
Automatically restarting failed Kafka Connect tasks
A technical guide on automating the restart of failed Kafka Connect tasks using bash scripts and the REST API.
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.
Deleting a Connector in Kafka Connect without the REST API
Explains how to delete a Kafka Connect connector by directly modifying its configuration topic when the REST API is unavailable.
Reading Kafka Connect Offsets via the REST Proxy
A technical guide on how to read Kafka Connect offset data using the Confluent REST Proxy over HTTP, including example commands.
Terminate All KSQL Queries
A guide to terminating all running KSQL queries and dropping streams/tables using curl, jq, and xargs commands.
Using httpie with the Kafka REST Proxy
A technical guide demonstrating how to use the HTTPie command-line tool to produce and consume messages via the Confluent Kafka REST Proxy.
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.
Everything Is Better with Toast: Getting Build Notifications
A guide to setting up toast notifications for Azure Pipelines build status using PowerShell Universal Dashboard and BurntToast.
CRUD REST API Using Spring Boot 2, Hibernate, JPA, and MySQL
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.
KSQL REST API cheatsheet
A quick reference guide for using the KSQL REST API, including curl examples for queries, statements, and runtime statistics.