TGTGInsightаналитика telegramLIVE / telegram public index
← Decoding Human — Роман Пустовойт

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @decodinghuman · Post #243 · 18 авг.

Привет, у меня сегодня для вас подборка каналов. В основном — PR, но есть и интернет-маркетинг. Каналы крутые, Маша Лапук в представлении, думаю, не нуждается, но есть и интересные авторские каналы. Выбирайте на свой вкус, подписывайтесь, ставьте лайк :) 1. PR Perfect — Канал Кристины Петровой, основателя коммуникационного агентства PR Perfect. Автор пишет о том, как продвигать себя и свой бизнес, дает практические рекомендации, делится актуальными новостями сферы и полезной информацией о работе в Telegram, ведении здесь собственных каналов. Проводит прямые эфиры с приглашёнными экспертами из коммуникационной сферы и не только. 2. Все про интернет-маркетинг - WebCanape — авторский канал эксперта Яндеса по обучению и директора по маркетингу WebCanape Евгения Чуранова. 3. Отъехавшая пресс-служба — Канал Анастасии Журавлевой, которая ранее возглавляла PR в QiWI Group, а сейчас PR-директор в компании YADRO. Анастасия рассказывает о мировых трендах и современных технологиях. Также делится личными историями про PR, своим опытом и полезными исследованиями. 4. Baltic Weekend — канал того самого форума по коммуникациям. Здесь актуальные новости из мира PR, маркетинга, digital и бизнеса. Каждую неделю в прямом эфире ведут высокие разговоры о пиаре и новомодных трендах с лидерами отрасли. #BWнавсегда. 5. Vinci means PR — Новостной канал Марии Лапук, основателя PR-агентства Vinci Agency. Здесь регулярно публикуются актуальные новости в сфере PR и маркетинга, а также живо подаются интересные факты из сферы коммуникаций и бизнеса в целом.

Результаты

Найдено 5 похожих постов

Поиск: #elixir

当前筛选 #elixir清除筛选
The Devs

@thedevs · Post #2073 · 22.08.2023, 10:22

Thoughts on Elixir, Phoenix and LiveView after 18 months of commercial use. #article#elixir @thedevs https://thedevs.link/u1toL1

GitHub Trends

@githubtrending · Post #15106 · 30.08.2025, 13:00

#elixir#elixir#language_server_protocol#lsp Expert is the official language server for Elixir, helping your code editor understand and work with Elixir code better. You can easily install it by downloading the right version for your system or build it from source if you prefer. Expert supports the latest features through nightly builds and integrates smoothly with your editor, improving coding with features like error checking and code completion. Using Expert makes writing Elixir code faster and less error-prone, boosting your productivity and coding experience. It is open source under Apache License 2.0 and supported by sponsors, ensuring ongoing development and support. https://github.com/elixir-lang/expert

GitHub Trends

@githubtrending · Post #15032 · 06.08.2025, 11:30

#elixir#debug_adapter_protocol#elixir#language_server#language_server_protocol#lsp ElixirLS is a tool that helps you write and debug Elixir code more easily by providing features like code completion, go-to-definition, inline error reporting, and a powerful debugger that supports breakpoints and step-through debugging. It works with many editors and IDEs through standard protocols, making it flexible to use. It also integrates Dialyzer for static code analysis to catch bugs early and offers a server that helps AI tools understand your code better. Using ElixirLS speeds up development, improves code quality, and makes debugging simpler and more efficient. It supports recent Elixir and OTP versions and can be customized for your project needs. https://github.com/elixir-lsp/elixir-ls

GitHub Trends

@githubtrending · Post #15545 · 07.03.2026, 12:30

#elixir#agent#ai#artificial_intelligence#elixir#event_driven_architecture#functional_programming#orchestration#workflow Jido is a pure functional framework for Elixir to build autonomous multi-agent workflows. Agents are immutable data with a simple `cmd/2` function that transforms state purely and outputs directives for effects like signals or spawning, handled by OTP runtime. It formalizes patterns like standard signals, reusable actions, and hierarchies over raw GenServer, adding AI tools, strategies (ReAct, FSM), and supervision. You benefit by creating scalable, testable, fault-tolerant agent systems easily for production AI apps, saving reinvented code. https://github.com/agentjido/jido