Building an AI Chat with Memory (Context) using Spring AI and Angular
A tutorial on building a conversational AI chat application with persistent memory using Spring AI and Angular.
A tutorial on building a conversational AI chat application with persistent memory using Spring AI and Angular.
A technical guide on using PowerCLI with Python to integrate VMware automation with external tools like Slack, Jira, and REST APIs for IT workflows.
Announcing a new YouTube channel, Ravgeek, offering 60-second animated explainers for technical concepts like REST APIs, Git, and OAuth.
A developer shares their 2025 plans, including job search, personal projects, and goals for automation, AI tools, and NuGet packages.
Explores advanced uses of the WordPress REST API for headless websites, mobile apps, and third-party integrations with code examples.
Explores API versioning strategies, their importance for backward compatibility, and their impact on development and release management.
A structured learning plan for C#/.NET developers to master microservices architecture, covering fundamentals, implementation, and Azure deployment.
Technical guide on integrating Azure OpenAI with Azure API Management for better control, security, and traffic management.
A tutorial on using Python to insert data into a Supabase PostgreSQL table via its REST API.
Introduces the Azure Policy Restrictions REST API for checking policy constraints on resources, with a PowerShell helper function.
Explores the evolution of Apache Iceberg catalogs, focusing on the current REST Catalog and future proposals for server-side optimizations.
A guide to using Apache Flink's SQL Gateway REST API for submitting and managing SQL jobs, including practical examples with Postman and HTTPie.
A tutorial on using the open-source Swift package ApiKit to integrate with and model REST APIs, using the Yelp API as an example.
A technical resource list for automating VMware vSphere Replication and Site Recovery Manager using PowerCLI, based on a user group presentation.
A tutorial on converting REST API JSON data directly into CoreData entities in Swift, eliminating the need for duplicate model classes.
Using Azure API Management to protect JSON REST APIs by validating payloads against a JSON schema and enforcing size limits.
A tutorial on building full CRUD REST APIs using Flask and FastAPI with the Psycopg2 PostgreSQL adapter, comparing it to ORMs.
Explains how to use Azure OpenAI's 'Add your data' feature programmatically via REST APIs to integrate custom documents into AI responses.
A developer reflects on over-engineering a CRUD controller, learning that clever abstractions can create unmaintainable code.
A guide on refactoring .NET HTTP clients to use Typed HTTP Clients, covering pitfalls of HttpClient and best practices for consuming REST APIs.