TGTGInsightтелеграм анализLIVE / telegram public index
← Такты, стеки, два колеса

TGINSIGHT SIMILAR POSTS

Намери подобно съдържание

Изходен канал @clockstackwheels · Post #586 · 6.10

Сегодня на митапе VK Mini Apps рассказали о нововведениях, и там много того, что хотелось бы иметь лет пять назад. Например, сервис можно будет встроить в страницу пользователя и производить с ним какой-то дополнительный вид взаимодействия за пределами возможностей самого ВК (скажем, записаться на ноготочки). Или особая интеграция в сообщения, похожая на HTML5 режим у телеграм-ботов. Вообще обидно, что столько выстрелов в холостую. Я никогда не переставал говорить, что технически ВК в лидерах рунета. Инструментарий для блогов топовый, почти ни у кого нет ничего подобного по возможностям и удобству, в том числе за рубежом. Платформа приложений тоже очень богатая на функции. А обидно, потому что всё это делается на выжженной земле, где почти не осталось взрослых активных пользователей. Вот вы это читаете и наверняка большинство из вас не пользуется миниприложениями и не знает людей, которые пользуются. Да и в ВК очень многие уже заходят максимум в личку. Я смотрю на страницы в списках друзей, и там аватарки пятилетней давности, а записи на стене десятилетней, в лучшем случае. При этом разработка продолжается. Статьи на Хабре от ВК очень крутые, без шуток. Вкладывается много труда и интеллектуальной работы. Странное ощущение от этого всего. Но я пока и там тоже, как и обещал, как минимум до конца года. #web#dev

Hashtags

Резултати

Намерени 1,485 подобни публикации

Общо глобално търсене

📺Monarch: Legacy of Monsters (2023) 📂收录版本:帝王计划:怪兽遗产 S01-S02 HDR ⭐️评分:7.7 🏷类型:Sci-Fi & Fantasy / 剧情 / 动作冒险 👥主演:泽井杏奈 / 科雷西·克莱门斯 / 渡部莲 / 玛丽·亚马莫托 / 安德雷斯·霍尔姆 🔖 标签: #MonarchLegacyofMonsters#剧集#4K#DDP#HDR10#HEVC#WEB-DL 🤖 投稿:@tpbox_bot 🔍 搜索:@sougou115 ✈️ 机场:红杏云 | 糖果云 📺 公费服:蘑菇Emby媒体库

🎥熊猫计划之部落奇遇记 (2026) ⭐️评分:6.4 🏷类型:动作 / 喜剧 / 家庭 / 奇幻 👥主演:成龙 / 马丽 / 乔杉 / 于洋 / 王影璐 🔖 标签: #熊猫计划之部落奇遇记#电影#4K#DTS-X #HDR10#HEVC#WEB-DL 🤖 投稿:@tpbox_bot 🔍 搜索:@sougou115 ✈️ 机场:红杏云 | 糖果云 📺 公费服:蘑菇Emby媒体库

🎥河狸变身计划 (2026) ⭐️评分:7.7 🏷类型:冒险 / 动画 / 喜剧 / 家庭 / 科幻 👥主演:派珀·柯达 / 鲍比·莫伊尼汉 / 乔恩·哈姆 / 凯茜·纳基麦 / 戴夫·弗兰科 🔖 标签: #河狸变身计划#电影#4K#HDR10+ #HEVC#TrueHD#WEB-DL 🤖 投稿:@tpbox_bot 🔍 搜索:@sougou115 ✈️ 机场:红杏云 | 糖果云 📺 公费服:蘑菇Emby媒体库

djangoproject

@djangoproject · Post #264 · 18.02.2017 г., 06:23

https://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask In recent years #REST (REpresentational State Transfer) has emerged as the standard architectural design for #web services and web #APIs. In this article I'm going to show you how easy it is to create a RESTful web service using Python and the Flask microframework. What is REST? The characteristics of a REST system are defined by six design rules: Client-Server: There should be a separation between the #server that offers a service, and the #client that consumes it. Stateless: Each request from a client must contain all the information required by the server to carry out the #request. In other words, the server cannot store information provided by the client in one request and use it in another request. Cacheable: The server must indicate to the client if requests can be cached or not. Layered System: Communication between a client and a server should be standardized in such a way that allows intermediaries to respond to requests instead of the end server, without the client having to do anything different. Uniform Interface: The method of communication between a client and a server must be uniform. Code on demand: Servers can provide executable code or scripts for clients to execute in their context. This constraint is the only one that is optional.

GitHub Trends

@githubtrending · Post #15546 · 07.03.2026 г., 13:00

#typescript#agent#ai#ai_agents#browser_automation#javascript#typescript#ui_automation#web Page Agent is an open-source tool that lets you control webpages with simple natural language commands, like "Click the login button." It runs directly in your browser with one line of code—no extensions, Python, or screenshots needed—and works with your own AI models for privacy. Use it for fast form filling, AI copilots in apps, accessibility via voice, or multi-page tasks. This saves time by turning clicks into sentences, making complex web apps easy and accessible for everyone. https://github.com/alibaba/page-agent

GitHub Trends

@githubtrending · Post #15366 · 25.12.2025 г., 12:30

#rust#async#framework#http_server#rust#salvo#web Salvo is a simple yet powerful Rust web framework that gives you fast, modern servers (HTTP/1–3, WebSocket/WebTransport) with minimal Rust knowledge required, built on Hyper and Tokio. It uses a unified handler/middleware model, an infinitely nestable, chainable router for clear public/private route grouping, built-in multipart/file upload and data extraction, automatic OpenAPI generation, ACME TLS support, and a CLI to scaffold projects—so you can prototype and deploy secure, high-performance backends quickly with less boilerplate and easier routing, testing, and API documentation. https://github.com/salvo-rs/salvo

12•••100•••115116117118119•••123124