Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,534articles · 30d
  • 59+ min agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,732
  • Science & Technology 9,607
  • Computers & Electronics 7,464
  • Business & Industrial 802
  • Internet & Telecom 771
  • Economy, Business & Finance 390
  • Finance 334
  • Arts, Culture, Entertainment & Media 242

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

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

Manage Telegram Bot Operations with Yii2 Console Commands

35+ 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 > terminalchai > rtk-a-high-performance-rust-cli-proxy-that-slashes-ai-agent-token-costs-3bj5

RTK: A High-Performance Rust CLI Proxy That Slashes AI Agent Token Costs

10+ min ago   (16+ words) Eliminating Terminal Bloat: Meet RTK (Rust Token Killer) As developers increasingly... Tagged with ai, opensource, programming....

DEV Community
dev.to > mahirhir > a-stale-hash-failed-29-of-59-tests-the-tool-that-refreshes-hashes-had-never-seen-that-copy-3ie3

A stale hash failed 29 of 59 tests. The tool that refreshes hashes had never seen that copy.

10+ min ago   (634+ words) The project keeps derived claims from rotting with freshness pins. A pin is a row that cites another file and records the hash of the bytes it was derived from. A small device recomputes those hashes and re-keys the rows....

DEV Community
dev.to > tekspry > why-your-net-mcp-tool-classes-crash-at-runtime-and-the-two-line-fix-lcb

Why Your.NET MCP Tool Classes Crash at Runtime (And the Two-Line Fix)

21+ min ago   (335+ words) If you're building MCP servers in.NET with instance-based tool classes — the kind that take ILogger, HttpClient, or a repository through constructor injection — there's a good chance you've already hit this at runtime: No warning at startup. No compile-time error....

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

34+ 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 > babycat > chat-file-consent-needs-a-request-snapshot-not-a-sticky-include-checkbox-4n4h

Chat File Consent Needs a Request Snapshot, Not a Sticky Include Checkbox

38+ min ago   (1027+ words) I tabbed onto Retry after a sluggish timeout, and VoiceOver still described the composer as empty. The Network panel told a much less comforting story about that same impatient retry click I made. The retry had posted my unsaved buffer,…...

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

34+ 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 > dannydoes_2abdf9c > tvl-trend-analysis-liquidity-risk-assessment-arbitrum-bridge-5603

TVL Trend Analysis & Liquidity Risk Assessment: Arbitrum Bridge

38+ min ago   (312+ words) Target Protocol: Arbitrum Bridge (TVL: $3279.8M) The Arbitrum Bridge is the primary gateway for moving assets between Ethereum L1 and the Arbitrum roll‑up (L2). As of the latest snapshot (13 Sep 2026) the bridge secures ≈ $3.28 B in total value locked (TVL) across both chains,…...

DEV Community
dev.to > magickong > learn-eval-ownership-by-building-a-tiny-lab-witness-3ic7

Learn Eval Ownership by Building a Tiny Lab Witness

38+ min ago   (854+ words) Last Tuesday in Halifax my laptop sounded like it wanted to leave the room. I had a 40-line name-normalization lab, a messy CSV, and a due time that was closer than my pride wanted to admit. The function was supposed…...

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

34+ 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…...