APIs & Frameworks

REST, GraphQL, SDKs, and full‑stack frameworks for web and mobile apps.

  • 23 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in APIs & Frameworks

DEV Community
dev.to > marinenimd > context-aware-spring-ai-chat-microservice-ake

Context aware Spring AI chat microservice

38+ min ago   (360+ words) By default, Large Language Models (LLMs) are completely stateless. Every API call you make to Google Gemini is treated like a first-time introduction. If a user says "My name is Alex" in request one, and "What is my name?" in…...

DEV Community
dev.to > serhii_a9c08345ac360cf5c8 > manage-telegram-webhooks-and-log-rotation-in-yii2-console-31k1

Manage Telegram Webhooks and Log Rotation in Yii2 Console

1+ hour, 19+ min ago   (225+ words) This guide focuses strictly on administrative lifecycle management and update log retention. It does not cover writing a full conversational routing engine, handling long-polling daemons, or building a message UI. With the controller in place, test your commands using the…...

DEV Community
dev.to > serhii_a9c08345ac360cf5c8 > manage-telegram-bot-operations-with-yii2-console-commands-4aeo

Manage Telegram Bot Operations with Yii2 Console Commands

1+ hour, 19+ min ago   (164+ words) It does not handle real-time inbound update parsing or HTTP request lifecycle management, which remain the responsibility of web controllers or asynchronous queue consumers. To execute these actions on a server, use the default Yii CLI bootstrap binary yii from…...

DEV Community
dev.to > serhii_a9c08345ac360cf5c8 > validate-telegram-login-widget-auth-payloads-in-php-and-yii2-1273

Validate Telegram Login Widget Auth Payloads in PHP and Yii2

1+ hour, 18+ min ago   (229+ words) Integrating the official Telegram Login Widget allows users to authenticate on a web application using their Telegram account. When a user authorizes via the widget, Telegram passes authentication parameters (such as id, first_name, username, auth_date, and hash) back to your specified redirect…...

DEV Community
dev.to > dzakh > standard-json-schema-vs-json-schema-54fc

Standard JSON Schema vs JSON Schema

54+ min ago   (660+ words) Describing JSON with JSON - what can be better? This is what JSON Schema is: Hey, everybody knows this! Tell us about Standard JSON Schema instead!!! Even if you don't know JSON Schema or have never written it yourself, it's a…...

DEV Community
dev.to > bestbee > price-ai-coding-lanes-with-rollback-hours-not-token-stickers-44la

Price AI Coding Lanes With Rollback Hours, Not Token Stickers

1+ hour, 22+ min ago   (966+ words) A platform lead told a room the AI coding bill was zero. Then someone opened the revert log. Fourteen reverts in eleven working days. That is not a free path. That is an unpriced one. I keep seeing the same…...

DEV Community
dev.to > serhii_a9c08345ac360cf5c8 > execute-telegram-sendmessage-requests-in-raw-php-timeouts-json-parsing-and-html-sanitization-3514

Execute Telegram sendMessage Requests in Raw PHP: Timeouts, JSON Parsing, and HTML Sanitization

1+ hour, 19+ min ago   (172+ words) In this tutorial, we will build a production-ready PHP function to execute sendMessage requests over cURL. We will cover network timeouts, HTTP status validation, JSON decoding safety, Telegram-level error handling, and escaping dynamic strings when sending HTML-formatted messages. We will…...

DEV Community
dev.to > serhii_a9c08345ac360cf5c8 > implement-a-telegram-bot-api-client-in-yii2-dependency-injection-429-retries-and-logging-no5

Implement a Telegram Bot API Client in Yii2: Dependency Injection, 429 Retries, and Logging

1+ hour, 19+ min ago   (171+ words) This guide focuses strictly on building the outbound HTTP transport layer for Telegram API endpoints. It does not cover database migrations, active record models, or webhook route setup. First, define a placeholder key in config/params.php: This ensures that…...

DEV Community
dev.to > uehara > consolidating-authentication-and-authorization-into-one-platform-shared-by-all-our-products-15p

Consolidating authentication and authorization into one platform shared by all our products

2+ hour, 16+ min ago   (75+ words) Conclusion ELN ID is an in-house project run by EarthLink Network as a company, developed... Tagged with auth, sso, security, webdev....

DEV Community
dev.to > aniruddhagawali > i-thought-redis-would-save-my-api-just-500-requests-proved-me-wrong-1kam

I Thought Redis Would Save My API. Just 500 Requests Proved Me Wrong.

3+ hour, 6+ min ago   (243+ words) As our series continues, Deep-Dive Backend Systems Roadmap. I created the simplest weather API... Tagged with webdev, distributedsystems, redis, programming....