I built a Web SSH dashboard because the ones I tried were ugly
I built a Web SSH dashboard because the ones I tried were ugly I keep a terminal in a browser tab open most of the day. The tools I tried all had th…
Tech news from the best sources
I built a Web SSH dashboard because the ones I tried were ugly I keep a terminal in a browser tab open most of the day. The tools I tried all had th…
Бывает так: есть фулстек проект, и в нём всё хорошо. Откуда-то есть сквозные типы (tRPC, генерация из OpenAPI), есть авторизация, есть основной функ…
Над одной игрой работает команда: люди правят контент в браузере, ИИ — через тот же сервис, локально разворачивать ничего не нужно. Каждый ассет жив…
Build a Real-Time Chat App with FastAPI and WebSockets tags: python, fastapi, websocket, tutorial Building a Real-Time Chat App with FastAPI and Web…
Привет! Меня зовут Андрей Нелюбин, я руководитель функции фронтенд-разработки. В рамках проекта для заказчика требовалось доработать сценарий работы…
Our status dashboard feature started life as the simplest thing that could work: every connected client polled a status endpoint every five seconds.…
A live sports interface does not fail only when the connection goes down. It can remain online while showing an impossible state: a goal before the…
The Problem Sports scoring sounds simple. One team scores a point, the number goes up, everyone sees it. But when you build it as a web application…
Привет. Меня зовут Николай Пискунов, я руководитель направления Big Data и эксперт курса Cloud DevSecOps по безопасной разработке от Академии вАЙТИ&…
WebRTC 홈캠 앱: WebSocket 시그널링 서버 구축 경험 WebRTC는 P2P 영상 통신을 위한 강력한 도구입니다. 하지만 처음 연결을 맺는 시그널링 과정은 별도 서버의 몫입니다. 영상 데이터는 두 장치 간에 직접 흐르지만, 그 연결을 위한 정보 교환은 중…
На примере FastAPI-чата показываю, как выстроить автотесты для API с двумя транспортами: REST используется для подготовки состояния, WebSocket — для…
Схема входящего траффика в кластер Kubernetes простая: web → Envoy Gateway → Ingress Nginx → backend . За Ingress Nginx, помимо обычного HTTP, живут…
Несколько лет я в одиночку пишу сервер для своей 2D MMO RPG. Эта часть — про то, как изменился сам процесс разработки: игровую фичу я по-прежнему пр…
Polymarket streams live crypto prices over its Real-Time Data Socket (RTDS) at wss://ws-live-data.polymarket.com . If you're building a bot on it, t…
A practical story about building a live vessel-tracking dashboard, hitting real-world data limitations, and turning a failed first location into a b…
From 2018 to 2024 I designed and implemented a production-deployed realtime binary options trading platform as the sole architect and full-stack eng…
I work with AI agents every day. Claude Code, Copilot, Gemini CLI — running locally, with access to my filesystem, my repos, my tools. The results a…
Every Solana dashboard tells you the network's TPS. None of them tell you how busy the one program you care about is right now. Did Pumpfun cool off…
Two weeks ago, my crypto signal API silently failed for 22 hours. No errors. No exceptions. No crash. The service kept running, logs continued to fl…
WebSocket provides low-latency, bidirectional communication between clients and servers. It is a widely used solution for building real-time systems…
В первой части мы разобрались, что Real-time на Laravel-сайте нужен там, где интерфейс должен получать изменения без перезагрузки страни…
Это восьмая статья из моей серии про инженерные решения в ONEMIX. До этого было про клиентскую часть мессенджера: кэш…
If you’ve ever built a trading dashboard, bot, or real‑time monitor for XAUUSD / XAGUSD, you know the pain: Extreme volatility, dozens of ticks per…